Skip to main content
August 3, 2023
Solved

Link to an Interface into an interface

  • August 3, 2023
  • 5 replies
  • 1 view

I have an interface with a grid, in which first columns is an ID, and you can click on one of the ids to go to another interface with specific details for that ID.

Right now that link works with a process, but I need to change it so it does not trigger any process, I want it to open the interface with the details for the selected ID without going through a PM.


How can I do that? Thanks you!

Best answer by harshitham3563

You can configure a summary screen with all the required details and have it in the summary of the record, In the other interface you can have list of  id's with the link which redirects to the summary screen which you have configured in the record.

Hope this work for you. If not please provide more context.

5 replies

August 3, 2023

You can configure a summary screen with all the required details and have it in the summary of the record, In the other interface you can have list of  id's with the link which redirects to the summary screen which you have configured in the record.

Hope this work for you. If not please provide more context.

August 3, 2023
August 3, 2023

so ther is no way to link it without a record or a process?

August 3, 2023

There is.

You can play with the showWhen of two interfaces. On the click of link you can hide the grid and show the other interface by passing the current row identifier. But record link and summary view is the best option.