Skip to main content
February 13, 2023
Question

Show an interface as pop-up

  • February 13, 2023
  • 5 replies
  • 2 views

Hi,

Is there a way in Appian to show an interface as pop-up inside the main interface?

The requirement is when I click on a button, it will show the other interface as pop-up/modal/overlay which contains data grid and other components .

Thank you!

    5 replies

    harshitb6843
    February 13, 2023

    You have to map the child interface as Related action in a record and then use a!recordActionField(). That should do!

    February 13, 2023

    Thanks for your response, could you please provide an example on how to map the child interface as Related action in a record?

    Also, is this also applicable for child interface that contains forms?

    harshitb6843
    February 13, 2023

    Yes. Should be good. Also, to use the recordAction, you can use this documentation link - docs.appian.com/.../record-actions.html

    abhayd3663
    February 13, 2023

    If you need to show an interface containing data grid, the ONLY option is using Record Action -> Open Actions In -> DIALOG BOX.

    abhayd3663
    February 21, 2023

    Did that solve the problem?