Select Form
Appearance
| Rules and examples |
|---|
|
The Select Form rules are triggered when a form is about to be displayed. They let you set up which form is used for a particular record. For example, the form when creating a new record can display only a subset of fields. Once the record is saved, the full form is displayed instead.
Select Form rules are managed in Woodford, on the list of Mobile Views, Forms and Charts of an entity.
Example of a simple select form rule
| If Condition | Entity.statecode | Equals | Active |
| Then Step | FormName | Assign | MyActiveForm |
| Else Then Step | FormName | Assign | MyInactiveForm |