{"id":28017,"date":"2021-05-26T11:52:45","date_gmt":"2021-05-26T11:52:45","guid":{"rendered":"https:\/\/www.inogic.com\/blog\/?p=28017"},"modified":"2021-09-01T09:46:15","modified_gmt":"2021-09-01T09:46:15","slug":"how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api","status":"publish","type":"post","link":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/","title":{"rendered":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API"},"content":{"rendered":"<h2 style=\"text-align: justify;\"><strong>Introduction<\/strong><\/h2>\n<p style=\"text-align: justify;\">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 blog, we have explained the use of this Client API through the below example.<\/p>\n<p style=\"text-align: justify;\">In our recent project, we had a requirement to design an HTML form where we show entity form sections (that is visible on entity form) of specified entity. For this, we have to retrieve sections of the entity main form of the given entity. To achieve this requirement, we used Xrm.Utility.getEntityMainFormDescriptor Client API of Dynamics 365 CRM.<\/p>\n<p style=\"text-align: justify;\">Please find below the code where we have shown how to use Xrm.Utility.getEntityMainFormDescriptor Client API.<\/p>\n<p style=\"text-align: justify;\">Here, we have passed the account entity main form id and a logical name.<\/p>\n<p style=\"text-align: justify;\"><code>var\u00a0formId\u00a0=\u00a0'8448b78f-8f42-454e-8e2a-f8196b0419af';\u00a0\/\/form\u00a0id<\/code><br \/>\n<code>var\u00a0entityName\u00a0=\u00a0\"account\";\u00a0\/\/entity\u00a0logical\u00a0name<\/code><br \/>\n<code>\/\/ Get the main form descriptor<\/code><br \/>\n<code>Xrm.Utility.getEntityMainFormDescriptor(entityName,\u00a0formId).then(function<\/code><br \/>\n<code>(response)\u00a0{<\/code><br \/>\n<code>var\u00a0entityFormSections\u00a0=\u00a0response.Sections;<\/code><br \/>\n<code>},\u00a0function(error)\u00a0{<\/code><br \/>\n<code>console.log(error.message);<\/code><br \/>\n<code>});<\/code><\/p>\n<p style=\"text-align: justify;\">Given below is the screenshot of the debugger where we get sections of the given entity form of the entity.<\/p>\n<p style=\"text-align: justify;\"><a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter wp-image-28026 size-full\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png\" alt=\"Get the entity form details using Client API\" width=\"1016\" height=\"386\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png 1016w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975-300x114.png 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975-768x292.png 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975-660x251.png 660w\" sizes=\"(max-width: 1016px) 100vw, 1016px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">Also, please find below the screenshot of the debugger where we get the \u2018Visible\u2019 property in each section. This helps to filter the visible sections of entity form.<\/p>\n<p style=\"text-align: justify;\"><a href=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/2-Get-the-entity-form-details-using-Client-API.png\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter wp-image-28027 size-full\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/2-Get-the-entity-form-details-using-Client-API-e1622025460458.png\" alt=\"Get the entity form details using Client API\" width=\"1004\" height=\"592\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/2-Get-the-entity-form-details-using-Client-API-e1622025460458.png 1004w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/2-Get-the-entity-form-details-using-Client-API-e1622025460458-300x177.png 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/2-Get-the-entity-form-details-using-Client-API-e1622025460458-768x453.png 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/2-Get-the-entity-form-details-using-Client-API-e1622025460458-660x389.png 660w\" sizes=\"(max-width: 1004px) 100vw, 1004px\" \/><\/a><\/p>\n<h2 style=\"text-align: justify;\"><strong>Conclusion<\/strong><\/h2>\n<p style=\"text-align: justify;\">In this way, with the help of Xrm.Utility.getEntityMainFormDescriptor Client API, we can easily get the entity form information.<\/p>\n<p style=\"text-align: justify;\"><a href=\"https:\/\/www.inogic.com\/product\/productivity-apps\/add-manage-schedule-notifications-alerts-4-dynamics-365-crm\" target=\"_blank\" rel=\"noopener noreferrer\"><img decoding=\"async\" class=\"aligncenter wp-image-28032 size-full\" src=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/A4D.jpg\" alt=\"Alert4dynamics\" width=\"800\" height=\"200\" srcset=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/A4D.jpg 800w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/A4D-300x75.jpg 300w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/A4D-768x192.jpg 768w, https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/A4D-660x165.jpg 660w\" sizes=\"(max-width: 800px) 100vw, 800px\" \/><\/a><\/p>\n<p style=\"text-align: justify;\">\n","protected":false},"excerpt":{"rendered":"<p>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\u2026 <span class=\"read-more\"><a href=\"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/\">Read More: How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client\u2026 &raquo;<\/a><\/span><\/p>\n","protected":false},"author":13,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16,19],"tags":[2046],"class_list":["post-28017","post","type-post","status-publish","format-standard","hentry","category-dynamics-365","category-dynamics-crm","tag-client-api-in-dynamics-365-crm"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.8 - aioseo.com -->\n\t<meta name=\"description\" content=\"In this blog, you will learn how to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API. Click here to know more!\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Inogic\"\/>\n\t<link rel=\"canonical\" href=\"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.8\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta property=\"og:description\" content=\"In this blog, you will learn how to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API. Click here to know more!\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/\" \/>\n\t\t<meta property=\"og:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png\" \/>\n\t\t<meta property=\"og:image:secure_url\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png\" \/>\n\t\t<meta property=\"og:image:width\" content=\"1016\" \/>\n\t\t<meta property=\"og:image:height\" content=\"386\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2021-05-26T11:52:45+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2021-09-01T09:46:15+00:00\" \/>\n\t\t<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/inogicindia\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n\t\t<meta name=\"twitter:site\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API - Microsoft Dynamics 365 CRM Tips and Tricks\" \/>\n\t\t<meta name=\"twitter:description\" content=\"In this blog, you will learn how to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API. Click here to know more!\" \/>\n\t\t<meta name=\"twitter:creator\" content=\"@inogic\" \/>\n\t\t<meta name=\"twitter:image\" content=\"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png\" \/>\n\t\t<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t\t<meta name=\"twitter:data1\" content=\"Inogic\" \/>\n\t\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"BlogPosting\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#blogposting\",\"name\":\"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API - Microsoft Dynamics 365 CRM Tips and Tricks\",\"headline\":\"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API\",\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/05\\\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#articleImage\",\"width\":1016,\"height\":386,\"caption\":\"Get the entity form details using Client API\"},\"datePublished\":\"2021-05-26T11:52:45+05:30\",\"dateModified\":\"2021-09-01T09:46:15+05:30\",\"inLanguage\":\"en-US\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#webpage\"},\"articleSection\":\"Dynamics 365, Dynamics CRM, client API in Dynamics 365 CRM\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/#listItem\",\"name\":\"Dynamics 365\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/#listItem\",\"position\":2,\"name\":\"Dynamics 365\",\"item\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#listItem\",\"name\":\"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#listItem\",\"position\":3,\"name\":\"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/category\\\/dynamics-365\\\/#listItem\",\"name\":\"Dynamics 365\"}}]},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"By Inogic\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/wp-content\\\/uploads\\\/2023\\\/02\\\/inogic-logo.png\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#organizationLogo\",\"width\":1000,\"height\":325,\"caption\":\"inogic logo\"},\"image\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#organizationLogo\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/inogicindia\",\"https:\\\/\\\/twitter.com\\\/inogic\",\"https:\\\/\\\/www.instagram.com\\\/inogicindia\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCM4V7ousgLSu1hbOEv4DUuQ\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/inogicindia\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/\",\"name\":\"Inogic\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Inogic\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#webpage\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/\",\"name\":\"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API - Microsoft Dynamics 365 CRM Tips and Tricks\",\"description\":\"In this blog, you will learn how to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API. Click here to know more!\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/2021\\\/05\\\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\\\/#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/author\\\/inogic-2\\\/#author\"},\"datePublished\":\"2021-05-26T11:52:45+05:30\",\"dateModified\":\"2021-09-01T09:46:15+05:30\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/\",\"name\":\"Microsoft Dynamics 365 CRM Tips and Tricks\",\"alternateName\":\"Inogic\",\"description\":\"By Inogic\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.inogic.com\\\/blog\\\/#organization\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API - Microsoft Dynamics 365 CRM Tips and Tricks","description":"In this blog, you will learn how to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API. Click here to know more!","canonical_url":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/","robots":"max-image-preview:large","keywords":"","webmasterTools":{"miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"BlogPosting","@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#blogposting","name":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API - Microsoft Dynamics 365 CRM Tips and Tricks","headline":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API","author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"},"image":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png","@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#articleImage","width":1016,"height":386,"caption":"Get the entity form details using Client API"},"datePublished":"2021-05-26T11:52:45+05:30","dateModified":"2021-09-01T09:46:15+05:30","inLanguage":"en-US","mainEntityOfPage":{"@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#webpage"},"isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#webpage"},"articleSection":"Dynamics 365, Dynamics CRM, client API in Dynamics 365 CRM"},{"@type":"BreadcrumbList","@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/www.inogic.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/#listItem","name":"Dynamics 365"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/#listItem","position":2,"name":"Dynamics 365","item":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/","nextItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#listItem","name":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API"},"previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#listItem","position":3,"name":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API","previousItem":{"@type":"ListItem","@id":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/#listItem","name":"Dynamics 365"}}]},{"@type":"Organization","@id":"https:\/\/www.inogic.com\/blog\/#organization","name":"Microsoft Dynamics 365 CRM Tips and Tricks","description":"By Inogic","url":"https:\/\/www.inogic.com\/blog\/","logo":{"@type":"ImageObject","url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2023\/02\/inogic-logo.png","@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#organizationLogo","width":1000,"height":325,"caption":"inogic logo"},"image":{"@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#organizationLogo"},"sameAs":["https:\/\/www.facebook.com\/inogicindia","https:\/\/twitter.com\/inogic","https:\/\/www.instagram.com\/inogicindia\/","https:\/\/www.youtube.com\/channel\/UCM4V7ousgLSu1hbOEv4DUuQ","https:\/\/www.linkedin.com\/company\/inogicindia"]},{"@type":"Person","@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author","url":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/","name":"Inogic","image":{"@type":"ImageObject","@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/839d9ae7d2b941d2d09e91df322267a429821f2ce5494302b53bd5ca3679f1a0?s=96&d=mm&r=g","width":96,"height":96,"caption":"Inogic"}},{"@type":"WebPage","@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#webpage","url":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/","name":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API - Microsoft Dynamics 365 CRM Tips and Tricks","description":"In this blog, you will learn how to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API. Click here to know more!","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/www.inogic.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/#breadcrumblist"},"author":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"creator":{"@id":"https:\/\/www.inogic.com\/blog\/author\/inogic-2\/#author"},"datePublished":"2021-05-26T11:52:45+05:30","dateModified":"2021-09-01T09:46:15+05:30"},{"@type":"WebSite","@id":"https:\/\/www.inogic.com\/blog\/#website","url":"https:\/\/www.inogic.com\/blog\/","name":"Microsoft Dynamics 365 CRM Tips and Tricks","alternateName":"Inogic","description":"By Inogic","inLanguage":"en-US","publisher":{"@id":"https:\/\/www.inogic.com\/blog\/#organization"}}]},"og:locale":"en_US","og:site_name":"Microsoft Dynamics 365 CRM Tips and Tricks - By Inogic","og:type":"article","og:title":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API - Microsoft Dynamics 365 CRM Tips and Tricks","og:description":"In this blog, you will learn how to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API. Click here to know more!","og:url":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/","og:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png","og:image:secure_url":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png","og:image:width":1016,"og:image:height":386,"article:published_time":"2021-05-26T11:52:45+00:00","article:modified_time":"2021-09-01T09:46:15+00:00","article:publisher":"https:\/\/www.facebook.com\/inogicindia","twitter:card":"summary_large_image","twitter:site":"@inogic","twitter:title":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API - Microsoft Dynamics 365 CRM Tips and Tricks","twitter:description":"In this blog, you will learn how to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API. Click here to know more!","twitter:creator":"@inogic","twitter:image":"https:\/\/www.inogic.com\/blog\/wp-content\/uploads\/2021\/05\/1-Get-the-entity-form-details-using-Client-API-e1622025425975.png","twitter:label1":"Written by","twitter:data1":"Inogic","twitter:label2":"Est. reading time","twitter:data2":"1 minute"},"aioseo_meta_data":{"post_id":"28017","title":"","description":"In this blog, you will learn how to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API. Click here to know more!","keywords":null,"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"BlogPosting","isEnabled":true},"graphs":[]},"schema_type":"default","schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2023-02-02 07:36:16","updated":"2025-07-04 08:32:05","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/\" title=\"Dynamics 365\">Dynamics 365<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">&raquo;<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/www.inogic.com\/blog"},{"label":"Dynamics 365","link":"https:\/\/www.inogic.com\/blog\/category\/dynamics-365\/"},{"label":"How to get the Entity Form details using Xrm.Utility.getEntityMainFormDescriptor Client API","link":"https:\/\/www.inogic.com\/blog\/2021\/05\/how-to-get-the-entity-form-details-using-xrm-utility-getentitymainformdescriptor-client-api\/"}],"_links":{"self":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/28017","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/users\/13"}],"replies":[{"embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/comments?post=28017"}],"version-history":[{"count":0,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/posts\/28017\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/media?parent=28017"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/categories?post=28017"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.inogic.com\/blog\/wp-json\/wp\/v2\/tags?post=28017"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}