Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 46379

Associate Many To Many

$
0
0

I would like to associate Records on a Many to Many using Early bound. 

The following is an example of how i achieved the association for 1:N, i now want it for N:N.

if (results.Entities.Count > 0)
foreach (var Risklines in results.Entities)
{
acs_riskassessment rsklines = Risklines.ToEntity<acs_riskassessment>();
rsklines.fabric_quote = QuoteReference;
service.Update(Risklines);

}
}


Viewing all articles
Browse latest Browse all 46379

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>