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.
Contract Input
- JSON example for creating and updating contract
-
1{ 2"sourceObjectId" : "006xx000001a4KaAAI", 3"templateName" : "Value1", 4"isAutoDocgenRequired" :true/false 5} - Properties
-
Name Type Description Required or Optional Available Version isAutoDocgenRequired Boolean Specifies whether automatic document generation is required or not. Required 56.0 recordTypeName String Contract record type name. Optional 56.0 sourceObjectId String Source record ID. Required 56.0 templateName String Document template name for document generation. Optional 56.0