Question
Fetching values from record type into local variable
I am working on a requirement where I need to show the read only grid to the user and user will be able to filter the data. I need to show the sum of filtered column values also to the user.
I was trying to cast the record type to CDT in the following way but it was showing castInvalid:
cast(
typeof('type!{urn:com:appian:types:INV}CDT_NAME'()),
recordType!recordName
)
