AutoRuns - aliyss/beautifulSNOWPlugin GitHub Wiki
AutoRuns are Actions that are executed on page load.
Defining AutoRuns
To define an AutoRun add a AutoRun by inserting a row on the Extension Options Page.
Defining Code
Define a code that will allow you to recognize your AutoRun easily.
Defining Table Names
Table ID
You can get the Table ID from the url you want to run on page load.
Example
- If the url is: https://your_instance.service-now.com/nav_to.do?uri=/incident.do
- Then your Table ID is: incident
Defining Action List
Runs the Actions subsequently. This allows you to add multiple actions to a button.
Action
The Actions are predefined from your Actions List. You can select them from the dropdown.
Example
- Action List has: [Hello World]
- Action Selection: Hello World