salesforce - Standard button on custom object on saleforce -


i have installed docusign in salesforce. button in opportunity works custom button on custom object doesn't work.

my button standard

:{!requirescript("/apex/dsfs__docusign_javascript")} docusign_createenvelope(); 

i have error:

a problem onclick javascript button or link encountered:

unterminated string literal 

try without ':' resulting in

{!requirescript("/apex/dsfs__docusign_javascript")} docusign_createenvelope();


Comments

Popular posts from this blog

node.js - Using Node without global install -

How to access a php class file from PHPFox framework into javascript code written in simple HTML file? -

java - Null response to php query in android, even though php works properly -