Application studio, Refresh data after Event

I have an event handler that is triggered after OrderHed.CustomerCustId changes, which then calls a function that updates a couple of other OrderHed UD fields.

The fields are getting updated properly, but the user needs to hit refresh from the menu to see the changes.

Is there a widget in the event handling toolbox that could force a refresh after my function call ?
(not a full refresh of the browser page, they would then have to reselect the order)

Use the event-next widget and call whatever native event they use to refresh the screen.

1 Like

doh, I was obsessed with using a widget, forgot about looking at the debug/events :+1:

1 Like