Skip to main content
nimishas0001
June 21, 2023
Question

How to Configure a clickable icon in a pop up window?

  • June 21, 2023
  • 5 replies
  • 0 views

If we have an icon on our interface, ("clickable icon") ---->  configured with a start process i.e. when we click on it, a report opens and shows on a new tab, is there a way to show that report in a pop up and not in a new tab?

Icon image attached fyr:

    5 replies

    harshitb6843
    June 21, 2023

    For that, you will have to create a fake pop-up. You can call that report in the same interface and then show it based on a condition.

    nimishas0001
    June 21, 2023

    Can you elaborate a bit on it more? I am calling that report in the same interface using a start process function, and it is showing based on a condition only

    The issue is opens in a new window and not as a pop up.

    harshitb6843
    June 21, 2023

    Don't use process. Just call that interface just like you call a rule. When you click on this icon, set a variable to true. Add a condition that if variable-true, then show the report else hide it. 

    achutaharshavardhanv6069
    June 21, 2023

    should this be an icon can this be on a any grid and a button , what i meant is that can you use a record grid and a record action opening as a dialog... if so then you can achieve this.

    mathieud0001
    Brainy
    June 21, 2023

    Did you try replacing the startProcess with a record action?