Skip to main content

Notifications

Dynamics 365 Community / Blogs / CRM Minds / Dynamics 365 – Retrieve Rec...

Dynamics 365 – Retrieve Records using JavaScript

The post discusses how to retrieve records in CRM using Xrm.WebApi.retrieveRecord(). This method allows fetching a single record by ID and entity name, with options to specify attributes and relationships in the response. Code examples demonstrate retrieving records with all attributes, specific attributes, and related records. The post emphasizes handling success and error callbacks.

This was originally posted here.

Comments

*This post is locked for comments