RE: How to show child of child records in parent form?
Hi,
I though it should be doable with the rollup views:
community.dynamics.com/.../configure-rollup-view-for-activities-with-dynamics-crm-365
But, it seems, that option is set to "cascade none" for the out-of-the-box opportunity-to-account relationships.
Although, it seems I can use "Cascade All" when creating a new relationship between those two entities, so, maybe, that's what you should try:
- Create another account lookup field on the opportunity entity
- Set Rollup View behavior of that relationship to "cascade all"
- Create a workflow to automatically copy one of the existing account lookup fields (on the opportunity) to that new field (so you could actually use the rollup view through that new relationship)