I am creating a custom event on a table active_work_order_tab and I want to use a custom column from a custom table into it to get the run time value into the condition like ‘&NEW:METER_READING’. This column belongs to a custom table. How it is possible?
Solved
How to use column of another table into a custom event on another table?

Best answer by JoDe
Hi
This is possible with some limitations. You cannot select the new/old value from the custom event screen. You will have to retrieve them by either SQL or workflows in the event action.
in regards to SQL, this only works if the record is changed. If during the creation step we want to use these values we will have to create a script creating a background job for AFTER the commit has been done since you cannot query your own transaction.
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.