Hi,
I stopped with another issue connected with events.
I have to prepare message POST event but i need the information from PRE event
Example...
In PRE update i check if some specific fields is change... i have to do this in PRE event because orig() works only in PRE event.
Then in POST i synchronize information with another system... and i need to do this in POST because i have to be sure if update finish corectly...
Now i have to decide in POST depends on informtion from PRE... I found solution with addArg("flag", 1) but it is written in MSN documentation that "This method must never be called explicitly from the pre-handler or post-handler code. This method is reserved for auto-generated code only."...
Is there any solution to get orig() in POST event... or is there any solution (without indirect tables) to pass information from PRE to POST ??
Thank you in advance!