How to clear / erase a global variable in Oracle 11.5.10.2 forms?
Hello,
Through Forms Personalization, I'm currently able to pass / 'Zoom' a value (Assembly field) from Move Transactions WIPTXSFM form to the Item/Revision field in the on-hand Material Workbench INVMATWB form in order to view the current on-hand qty for that Assembly Item. My issue is that once I exit all forms, the value still exists in the INVMATWB form when I bring it up standalone. I need to figure out how to erase the global variable once I exit the INVMATWB Form. I've tried POST-FORM triggers but I don't think this trigger is allowed.
Here is my current setup:
Through Forms Personalization, I'm currently able to pass / 'Zoom' a value (Assembly field) from Move Transactions WIPTXSFM form to the Item/Revision field in the on-hand Material Workbench INVMATWB form in order to view the current on-hand qty for that Assembly Item. My issue is that once I exit all forms, the value still exists in the INVMATWB form when I bring it up standalone. I need to figure out how to erase the global variable once I exit the INVMATWB Form. I've tried POST-FORM triggers but I don't think this trigger is allowed.
Here is my current setup:
0