Skip to main content
floriang0001
April 28, 2021
Question

How to nest an existing form interface into another interface?

  • April 28, 2021
  • 1 reply
  • 0 views

Assume I have two working (form) interfaces which I used to call from the top tabs of my Appian site (object), let's call NewRecordA and NewRecordB.

I now would like to introduce a secondary tab-hierachy (using e.g. card-components), and I am building a new interface with two card-components entitled "Create a new record of type A" and "Create a new record of type B", respectively.

What is the recommended way of reusing the two existing interfaces (including their respective process models)?

1 reply

danny.verb
April 28, 2021

I recommend making a record type for the data backing your processes and then you can use related actions with a!recordActionField() to call the process from any interface.

docs.appian.com/.../Record_Action_Component.html