- April 27, 2022
- In Dataverse, Dynamics 365, Dynamics 365 Sales, Power Platform
- No Responses
In this blog, we will see how we can retrieve the details about “Entity Main” Form.
Details such as
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:
Example:
We have written below sample code to get the details about the account Main Form.
Result:
Let started with our D365 Quickstart package and get onboard within 7 days!
I'M INTERESTED!