apex code - DocuSign for Salesforce - Add Recipients in Envelope through URL -
i working on salesforce docusign project created button send emails attachments account object. button calls docusign salesforce app link
{!requirescript("/apex/dsfs__docusign_javascript")} docusign_createenvelope();
is there way me pass contact id linked account record docusign envelope recipient?
it's not easy passing contact record id.
i have never done before, post below gives concept of need do:
docusign salesforce custom button - auto populate recipients
in summary, need build own docusign custom button logic:
read on how use crl parameter.
then embed soql query button logic pull contacts related account record.
i hope pushes in right direction.
Comments
Post a Comment