Link to home
Start Free TrialLog in
Avatar of Larry Trimble
Larry TrimbleFlag for Canada

asked on

N:1 custon related entitiy retrieval

N:1 relationships between custom entities
Could we get an example (in c#preferrably) of retrieving a list of custom entities that have a N:1 relationship to another custom entity.  The criteria would only be the parent entity guid.
We know the metadata name of the custom entity, therefore it does not need to use DynamicEntities.
 
I have tried a RetrieveMultipleRequest using a QueryExpression with one LinkEntity defined but am getting "Server was unable to process request" errors.
Tried to follow the example of N:N from http://blogs.javista.com/2008/02/17/crm-40-relationships-explained-many-to-many/
 
 
ASKER CERTIFIED SOLUTION
Avatar of rakeshAgarwal
rakeshAgarwal
Flag of India image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial