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

Blogs
18 Jul, 2024

How to use Fiddler to debug your PCF while doing development.

Have you ever felt like you're spending too much time debugging your PCF (PowerApps Component Framework) during development, only to…

READ MORE
Blogs
16 Jul, 2024

How to use Solutions with Power Pages

What is Solution in power Pages? A solution is a container for components such as Website Configuration and Dataverse Components.…

READ MORE
Blogs
15 Jul, 2024

Create a Dataverse table with a SharePoint List

In today’s business world, Organization uses SharePoint lists for document management, and data storage. Let's assume a scenario where an organization…

READ MORE