Execute a macro after the form is added.
AnsweredWhen I am adding a new A/P Invoice I would like to execute a universal function after the form closes, but I need to pass the Invoice number from the now closed invoice to the universal function. What is the best way to accomplish this?
I could @STORE the number before the form is closed as it should persist across windows? This would require two validations, one to store the number BeforeAction and one to execute the universal function AfterAction. Or is there a better mechanism?
0
-
Official comment
Hi Joseph,
You can use the keyword $[NEWID] . You can see all the keywords in our download package in the document called "Guide - Understanding dynamic syntax.pdf".
Thanks,
Thomas
Please sign in to leave a comment.
Comments
1 comment