Hi Guys,
We are having a power page site where making multiple api calls from the page using jquery. These api calls uses fetchxml which joins with multiple dataverse tables. Also there are multiple chain of table permission for each of the user roles. These API calls were working fine and entire page was behaving as expected. Suddenly from last couple of days all such API s have started failing having the below error across multiple pages for all the roles except super admin role (which has global permission in all tables).
error Object { code: "9004010D", message: "Common Data Service error occurred.", cdscode: "0x80041108", … }
code "9004010D"
message "Common Data Service error occurred."
cdscode "0x80041108"
innererror Object { code: "0x80041108", message: "The entityname attribute is not a valid attribute for link-entity, inside link entity, not allow define condition referenced other link entity" }
code "0x80041108"
message "The entityname attribute is not a valid attribute for link-entity, inside link entity, not allow define condition referenced other link entity"
Any help is highly appreciated at this moment as we are stuck completely without any clue where the entire website was almost ready.
Thank you.