
On my Project form, I have a sub grid to enter related "Ownership" records.
From the the project form, there is a button that creates a legal request and i would like to add a sub grid that contains the related ownership records of that project on the Request form:
The issue i am having is, when adding the related Ownership sub grid on the Request form, there are no records showing at all. Is there a way to populate this data with another view?
Hello, thanks for reaching out.
The ownership has a lookup to project and that is why on the project you can see a subgrid of ownership records. The ownership also has a lookup to request and that is why you create a subgrid on Requests for ownership records. However, the issue you need to solve is the multiple ownership records related to a project showing related to the New Request. I hope I am summarizing the issue correctly.
If this is the issue you would need to solve this with Power Automate Flow.
This flow will get a list of ownership records related to the same project on the request record. Then it will iterate through each of them updating the request lookup. Now your subgrid on request will show all the ownership records related to the project the request originated from.
Good luck!