‎2019 Mar 06 11:30 AM
Hi,
I have a requirement where I have to validate the enteries in a table using 7 fields in a custom table.
I have written the code in event 5. But when in debugger the 'total' table did not have the new entry and hence action was not triggered.
code :


‎2019 Mar 07 8:31 AM
The event 05 is to be used only to process the current entry.
As said in the documentation, you have to use the "table/view fields for the realization of the user routine". So, if your table/view is ZZZZ, then you may directly test "IF ZZZZ-FIELD = ...".
TOTAL is not updated yet with the new record (because 05 may be used to prevent the entry from being created).
‎2019 Mar 07 2:07 PM
use the editor button "code" to post code. Not a screenshot.