10,730
edits
(→Actions that trigger rule execution: add descriptions for Route Plan rules) |
No edit summary |
||
Line 1: | Line 1: | ||
{{Academy|37|Business Logic}} | |||
Rules are the most important tool for adding [[business logic]] to your [[Resco Mobile CRM]] app. Rules are scripts that are performed when a user of the mobile app opens a new view or form, taps a button or record, modifies any value, etc. You can modify many things using the scripts, most notably you change data or change the UI. | Rules are the most important tool for adding [[business logic]] to your [[Resco Mobile CRM]] app. Rules are scripts that are performed when a user of the mobile app opens a new view or form, taps a button or record, modifies any value, etc. You can modify many things using the scripts, most notably you change data or change the UI. | ||
Line 22: | Line 23: | ||
|- | |- | ||
| On Change | | On Change | ||
| These rules are checked when | | These rules are checked when any field is modified. Example: simple form validation. <small>They are also executed when you open a form (a new form starts empty, then the values are changed as they are loaded from the database and displayed).</small> | ||
| Yes | | Yes | ||
| Yes (*) | | Yes (*) |