Tag Archives: client API in Dynamics 365 CRM

How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API

Introduction Normally, using Xrm.Utility.getEntityMainFormDescriptor Client API, we get the details of default main form of specified entity in the form of sections and attributes list. If we want to get the list of all the entity attributes or sections that is visible on an entity form, then we can use this Client API. In this… Read More »

Get Parent Record ID Using Dynamics 365 CRM Client API

Introduction There are a number of client APIs provided by Microsoft that helps developers work seamlessly with D365. One such useful method is getPageContext() in Xrm.Utility that can be used to get page context as an object representing the page. In this blog, we will see how we can use this method. For an instance,… Read More »