Hallo.
Kurze Frage nebenan.
Kann ich mit "einer Abfrage" aus dem CRM eine RetrieveMultiple-List von Entitäten bekommen,
von bestimmten guid's ?
Ich habe z.B. eine ArrayList mit 7 versch. Guid's und möchte NUR diese erhalten.
Zu den "bestimmten" Propertys:
Mit
// Create the ColumnSet that indicates the properties to be retrieved.
ColumnSet cols = new ColumnSet();
// Set the properties of the ColumnSet.
cols.Attributes = new string [] {"fullname", "contactid"};
erhalte ich die Meldung, die Funktion sei schreibgeschützt.
Somit kann ich nicht angeben welche Propertys ich nur brauche.
Danke