All Commands
All Data Adjustment
Commands
EXEC_AFT_UPD
EXEC_AFT_UPD is an abbreviation of EXECute AFTer UPDate
When a data list is defined, you can add in code to be executed when an Item is Updated (or deleted).
Although this is automatic when a user edits an item, it does need to be called manually when this is done through code.
This command can execute the code for a particular object and it's related objects.
See the List Trigger guide for more information.
Number | Name | Default | Type | Description |
---|---|---|---|---|
1 | obj_id | Current Object ID | Integer | The ID of the Object to run the code for. |
2 | on_obj | true | Boolean | This tells the command to execute the code for the supplied object ID. |
3 | on_rel | true | Boolean | This tells the command to execute the code for the items related to the supplied object ID. |