Form: Difference between revisions

Jump to navigation Jump to search
273 bytes removed ,  5 August 2022
Line 138: Line 138:
== What form is used? ==
== What form is used? ==


You can define multiple forms for any entity. Click '''Select Form''' to configure which forms are used in what cases. The logic is defined using script rules, see [[Rules editor]] for more information.
You can define multiple forms for any entity. Click '''[[Select Form]]''' to configure which forms are used in what cases. The logic is defined using script rules, see [[Rules editor]] for more information.
 
{| class="wikitable"
|+ Example of a simple select form rule
|-
| '''If Condition'''  || Entity.statecode || Equals || Active
|-
| '''Then Step'''      || FormName        || Assign || MyActiveForm
|-
| '''Else Then Step''' || FormName        || Assign || MyInactiveForm
|}


== Form layout ==
== Form layout ==

Navigation menu