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:

https://10226ec94e53f4ca538f-0035e62ac0d194a46695a3b225d72cc8.ssl.cf2.rackcdn.com/docusign-for-salesforce-custom-button-logic.pdf

read on how use crl parameter.

then embed soql query button logic pull contacts related account record.

i hope pushes in right direction.


Comments

Popular posts from this blog

python - TypeError: start must be a integer -

c# - DevExpress RepositoryItemComboBox BackColor property ignored -

django - Creating multiple model instances in DRF3 -