The button is creating a Docusign envelope as it should be, but the two parameters I added: "CES" and "DST" (these are parameters supplied by docusign) are not doing anything. Is my syntax for adding parameters to my button correct? Thanks, John{!REQUIRESCRIPT("/apex/dsfs__DocuSign_JavaScript")}
CES='CUSTOM SUBJECT';
DST='f610482c-4082-4ffb-af23-2d13962e64ae';
DocuSign_CreateEnvelope();
답변 1개

Hi John, May I suggest you please check with below links which might help you accelerate with above issue.
- https://support.docusign.com/en/answers/00004371
- http://salesforce.stackexchange.com/questions/76276/docusign-integration
- https://08d1d92f490618f41c65-8fb00e97ac499a7066a18ce9c66b019b.ssl.cf2.rackcdn.com/DocuSign_for_Salesforce_Custom_Button_Logic.pdf
Hope this helps.
Thanks,Nagendra.