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.
External Document Creation Output
- JSON example
-
1{ 2 "isSuccess": true, 3 "message": "", 4 "ssoLinkUrl": "", 5 "ExternalDocumentDTO": { 6 "contentVersionId": "", 7 "ExternalDocumentId": "", 8 "ExternalUserId": "", 9 "referenceObjectId": "", 10 "referenceObjectType": "", 11 "url": "", 12 "eTag": "" 13 } 14}
| Property Name | Type | Description | Filter Group and Version | Available Version |
|---|---|---|---|---|
| externalDocumentDetails | Object | Details of the external document record that is created. | Small, 58.0 | 58.0 |
| isSuccess | Boolean | Indicates whether the external document is created successful (true) or not (false). | Small, 58.0 | 58.0 |
| message | String | Provides a description of the error message in case of failure | Small, 58.0 | 58.0 |
| ssoLinkUrl | String | <Need description>. | Small, 58.0 | 58.0 |