Tips


READ Trigger

The READ trigger should contain a read statement followed immediately by a conditional test. If the condition is anything other than zero (positive or negative) the status should be returned to the structure editor.

read
if ($status) done

Fields from this entity or any outer entity should not be modified before the read statement, and preferably not at all in this trigger.


[go to top]