salesforce-composite-envelo.../composite-envelope-builder/force-app/main/default
Paul Huliganga eee5289de9 fix(flow): move Is_Recipient_Email_Blank into contiguous decisions group in V4
Salesforce Flow XML requires all elements of the same type to be grouped
together. Is_Recipient_Email_Blank was in a separate <decisions> block after
<recordLookups>, causing 'Element decisions is duplicated' deploy error.
Moved it into the existing decisions group and removed the orphaned block.
2026-03-13 11:29:13 -04:00
..
classes feat: add greeting, dividers, and sign-off to envelope email body 2026-03-13 11:15:30 -04:00
flows fix(flow): move Is_Recipient_Email_Blank into contiguous decisions group in V4 2026-03-13 11:29:13 -04:00
objects/Docusign_Configuration__c Initial commit: Salesforce Composite Envelope Builder 2026-02-25 09:22:29 -05:00