Hi All,
I need to call record type summary interface(configured in views and headers in record) from button widget. How to achieve this?
thanks!
Discussion posts and replies are publicly visible
Buttons do not support that. Following the Appian design guide, buttons are for taking action, links are for navigation. Maybe you want to reconsider that design choice.
Yes Links will be fine. Will a!dynamic like works well in this case?
The documentation lists all available link variants and their purpose.
https://docs.appian.com/suite/help/22.4/Link_Component.html#parameters
When you want to navigate to a record, a recordLink should work best.
docs.appian.com/.../Record_Link_Component.html
a!recordLink( label: "Employee", /* For the "recordType" parameter below, replace the record type reference (recordType!Employee) with a * valid record type reference in your environment. */ recordType: recordType!Employee, identifier: "5" )