I'm not sure how to frame my question, so here is what I am trying to accomplish:
Entities in use:
Account (default Account table in Dynamics)
Health Center (custom object)
Policy (custom object)
Plan (custom object)
Relationships:
(1N) Account can have one or more Health Centers
(1N) Account can have one or more Policies
(1N) Policy can have one or more Plans
Put another way, when working on a Plan, it will relate to a single Policy and that Policy will relate to a single Account, and that Account can have many Health Centers associated with it.
On the Plan form I would like to create a subgrid of all Health Centers associated with the Account.
On that subgrid, I would like to display Health Center fields like Name, Address, Office Hours, Phone Numbers, etc.
How can I create that subgrid, and what fields and relationships need to be created to allow for that?
Hi,
Using out of the box options you can show Health Center subgrid till Policy form using Quick view of the Account where you have that subgrid actually.
But if you want it in Plan you have to develop custom grid, you can develop html grid or can use some other client side framework to develop it where you can have your webapi request to get data based on the relationship hierarchy. You can also try to build a canvas app.
Some refernece
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,240 Super User 2024 Season 2
Martin Dráb 230,149 Most Valuable Professional
nmaenpaa 101,156