
Hi,
Over the last few days, this error has been coming up on our views when we do a filter on the column. It returns no results and it keeps appearing
'Incident' entity doesn't contain attribute with Name = 'undefinedname' and NameMapping = 'Logical'. MetadataCacheDetails: ProviderType=Dynamic, StandardCache=True, IsLoadedInStagedContext = False, Timestamp=24721831, MinActiveRowVersion=24721831, MetadataInstanceId=34992801
I think it is a data issue but i can't quite figure out what this error is trying to say. i don't have an attribute called undefinedname
Hi partner,
Please check that if there is any new custom field in case entity be added recently.
When we filter the data by column, the system will use fetchxml to query the data, and this error may tells us 2 things.
1. The column used to do filter may caused this error, you could remove this column in the view and try again.
2. There is another column in this view casued this error, you could try to do filter in another view and check if this issue still exists.
You could also try to clear your browser caches and cookies and try again.
Best Regards,
Leo