1.3 KiB
1.3 KiB
MDAPI package for deploying Docusign Composite Envelope Builder
Contents:
classes/— Apex classes and test classesflows/— Flow file for DocuSign Envelope Templates (V4)package.xml— package manifest
Usage (Salesforce CLI, Metadata API format):
-
Ensure you have the Salesforce CLI installed and authenticated to the target org.
-
Deploy the package directory (from repository root):
# convert source if needed, or deploy mdapi directly
sfdx force:mdapi:deploy -d deploy/mdapi -u <prod-org-alias> -w 10
- If you prefer ANT, zip the
deploy/mdapidirectory and use the Metadata API/ANT deployment procedure.
Notes:
- The
flowsfile included is the V4 flow file (Docusign_Envelope_Templates_V4.flow-meta.xml). The Flow API name isDocuSign_Envelope_Templates— ensure the Flow member name inpackage.xmlmatches the flow's API name. - The implementation depends on the managed-package
dfsle(Docusign for Salesforce) toolkit and itsdfsle__EnvelopeConfiguration__crecords. Ensure the managed package and its configuration/data exist in Production before invoking the Flow. - This package intentionally excludes
Docusign_Configuration__c(legacy metadata) — include it only if you intentionally want to keep that object in Production.