27 Apr, 2022
Posted on 27 Apr, 2022 by Admin, Posted in Dynamics 365 Dataverse Power Platform Dynamics-365 Sales
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:
Comment