From 5d2a54780361c14c604638af4f95de8c897fae30 Mon Sep 17 00:00:00 2001 From: Eddy Hung Date: Fri, 10 Jan 2025 14:08:57 -0800 Subject: [PATCH 1/2] USERPROV-0 Udpate the description for the CustomData field --- .../user-provisioning/spend/v4.spend-user-extension-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api-reference/user-provisioning/spend/v4.spend-user-extension-schema.md b/src/api-reference/user-provisioning/spend/v4.spend-user-extension-schema.md index 70962255e..c041b543f 100644 --- a/src/api-reference/user-provisioning/spend/v4.spend-user-extension-schema.md +++ b/src/api-reference/user-provisioning/spend/v4.spend-user-extension-schema.md @@ -45,7 +45,7 @@ Custom Data is the object used as the value of `customData` in the Spend User Ex |Name|Type|Format|Description| |---|---|---|---| |`id`|`string`|-|`custom1` - `custom22`, `orgUnit1` - `orgUnit6`| -|`value`|`string`|-|Value of the custom field. For list = List Item Code.| +|`value`|`string`|-|Value of the custom field.
**NOTE**: For field that's configured with either type "Connected List" or "List" under the Employee Form, please use List Item Code as the value.| ## ADP Extension From bf5efe1551be7c375379339cb3abde105fc6b93b Mon Sep 17 00:00:00 2001 From: Eddy Hung Date: Fri, 10 Jan 2025 14:15:40 -0800 Subject: [PATCH 2/2] update grammar --- .../user-provisioning/spend/v4.spend-user-extension-schema.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api-reference/user-provisioning/spend/v4.spend-user-extension-schema.md b/src/api-reference/user-provisioning/spend/v4.spend-user-extension-schema.md index c041b543f..7eb93e759 100644 --- a/src/api-reference/user-provisioning/spend/v4.spend-user-extension-schema.md +++ b/src/api-reference/user-provisioning/spend/v4.spend-user-extension-schema.md @@ -45,7 +45,7 @@ Custom Data is the object used as the value of `customData` in the Spend User Ex |Name|Type|Format|Description| |---|---|---|---| |`id`|`string`|-|`custom1` - `custom22`, `orgUnit1` - `orgUnit6`| -|`value`|`string`|-|Value of the custom field.
**NOTE**: For field that's configured with either type "Connected List" or "List" under the Employee Form, please use List Item Code as the value.| +|`value`|`string`|-|Value of the custom field.
**NOTE**: For a field that's configured with either type "Connected List" or "List" under the Employee Form, please use List Item Code as the value.| ## ADP Extension