Forum Post: Re: New Ui - Worklfow Button To Render On Edit Page

  • Thread starter Thread starter Sri Harsha
  • Start date Start date
Status
Not open for further replies.
S

Sri Harsha

Guest
Hi Meryk, Workflow actions cannot be added to reocord edit page. And the workaround you have tried does not work too. The rbf_runObject() method runs any of the action defined in the page. So, as the "rbf_action16201" is an action of your record view page, you cannot invoke it from an edit page. The way to go for your requirement is either the way you have done (add a custom button and do the necessary actions) or Create an appropriate trigger (like status change, send email etc) and invoke it on the custom button click using rbf_runTrigger() broswer-side api. Please let me know if you need anything else on this. Regards, Harsha.

Continue reading...
 
Status
Not open for further replies.
Back
Top