I have a java script custom button in Salesforce Classic called “Send with Salesforce”. The code is:
{!REQUIRESCRIPT(“/apex/dsfs__DocuSign_JavaScript”)}
DocuSign_CreateEnvelope();
The button is on the media campaign object.
How can I edit this button to use URLFOR so that it will work in Lightning?