function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
John NeffJohn Neff 

Need a little help with a custom button for Docusign - syntax likely incorrect

Hello, 

I am trying to create a custon button for Docusign and add a few parameters, but they don't seem to be doing anything.  

I know this borders on Answers Community vs. Developer Forum -  but I figure its worth a shot.  Here is what I have so far: 
 
{!REQUIRESCRIPT("/apex/dsfs__DocuSign_JavaScript")} 
CES='CUSTOM SUBJECT'; 
DST='f610482c-4082-4ffb-af23-2d13962e64ae'; 
DocuSign_CreateEnvelope();


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
NagendraNagendra (Salesforce Developers)