Is it possible to refresh an applet based on an event from another applet?
Hi I have three applets:
Order Header Applet: BC - Order Entry - Orders
Order Line Item Applet: BC - Order Entry - Line Items
VBC Applet: BC - VBC
I have a button on both Order Header Applet and VBC Applet that activates based on the selected record on the Order Line Item Applet. However, only the Select button on the Order Header Applet responds simultaneously as I choose a record in the Order Line item Applet.
What approach can I take to make the VBC applet respond quickly to the selection I made in the Order Line Item Applet? i would like to create, in the EditRecord event of the Order Line Item Applet, a script that refreshes the VBC applet. Is it possible?