Execute a macro after the form is added. Respondida

Joseph Bissot

When 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?

Comentarios

1 comentario

  • Comment author
    Thomas
    • Comentario oficial

    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

Iniciar sesión para dejar un comentario.