开发者

Dynamics CRM 2011 Connections

The company I work for has clients which have various businesses but which are owned by the same person. The different businesses ha开发者_StackOverflow中文版ve separate contracts and we have linked the two accounts by a connection.

Now, when a case regarding one of the businesses is created, we want all the contracts of both businesses to show up under 'Contracts'. Is this possible?

Ex: Business A - Contract A

Business B - Contract B

Case for Business A : Available contracts: Contract A , Contract B ( since the owner is the same we want both of them to show)


It is, but it would probably take some development. You would need some sort of html/silverlight xap web resource or an iframed web application to retrieve and dynamically load the contracts of all the account connections on the account form. The web application would need to take into account the relationship of the parent account to the child accounts and it may be easier instead of using connections, just to make them child accounts to the parent account. That's how its done pre-2011.


I think I can suggest something here.

  1. Have that 'person' as master Customer (record of type account), and have all the businesses (A, B) as child Customers (records of type account).
  2. Now create an advanced find view to list all the contracts for 'master' customer
  3. Expose it in a grid. (read more here How to create master/detail view in Microsoft dynamic CRM 4.0?)
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜