0
ダイアログに機会を与える連絡先をすべて提示する必要があります。だから、いくつかの機会にセールスチーム、ステークホルダー、オーナーなどがあるときActive Connection Associate Viewのようなもの。 FetchXmlや他の方法で、現在開かれている案件に接続されているすべての連絡先を見つける必要があります。Dynamics CRM 2015 - 機会に接続されているすべての連絡先を取得
ダイアログに機会を与える連絡先をすべて提示する必要があります。だから、いくつかの機会にセールスチーム、ステークホルダー、オーナーなどがあるときActive Connection Associate Viewのようなもの。 FetchXmlや他の方法で、現在開かれている案件に接続されているすべての連絡先を見つける必要があります。Dynamics CRM 2015 - 機会に接続されているすべての連絡先を取得
あなたfetchXMLクエリは非常に次のようになります。
<fetch mapping='logical' version='1.0'>
<entity name='myentity'>
<filter>
<condition attribute='myentityid' operator='eq' value='myvalue' />
</filter>
<link-entity name='secondentity' from='stsr_materialid' to='stsr_material_casinglookup' alias='c' link-type='outer'>
<attribute name='stsr_name' />
<attribute name='stsr_code_aisi' />
<attribute name='stsr_code_astm' />
<attribute name='stsr_code_din' />
<attribute name='stsr_code_e' />
<attribute name='stsr_code_en' />
</link-entity>
さらにヘルプが必要な場合は、より多くのコンテキストを提供してください。