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
I wrote a blog post about data flow in interfaces.
appian.rocks/.../
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.
Well, do you have a specific reason to NOT use records?
I think it is a good idea to stay close to Appian's philosophy. And that is: Records are your business objects that have attached process models, aka record actions, representing your business processes.
Do you mind explaining what you are trying to implement?
What about over 4,000,000 récords limit on Record Types? I'm Learning and exploring scenarios.
It is there, as for now, and will probably be gone in the near future. But what are you looking for?
You can still use Records together with CDTs and Data Stores.
Do you mean unsync recordtypes or something else?
Un-synced records, yes.
Ok. Is there any documentation related for implementation? which do you recommend?
https://docs.appian.com/suite/help/24.3/Application_Building_Tutorial.html
Ok. This isnt unsynced implementation.
Sure, but the implementation is still almost the same. You just need to add Data Types and Data Stores to the game.
Ok.