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
Michael Webb 5Michael Webb 5 

Need a button for creating opportunity from case

I am not sure how to accomplish this, however, our CS\TS would like to create an opportunity directly from the case. I can find a million ways to do it the other way around, but not sure how to do this from a case.  Can you do a url hack? Or JS button?  I would rather not use APEX but can if that is the only option.

Thank you very much.
Best Answer chosen by Michael Webb 5
Shashikant SharmaShashikant Sharma
You could do it with Executing JS From Button if you do not want to use apex

see this example : http://hometeamconsulting.com/update-records-javascript-buttons/

Let me know if you get any issues in it.