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
dho1dho1 

Redirecting URL from an APEX trigger/class

Dear SF Dev Gurus

 

I wanted to automate echosign to send out e-signatures when the user saves a record. They provide a URL that I can customize. I know how to do this on a javascript button, but has anyone tried automate the button by doing some form of URL redirect, possibly from the trigger?

 

I've done something similar on a custom vf page by setting the the desired custom URL provided by the APEX class, but in this case I have a standard layout and don't really want to re-write the whole layout. Is there a way to override the standard layout wihtout re-writing the whole thing while being able to do the re-direct? Other Suggestions?

 

TIA!