Hello all,
I'm getting an error "Expression evaluation error: [XXX - Record name] must be indexed by its corresponding record type fields or relationships (APNX-1-4291-001)" while I'm trying to get the 'Summary' for a Record from the Records 'List'. I configured a view to list all the records and when I click on any particuler Recor from the list, it should show the Summary for that Record.
Using the following code for recordLink:
a!recordLink( label: fv!row[record.numberValue], recordType: record, identifier: fv!identifier )
Appreciate your help in getting a solution of this error. Please let me know if you need any other details, thank you.
Discussion posts and replies are publicly visible
docs.appian.com/.../reference-records.html
Are you sure that the 'record' in the recordType and in the label are referring to the same record?
Yes, Harshit.
Thanks for the documentation Stefan.
Hi Sunil,
Are you getting this error in when you load the record list or after you click on the record link and when navigating to summary view. Just to verify your summary view is not using any record data or not.
Hi Naresh, I'm able to load the Record list - issue is with the Record link.. I'm not able to navigate to the Summary dashboard.
On the Record, I'm using a view containing many tables, but on Summary page, I'm using the data directly fetched from the tables through Data entiites.
: )