Connector Part | Description |
---|---|
ServiceNow Instance | (required) Name of the ServiceNow instance. |
User | (required) User ID to access the ServiceNow application. |
Password | (required) Password to access the ServiceNow application. |
Source Table OR Target Table | (required) Table that you want to configure within the connector. You must have appropriate permissions for this table. Apart from this you must also have appropriate security permissions for specific system tables that the connector uses to obtain table metadata: • sys_db_object: Used to collect table-level metadata such as inheritance. • sys_dictionary: Used to collect field-level metadata including name, alias, length, data type, and so on. • sys_glide_object: Used to collect information about data types including names, base types, and so on. |
Property | S/T | Description |
---|---|---|
Batch Size | S | Number of source records that the connector caches before processing them in a map. Default value is 100. |
Encoded Query String | S | ServiceNow URL-friendly query string which specifies the criteria to filter the returned records. For more information, see the following link: |
Use Display Values | S/T | When this property is set to True, it returns string display values for all fields. If it is set to False, it returns the raw data types and values for all fields, including GUIDs of records in external tables. Default value is True. Note: ServiceNow data will not be retrieved for Journal Input type fields (like comments and comments_and_work_notes in the incident table) when the Use Display Values property is set to False. The entries for these fields are stored in a separate table (sys_journal_field). Retrieving the data for these fields would require performing separate queries for each field of the type Journal Input which would have a significant performance impact on queries. The best way to include the contents of Journal Input fields is to set the source connector’s Use Display Values property to True. If that is not possible, then the map must be designed to perform the separate queries manually in events to set the values. |
Flush Frequency | T | Number of records buffered in the memory before being written to the target. Default value is 0 (all records are written at once). When inserting many records, change the default to a higher value to improve performance. |
Batch Response | T | The file to which CRUD operation results are written. The format is one entry per record, indicating success or failure. If operation fails, information about cause of failure is returned. Default is to not write a batch response file. |
Multiple Records Max Size | T | Sets the number of insert records that the target connector will send in a single request to ServiceMix. Default is 100. Note: This option is ignored if the Insert Multiple Web Service Plugin has not been installed in the ServiceMix instance. |