ServiceNow Data Stream Parameters
The ServiceNow plugin provides configurable data streams to query data from the ServiceNow API.
Each configurable data stream exposes a set of parameters that lets you filter the data you retrieve. The following information describes the available configurable data streams and their parameters in detail.
Catalog Tasks
Parameter | Description |
|---|---|
Active | Filter records by whether they are active or inactive. Select to include only currently active records or deselect to include only inactive ones. |
State | Select a record State to filter by. |
Priority | Select Priority to filter by. |
Assigned to | Enter usernames to filter by (e.g. firstname.secondname). Separate values with a comma. |
Requested for | Enter usernames to filter by (e.g. firstname.secondname). Separate values with a comma. |
Approval | Select an approval state to filter by. |
Catalog Tasks (Anytime)
Parameter | Description |
|---|---|
Active | Filter records by whether they are active or inactive. Select to include only currently active records or deselect to include only inactive ones. |
State | Select a record State to filter by. |
Priority | Select Priority to filter by. |
Assigned to | Enter usernames to filter by (e.g. firstname.secondname). Separate values with a comma. |
Requested for | Enter usernames to filter by (e.g. firstname.secondname). Separate values with a comma. |
Approval | Select an approval state to filter by. |
Custom Table
Parameter | Description |
|---|---|
Custom Table | Specify the ServiceNow table from which data will be queried. This defines the source of the records for this data stream. |
Number of records | Specify the total number of records to retrieve from the selected table. This controls the volume of data returned. |
Columns | Specify the columns to return in the data stream output. Useful to limit the amount of data returned and speed up queries. |
Table Query
Parameter | Description |
|---|---|
Table name | Specify the table name to run the query on. |
Filter query | Optionally, enter a filter query to run. You can copy queries from the ServiceNow console by right-clicking thee query above the toolbar and selecting Copy query Be aware that not all queries obtained this way will work properly in SquareUp (for example, if the query contains javascript:gs.getUserID()). |
Timeframe column | Select a date column to apply the time / dashboard timeframe to. Note that this data stream also supports a timeframe of None. |
Result type | Select how the query results are returned. Choose from:
|