Jump to content

Select Form: Difference between revisions

From Resco's Wiki
No edit summary
Marek Rodak (talk | contribs)
No edit summary
Line 1: Line 1:
{{Rules TOC}}
{{Rules TOC}}


<span style="float:left; padding-right:10px">[[File:Select Form button.png|top]]</span>
<span style="float:left; padding-right:10px">[[File:Select Form button.png|100 px]]</span>
The '''Select Form rules''' are triggered when a [[form]] is about to be displayed. They let you set up [[Form#What_form_is_used.3F|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.
The '''Select Form rules''' are triggered when a [[form]] is about to be displayed. They let you set up [[Form#What_form_is_used.3F|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.



Revision as of 08:37, 2 November 2022

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

See also