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 Input
- JSON example
-
1{ 2 "refObjectId": "", 3 "contentversionId": "", 4 "documentNamePrefix": "namespaceprefix", 5 "isAsync": true 6} - Properties
-
Name Type Description Required or Optional Available Version contentVersionId String Content version ID of the document using which new external document is created. Required 58.0 documentNamePrefix String Document name prefix, which is required to name the newly created external document. Optional 58.0 isAsync String Determines the way the external document gets created. Optional 58.0 refObjectId String ID of the reference object. This can be either a document template or a contract ID. Optional 58.0