Skip to main content
February 5, 2024
Question

Dialog box in read only grid ( interface is based on query analytics)

  • February 5, 2024
  • 21 replies
  • 0 views

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.

    21 replies

    prakhars0731
    February 5, 2024

    not eligible to answer because I can't solve the problem as I can't learn by solving ot try to solve others problem. 

    venkatrea696188
    February 5, 2024

    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?

    prakhars0731
    February 5, 2024

    Hi [mention:5abb751204a145abaeb28c7bf620b9d5:e9ed411860ed4f2ba0265705b8793d05]  oh ok I think I got the question wrong 

    venkatrea696188
    February 5, 2024

    Process Analytics does it means you want to Route user to a task? 

    konduruc733182
    February 5, 2024

    Hello [mention:0605253b3b7b43d8985e38634d2a05e6:e9ed411860ed4f2ba0265705b8793d05] 

    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.

    harshitb6843
    February 5, 2024

    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. 

    amikb0002Author
    February 5, 2024

    I want to open a task link in the dialog, from where user can take action. 

    venkatrea696188
    February 5, 2024

    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.