I created an interface with read only grid which pulls data from process analytics. I would like to bring dialog box when user clicks on a link from the interface.
Any suggestion how I can implement this? Thank you.
Discussion posts and replies are publicly visible
Hello amikb0002
When you are using a report you will have to use a process task link, where you will have a parameter "Open Link In" which will define where the task should be displayed to the user. You have only two options 1. SAME_TAB and 2. NEW_TAB.
You will not get a dialog box unless until you have Record or Related actions.