Actions - aliyss/beautifulSNOWPlugin GitHub Wiki
Actions will not run without defining Quick Add Buttons or AutoRuns
Defining Actions
To define an Action add an Action by inserting a row in the extension Options.
Defining Application
To define an Application for your Action add a row to Runners.
Runners
You can get the Field ID by clicking the extension when you are on a record page.
Example
- Field ID: comments
- Type: val
- Execution: +=
- Field Value: Hello World
Conditional For
Runs the Runners the amount of times you want.
Example
Execute Actions X times: 2
Conditional Ifs
Runs the Runners only if all the conditions are met.
Example
- Field ID: state
- Field Type: opt
- Execution: ==
- Value: Active