Newer Version Available
Content Link Data Sync
Output representation that contains the details of data synchronization with success and
failure information.
- JSON example
-
1{ 2 "failedContentLinkDataList": [ 3 { 4 "contentLinkId": "6UPxx0000004CCGGA2", 5 "failureReason": "Contract Term: value not of required type: 3", 6 "isSuccess": false, 7 "value": "3" 8 } 9 ], 10 "referenceObjectId": "069xx0000004CsCAAU", 11 "saveCommitted": false, 12 "successContentLinkDataList": [ 13 { 14 "contentLinkId": "6UPxx0000004C92GAE", 15 "isSuccess": true, 16 "value": "Contract Description for JSON" 17 } 18 ] 19}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| failedContentLinkDataList | Content Link Data Sync Detail[] | List of content links that failed to update, including error details. | Small, 65.0 | 65.0 |
| referenceObjectId | String | ID of the sObjects that were updated. | Small, 65.0 | 65.0 |
| saveCommitted | Boolean | Indicates whether successful transactions were committed to the database (true) or not (false). | Small, 65.0 | 65.0 |
| successContentLinkDataList | Content Link Data Sync Detail[] | List of content links that were successfully updated. | Small, 65.0 | 65.0 |