1
votes

I want to delete a set of entities in CRM 2011 by a attribute value. Ex. delete * from contacts where ContactId = "guid"...

How can I do this using the IOrganizationService?

Stig

1

1 Answers

7
votes

You have two possibilities