Hi Experts,
We have a requirement where we need to create a copy of a record. What I did is I created a ribbon JavaScript that calls a Workflow. This Workflow has a Custom Workflow that creates the record and associated record to it.
Now, I want to open the newly created record on click of the button. How do I pass the ID from Custom Workflow back to JavaScript ?
Below is my JavaScript code to call the Workflow. I have a button in Main and in Form.
*This post is locked for comments