Display a grid of unrelated records on the form of an entity

后端 未结 1 1451
没有蜡笔的小新
没有蜡笔的小新 2021-01-25 11:21

I have 3 CRM entities: A, B and C. There is a 1:N relationship between A & B. I have a custom activity D. There is a 1:N relation between B and D

On creation of an

相关标签:
1条回答
  • 2021-01-25 12:04

    There are two methods I know of.

    1. James has a good blog post @ The Dynamics CRM Green Bible about how to manipulate existing subgrids to display the FetchXml you need. This approach doesn't involve an IFRAME.

    2. Chandan shares a way to use the Advanced Find view in an IFRAME that accomplishes a similar effect (written for Dynamics CRM 4, but easily adapted to CRM 2011).

    0 讨论(0)
提交回复
热议问题