Tech Support > Microsoft Windows > Windows CRM > Retrieving attributes of entity in an m:n relationship into an iFr
Retrieving attributes of entity in an m:n relationship into an iFr
Posted by Chaitanya on July 11th, 2006


How can we retrieve the attributes of an entity in an m:n relationship?
for example: we are creating some products.We are creating some
opportunities for an account.Now,we're associating the products to these
opportunities through opportunityproducts.
Now,i want to display all the products related to an opportunity in an
iFrame.And,viceversa.But,as opportunityproduct is used as mediator to create
this m:n relationship between products and Opportunities,we are unable to
fetch the details of products/opportunities into the iFrame.Please help me in
this regard.

Regards,
Chaitanya.

Posted by Rich Reynolds on July 11th, 2006


You can retrieve this information by using a 'linkentity' in your query
expression. The sdk has info on this.



"Chaitanya" wrote:


Similar Posts