Posted by: Arvind Singh | January 20, 2009

Using Delete Method of CrmService WebService

// Deletes the Contact

// The EntityName indicates the

// EntityType of the Object being deleted.

service.Delete(EntityName.contact.ToString(),

myContact.contactid);


Leave a response

Your response:

Categories