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
not eligible to answer because I can't solve the problem as I can't learn by solving ot try to solve others problem.
Process Analytics does it means you want to Route user to a task?
You are completely wrong , Dynamic links are used for updating local variables or Rule inputs not for opening ...
And i never seen readlink is it a plugin function?
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.
Hi oh ok I think I got the question wrong
What does a!readLink() do anyway. I have never seen this function in use and couldn't find in plugins.
Konduru Chaitanya because it doesn't exist.
Looks like a ChatGPT-generated reply to me.
This leaderboard is really causing chaos.
A dialog box is different than a pop-up. Dialog boxes are achieved using a!submitLink and providing the confirmation message. And Pop-ups are achieved using record actions and related actions. But both of them have a purpose. I don't know which one fits here because I am unaware of the link you want the user to click, but if that is simply a task link, none of these would work there.
I want to open a task link in the dialog, from where user can take action.
if you are using Tasklink() , You can't open it in dailouge , Just like Chaitanya told Task link Opens in "NEW_TAB","SAME_TAB".
If you want it in Dailog box , have ever heard concept of "Short lived Processes?" , it's a bit work around , you can try it.