Quick Add Buttons - aliyss/beautifulSNOWPlugin GitHub Wiki
Defining Quick Add Buttons
To define a Quick Add Button add a Quick Add Button by inserting a row on the Extension Options Page.
Defining Code
Define a code that will allow you to recognize your button easily.
Defining Table Names
Table ID
You can get the Table ID from the url you want to add the buttons to.
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