10,730
edits
Line 49: | Line 49: | ||
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" | |||
| '''If Condition''' || Entity.statecode || Equals || Active | |||
|- | |||
| '''Then Step''' || FormName || Assign || MyActiveForm | |||
|- | |||
| '''Else Then Step''' || FormName || Assign || MyInactiveForm | |||
|} | |||
== Properties pane == | == Properties pane == |