06 Feb 2023
Link to this post
I am having trouble getting a subgrid to work with a many to many relationship and I cannot find documentation on any special configuration for this. When I add a subgrid widget to a form, I can select the many to many relationship on the data tab. However, when the page loads, the grid says "There was an internal error retrieving the data, please try again later." In browser dev tools, I see the following error: "xxx_EntityName entity doesn't contain attribute with Name = xxx_idattribue". This seems to me like its looking for a 1:N relationship but the relationship I selected while configuring the subgrid widget is for the N:N relationship. Is there a trick to displaying a many to many subgrid on a form?