Skip to content

Commit a39b74d

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update display and actual value
1 parent f0a3017 commit a39b74d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ For a list of data stores that are supported as sources/sinks, see the [Supporte
3434

3535
The service provides a built-in driver to enable connectivity. Therefore you don't need to manually install any driver using this connector.
3636

37-
**Please use the actual value instead of the displayed value in ServiceNow.**
38-
39-
4037
## Prerequisite
4138

4239
To use this connector, you need to have a role with at least read access to *sys_db_object* and *sys_dictionary* tables in ServiceNow.
@@ -116,7 +113,7 @@ To copy data from ServiceNow, set the type property of the dataset to **ServiceN
116113
|:--- |:--- |:--- |
117114
| type | The type property of the dataset must be set to: **ServiceNowV2Object** | Yes |
118115
| tableName | Name of the table. | Yes |
119-
| valueType | The type of ServiceNow table values. The value of this property can be `display` or `actual` (default). | No |
116+
| valueType | The type of ServiceNow table values. The value of this property can be `display` or `actual` (default). You can look at it as the parameter of `sysparm_display_value` as true or false when calling [ServiceNow REST APIs](https://developer.servicenow.com/app.do#!/rest_api_doc?v=jakarta&id=r_AggregateAPI-GET). The column name for actual value is `[column name]_value`, while for display value is `[column name]_display_value`. | No |
120117

121118
**Example**
122119

@@ -286,7 +283,7 @@ The ServiceNow V2 connector offers new functionalities and is compatible with mo
286283
| SQL-based queries are not supported. | Support SQL-based queries. |
287284
| sortBy queries are not supported in **Query builder**. | Support sortBy queries in **Query**. |
288285
| You can view the schema in the dataset. | You can't view the schema in the dataset. |
289-
|The Display type of ServiceNow table values is supported. |The Display type of ServiceNow table values is not supported. |
286+
| You can configure `valueType` to `display` or `actual` in datasets to use the display or actual value of the table.| The display or actual value is present in the table with "Display" or "Actual" prefix appended. |
290287

291288
## Related content
292289
For a list of data stores supported as sources and sinks by the copy activity, see [supported data stores](copy-activity-overview.md#supported-data-stores-and-formats).

0 commit comments

Comments
 (0)