knowledgecenter-breadcrum

Knowledge Center

27 Apr, 2022

How to Retrieve Entity Main Form Details using JavaScript

Posted on 27 Apr, 2022 by Admin, Posted in Dynamics 365 Dataverse Power Platform Dynamics-365 Sales

How to Retrieve Entity Main Form Details using JavaScript Blogs

How to Retrieve Entity Main Form Details using JavaScript

In this blog, we will see how we can retrieve the details about “Entity Main” Form.

Details such as

  • No of attributes present on Form.
  • Section
  • Tabs
  • Id

We can use below method to retrieve details about entity main form.

Xrm.Utility.getEntityDefaultMainFormDescriptor(entityName, formId);

Here,

Note: If we don’t specify the FormId then above method will select Default Form of specified entity.

For More details please use below link:

https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/xrm-utility/getentitymainformdescriptor

Example:

We have written below sample code to get the details about the account Main Form.

Result:

Comment

This is a Required Field

Loading

Recent Updates

Business Central thumbnail image
Blogs
06 Jan, 2025

What is Dynamics 365 Business Central? A Comprehensive Beginner's Guide

Dynamics 365 Business Central is a unified business management system offered by Microsoft. It helps businesses automate and manage various…

READ MORE
Thumbnail D365 for Marketing
Blogs
16 Dec, 2024

10 Reasons Why You Need Dynamics 365 for Marketing

This blog discusses the top 10 reasons to choose Dynamics 365 for Marketing to improve your business's marketing efforts.  …

READ MORE
Thumbnail_top 10 benefits of
Blogs
02 Dec, 2024

Top 10 Benefits of Microsoft Dynamics 365

This blog lists the advantages of Microsoft Dynamics 365, focusing on how it can improve your business operations.    …

READ MORE