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.
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 post is locked for comments