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!
Discussion posts and replies are publicly visible
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.
docs.appian.com/.../Record_Link_Component.html
so ther is no way to link it without a record or a process?
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.
https://docs.appian.com/suite/help/23.2/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html