Select Form: Difference between revisions
Appearance
No edit summary |
Marek Rodak (talk | contribs) No edit summary |
||
| Line 17: | Line 17: | ||
| '''Else Then Step''' || FormName || Assign || MyInactiveForm | | '''Else Then Step''' || FormName || Assign || MyInactiveForm | ||
|} | |} | ||
== Example: Select a different form for customer and potential customer account== | |||
== See also == | == See also == | ||
* [https://www.inogic.com/blog/2020/09/how-to-show-form-based-on-a-condition-in-resco-mobile-app/ How to show Form based on a Condition in Resco Mobile App] {{Badge|Blog}} | * [https://www.inogic.com/blog/2020/09/how-to-show-form-based-on-a-condition-in-resco-mobile-app/ How to show Form based on a Condition in Resco Mobile App] {{Badge|Blog}} | ||
Revision as of 09:37, 7 December 2022
| 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.
| Note | Due to architectural constraints, Select Form rules are not supported for Sales detail entities (OpportunityLineItem, OrderItem, QuoteLineItem, DealItem). This applies to all platforms (Salesforce, Dynamics, Resco Cloud). As a workaround, you can use multiple tabs and show/hide them using On Load rules. |
Example of a simple select form rule
| If Condition | Entity.statecode | Equals | Active |
| Then Step | FormName | Assign | MyActiveForm |
| Else Then Step | FormName | Assign | MyInactiveForm |