Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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 |