P&D mail when updating Respondida
Hi
I Created a validation on DataUpdate that triggers a macro, which calls B1P&D command to send an email.
But I don't want it to be executed when I close the document or cancel it.
This problem is related to every validation with DataUpdate.
Thx
Comentarios
3 comentarios
(Please note that as we are user-driven we can't guarantee that your request will be met unless it gets many votes and/or fit the product vision)
Read more about the Feature Request process here
[Internal Id: 25363]
I'm afraid there is nothing in the SDK that can tell these events apart (cancel and close are given as update events via the SDK). Guess what you could do is catch the cancel and close menu items and set a macro store value indicating to you validation that the next update event that is about to happen is a cancel/close... That way you can do a macro-if on the store value and ignore the event if your store vaule is close or cancel
Thanks, Rasmus
Do you mean by using the 'try/catch' function in .NET code?
Thx again
Iniciar sesión para dejar un comentario.