Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Client API: Xrm.WebApi

Nuno Profile Picture Nuno 2,005

The version 9.0 of Dynamics CRM, now designated by Dynamics 365 Customer Engagemen, has just been released.

The client API object model used with JavaScript webresources brings some new features.

The new namespave Xrm.WebApi provides methods to use Web API to perform CRUD operations and execute Web API actions and functions in Dynamics 365 Customer Engagement. This new feature will simplify a lot the development of JavaScript webresources when execution Web API.

https://docs.microsoft.com/en-us/dynamics365/customer-engagement/developer/clientapi/reference/xrm-webapi

Method Description
createRecord Creates an entity record.
deleteRecord Deletes an entity record.
updateRecord Updates an entity record.
retrieveRecord Retrieves an entity record.
retrieveMultipleRecords Retrieves a collection of entity records.
execute Execute a single action, function, or CRUD operation.
executeMultiple Execute a collection of action, function, or CRUD operations.

 



This was originally posted here.

Comments

*This post is locked for comments