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
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" )