Skip to content

Commit 58c3933

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Add valueType
1 parent ca03d1f commit 58c3933

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

articles/data-factory/connector-servicenow.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ To copy data from ServiceNow, set the type property of the dataset to **ServiceN
116116
|:--- |:--- |:--- |
117117
| type | The type property of the dataset must be set to: **ServiceNowV2Object** | Yes |
118118
| tableName | Name of the table. | Yes |
119+
| valueType | ServiceNow sysparm_display_value type. The value can be `display` or `actual` (default). | No |
119120

120121
**Example**
121122

@@ -125,7 +126,8 @@ To copy data from ServiceNow, set the type property of the dataset to **ServiceN
125126
"properties": {
126127
"type": "ServiceNowV2Object",
127128
"typeProperties": {
128-
"tableName": "<table name>"
129+
"tableName": "<table name>",
130+
"valueType": "actual"
129131
},
130132
"schema": [],
131133
"linkedServiceName": {
@@ -283,7 +285,8 @@ The ServiceNow V2 connector offers new functionalities and is compatible with mo
283285
| Support **Query builder** in the source. | **Query builder** is not supported in the source. |
284286
| SQL-based queries are not supported. | Support SQL-based queries. |
285287
| sortBy queries are not supported in **Query builder**. | Support sortBy queries in **Query**. |
286-
| You can view the schema in the dataset. | You can't view the schema in the dataset. |
288+
| You can view the schema in the dataset. | You can't view the schema in the dataset. |
289+
| Display type for sysparm_display_value is supported. |Display type for sysparm_display_value is not supported. |
287290

288291
## Related content
289292
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)