<< Click to Display Table of Contents >> Raynet One Data Hub > 14.0 > Connectors > Alphabetic Connector List > ServiceNow Table > Connector Parameters Configuration |
This parameter contains the name of the ServiceNow table to extract
Technical Name |
table_name |
Category |
Functional |
Type |
String |
Default Value |
n/a |
Example Values |
This parameter contains the query string that is used to filter records prior to extraction.
Technical Name |
query |
Category |
Functional |
Type |
String null |
Default Value |
null |
Example Values |
null |
Please refer to Operators Available for Filters and Queries in the ServiceNow documentation for query syntax.
This parameter contains a comma-separated list of the table fields to extract.
Technical Name |
fields |
Category |
Functional |
Type |
String null |
Default Value |
null |
Example Values |
null, parent,child,type,type.name,updated,sys_updated_on |
A comma-separated list of the table fields to extract. If omitted, all available fields are extracted. In order to fetch fields via dot-walking (e.g. type.name) the fields parameter must be used, since they are not included in the default set.
This parameter contains the name of the ServiceNow UI view that determines the fields to be extracted.
Technical Name |
view |
Category |
Functional |
Type |
String null |
Default Value |
null |
Example Values |
null |
If both parameters Table Fields and the UI View Name are specified, the Table Fields take priority.
This parameter is used to limit the number of records extracted from ServiceNow. If set to null, all records will be retrieved.
Technical Name |
top |
Category |
Functional |
Type |
Integer null |
Default Value |
null |
Example Values |
null |