Child interface put button and how to call Parent interface

Hi

I"m little bit confuse.Which pattern is good design?

I created a child interface and call from parent inerface.

How to pass button of parameter from parent interface to child interface.

when i clicked a button call another process model .how to pass parameter from parent interface to child interface.

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • 0
    Certified Lead Developer
    in reply to Darwin Pou

    "Child form" can mean many different things. Without a clear common understanding, it is tough to support you.

    OK. The typical way to do that using Appian is, to use a recordLink opening in a new tab.

    If this is also not what you are looking for and you just want to switch between the details and the grid, you would use the showWhen parameter to hide/show the section you need.

Children