Hi Folks,
I am showing the data in a grid format in the dashboard page and the request id in that grid is a link which is navigating to the record summary page. I am providing record action in summary page for user to take some action which is being opened in a dialog box. Now when user submit the dialog box, the process running in the background and once completed, the user is coming in the summary dashboard.
Now the client wants, when user submit that record action, instead of landing in the record summary page, then want to land into the dashboard page. Is it feasible?
Regards,
Ghanashyam
Discussion posts and replies are publicly visible
No. But one option might be to add a confirmation dialog showing a link back to the list.
Another one would be replicating Summary interface and related action with normal interface and startprocesslink(). After initial chained nodes are done it will comes back to main page (Lot of work .....)