I have a "program: entity and another entity is "Allocation", this allocation entity dont have the direct relationship with program. "Allocation" entity has lookup "Lender" entity, has lookup "LegalName" entity, has lookup of "Program". So I have added a subgrid of Allocation entity at program level without any filter in the view and I am passing the filter using fetch xml through javascript. I have followed this artical : https://www.aegissofttech.com/insights/filter-sub-grid-rows-in-dynamics-365-ce-crm/ but I am receiving the error that programid attribute does not exist in allocation entity. Then I have check the fetch through the developer tools and found that, what ever filter i am applying in link entity that filter getting applied directly in the Allocation entity and it there is no link entity at that time, that's why system is giving error, that allocation entity dont have the "programid" attribute
Categories: