This field procedure is triggered when the data in a field changes.
triggered By
- Quantity Field
- Date Field
- Date/Time Field
- Choice Field
- Note Field
- Stapled Field
- Transaction Date (form level only)
Quantity field – the field procedure triggers on each keystroke. This is handy, in particular, to update sub-totals as a quantity values are entered.
Date & Date/Time fields – the field procedure triggers after a valid new date or date/time is entered.
Choice field – the field procedure triggers on every change (selection or deselection of a choice)
Note and Description field – the field procedure triggers on each keystroke.
Available Procedure Steps - Form Level Fields
- Do nothing
- Case on conditions
- Prorate a value over detail lines
- Set properties on a form element on a form
- Set properties on a form or detail line
Available Procedure Steps - Detail Lines Level Fields
- Do nothing
- Case on conditions
- Set properties on a form element on a form
- Set properties on a form or detail line
Detail LInes Field
Detail lines field has its own set of definitions, field procedures and form procedures. Field procedure is triggered when the above fields in a detail line change.