Create record using JScript This sample shows how to use the CrmService.Create method using the same example provided in the Server Programming Guide: CrmService.Create method. To test this sample: Paste the following code into any Event Detail Properties dialog box. Save the form and then click Create Form on the Preview menu. When the event [...]
Posts Tagged ‘CrmService’
CrmService.Create Method Using JScript
Posted: September 2, 2010 in JScript, Microsoft Dynamics CRMTags: Create Record using Jscript, CrmService, JavaScript
0
Using Delete Method of CrmService WebService
Posted: January 20, 2009 in Microsoft Dynamics CRMTags: CrmService, Delete, WebService
// Deletes the Contact // The EntityName indicates the // EntityType of the Object being deleted. service.Delete(EntityName.contact.ToString(), myContact.contactid);

