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: How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client… »

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: Get Parent Record ID Using Dynamics 365 CRM Client API »

How to get user’s security role name using client API in Dynamics 365 CRM

Introduction While doing any development with Dynamics 365 CRM, there might be a requirement of handling a few things like form attributes based on the security role. In many projects or applications of Dynamics 365 CRM where developers have to handle a few fields or tabs of CRM by showing/hiding the same to Dynamics 365… Read More: How to get user’s security role name using client API… »