Skip to main content
pramodk0004
June 9, 2023
Question

Redirecting to a interface from record summery view

  • June 9, 2023
  • 13 replies
  • 1 view

I have a read only grid with data sourcing from a record type. One of the columns in the interface has a record link field enabling it to drill down into a record summary.

Is there a way we can redirect back to the interface from the record summary view? Ask is to have a cancel button that will take the user back to the read-only interface where the user started. 

safe link is not an option.

13 replies

mathieud0001
Brainy
June 10, 2023

Did you try a startProcessLink in the grid?

pramodk0004
June 10, 2023

I tried to use the process link by setting the record list view interface as a process start form. but once the process ends it is navigating back to the screen from where the process was initiated from. I would love to hear if you have a different idea!

mathieud0001
Brainy
June 10, 2023

Your initial ask was: "Ask is to have a back button which will take the user back to the read only interface where the user started."

Your response: "but once the process ends it is navigating back to the screen from where the process was initiated from."

Something I am missing?

harshitb6843
June 10, 2023

Why not to open the record link in a new tab and keep the previous screen untouched?

pramodk0004
June 10, 2023

That is the last thing they would like to do. before going there I just want to make sure it is not possible to add a back button in record summery view which will take you back to the previous interface to show the list view

stefanhelzle0001
Brainy
June 10, 2023

The browser back button does not work?

pramodk0004
June 10, 2023

The browser back button works fine. but it takes you to the exact previous page which can be any previous page if they navigate to other views screens. ask is to have a cancel button in each of the views(we have 3) which will take the user straight back to the list view on the click of a button from any of the views. I am not sure if that is possible

stefanhelzle0001
Brainy
June 10, 2023

A "Cancel" button !?!

Your use case seems to be simple to implement. Just build a nested interface instead of trying to navigate somewhere. Think of a single-page web page for which you use some UI state management to switch between different aspects of the UI.

June 13, 2023
[deleted]
June 14, 2023

One thing is for sure, ChatGPT has increased the number of spammers here.