App Studio: Trigger for change of Order

I am trying to trigger an event whenever a different order is brought up on Order Entry. I’ve tried using DataView with OrderHed, DataTable with OrderHed, and Window onLoad types of event triggers, but none of them bring up the dialog box I placed after the trigger. Anybody know what I might be doing wrong?

Try triggering on this:

Thanks! Works exactly how I wanted it. My dialog box popped up whenever a new Order was brought into view, even on the initial load of the first order.

1 Like