Refresh UD Fields

I added a button in the PO Header which calls a function and updates a UD field in the POHeader Table. In the same form I added a label that displays this UD field. how to display do a refresh on this label so that the value is displayed immediately after the click. the binding works well because when I close and open the form again the value is written there.

THANKS a lot for your help :slight_smile:

Before we get too far into it, if your field is in the same table as your dataview is, why not update the dataview so it can be saved on update?

You of course may have a legitimate reason, but it needs to be asked.

@jplafleur Is there some other input in the form need for the function? Could you just call it post processing on getbyid and then it is there when the form is populated.