i want to know where should one exactly use the line below.
IF :SYSTEM.RECORD_STATUS IN ('NEW','QUERY',insert,'update' or 'delete;) THEN
...
under which trigger is its best use.
when validate , when new form, when new item, when new record..
and
under what circumstances it is needed.
can an effective (multiuser data entry) form be built without having use this code et-all?
TY all.