Button Click: Difference between revisions
Marek Rodak (talk | contribs) No edit summary |
Marek Rodak (talk | contribs) No edit summary |
||
| Line 2: | Line 2: | ||
<span style="float:left; padding-right:10px">[[File:Button Click.PNG|100 px]]</span> | <span style="float:left; padding-right:10px">[[File:Button Click.PNG|100 px]]</span> | ||
Rules are client-side scripts (no-code [[business logic]]) that are executed when a user of the mobile app interacts with the app. The '''Button Click rules''' are executed when a row button is clicked. Rules are managed using the [[rules editor]], usually in [[Woodford]]. | Rules are client-side scripts (no-code [[business logic]]) that are executed when a user of the mobile app interacts with the app. The '''Button Click rules''' are executed when a row button is clicked. Rules are managed using the [[rules editor]], usually in [[Woodford]]. | ||
Revision as of 08:44, 2 November 2022
| Rules and examples |
|---|
|
Rules are client-side scripts (no-code business logic) that are executed when a user of the mobile app interacts with the app. The Button Click rules are executed when a row button is clicked. Rules are managed using the rules editor, usually in Woodford.
Button Click rules are available on the:
Example: create a new order or appointment
These two examples, showcase custom buttons on the account form.
First, we click Add button and fill in the name of the button (Click text, Label):
Then, set up a Button Click rule. Changeditem is set to be the button label. We create a variable that will be a new instance of order or appointment and assign the customer id from the account. In the end, we open a new appointment/order record.
You can fill out the new forms further. In the new order, we set the account's address as the shipping address.
In the new appointment, we add the date of creation and name of the appointment by concatenating "Meeting with:" and the account's primary contact.