Skip to main content
September 7, 2023
Question

Child interface put button and how to call Parent interface

  • September 7, 2023
  • 25 replies
  • 2 views

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

25 replies

stefanhelzle0001
September 7, 2023

I wrote a blog post about data flow in interfaces.

appian.rocks/.../

August 30, 2024

I have this column with:

a!richTextDisplayField(
value: a!richTextIcon(
icon:
"pencil-square-o-alt",
color: "ACCENT",
size: "MEDIUM_PLUS"
)
)

Is possible to call a child form from this one and pass row values to a CDT type parameter into child form?

I'm using CDTs no RecordTypes.

stefanhelzle0001
August 30, 2024

What exactly do you mean with a "child form"?

This pattern might fit your needs: https://docs.appian.com/suite/help/24.3/recipe-use-links-in-a-grid-to-show-more-details-and-edit-data.html