We used type! to create local constants in case of CDT, but is there something similar for record types?
type!
Discussion posts and replies are publicly visible
Hi tanujd6440 Didn't get your question could please elaborate or post something regarding your usecase
I used type! to create a local constant, is there anything similar for record types? because type! only works for CDT
docs.appian.com/.../reference-records.html
for records it would be like this:
recordType!Case( recordType!Case.fields.id: 1, recordType!Case.fields.status: "Open", recordType!issueType: "Shipping" )