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
30 Sep, 2024

SMS Integration with Twilio Number in D365 Customer Service- Part 1

Introduction Integrating SMS functionality into Dynamics 365 can significantly enhance customer communication by providing a direct and efficient channel for…

READ MORE
Blogs
24 Sep, 2024

White Box Testing - Its Techniques and Types

In this blog, we’ll deal with one of the most popular methods of testing a system or system component thoroughly…

READ MORE
Case Study
06 Sep, 2024

Implementation of Business Central for a Trading Organization

Customer Overview A prominent trading organization sought to enhance its operational efficiency and streamline its business processes by implementing Dynamics…

READ MORE