In the Orders form, users are able to change the status of an Order. Options are HOLD, SHIP and CANCEL, and each option is represented individually in the Layout Editor. These options are sized and positioned independently of one another, they are mutually exclusive by default. When a new order status is selected, the ORDER_AUDIT_LOG table must be updated by the first trigger to register the changed value.
Which trigger should you select?
A.
Post-Text-Item
B.
When-Radio-Changed
C.
When-Validate-Item
D.
When-Button-Pressed
E.
When-Checkbox-Changed
F.
When-New-Item-Instance