Please support
I am Looking To Retrieve Unrelated entities in crm 2011 C# plugin .
then update these unrelated entities.
Please support
I am Looking To Retrieve Unrelated entities in crm 2011 C# plugin .
then update these unrelated entities.
Hi Jasri,
With the help of query expression, Fetch expression, Query by attribute or Linq you can retrieve multiple records in c# plugin.
In your case if you want to retrieve those records which are not inter related. Correct ?
So as mentioned above you need to call retriveMultiple method for each entity.
if they are not related (meaning there isn't a lookup, so no 1:N or N:N relationships) the only way is to retrieve each type of entity in a separate retrieve multiple call
André Arnaud de Cal...
293,278
Super User 2025 Season 1
Martin Dráb
231,991
Most Valuable Professional
nmaenpaa
101,156
Moderator