Skip to main content
July 29, 2024
Question

Navigating to record dashboard interface

  • July 29, 2024
  • 4 replies
  • 0 views

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

4 replies

konduruc733182
July 29, 2024

No, It is not possible. You can only land on to the Summary page if the action is being triggered from there. Instead bring down the record related actions to the main grid in a MENU_ICON style.

stefanhelzle0001
Brainy
July 29, 2024

No. But one option might be to add a confirmation dialog showing a link back to the list.

venkatrea696188
July 29, 2024

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 .....)

peter.lewis
Employee
July 29, 2024

Could you add the record action directly into a row in the grid (in your dashboard)? That would return back to the same page, it would just involve skipping the record view step.