guardcondition

Ensures that the trigger on a table is invoked only when the defined function evaluates to TRUE.

Syntax:

guardcondition =<String> ;


         guardcondition = "FUNCTION Trigger_Guard RETURN BOOLEAN
         IS
         BEGIN
         RETURN My_Scheduling_Model_SCH.Check_My_Condition(:NEW.MY_TABLE_COLUMN);
         END;"
         

This page is generated from IFS Developer Studio at 2021-08-13 08:48.