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.
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.
Hi. I have found a barrier cause I cannot use unsynced recordtypes in process models and interface rule inputs variables data types.
You can use the data type for the process variables.
Hi. Appian is not showing the unsynced recordset data type in process model designer. And I cannot use the data type in interface rules input.
To use unsynced record, the approach is to first create a "Data Type" for each table and a "Data Store". Then you can use these "Data Types", not "Record Types" for PVs and your rule inputs.
Got it. Could you tell me the specifics scenarios where unsynced recordtypes are usefull? I dont get it. I hoped to use them like sync ones. Actions, filters, etc.
Did you already check out this documentation: https://docs.appian.com/suite/help/24.3/about-data-sync.html#when-to-enable-data-sync
I likd this one part of that: docs.appian.com/.../Record_Type_Object.html
So. Unsynced record types exists to develop data dashboards from datasources which exceed 4 million records? Thats all?