Thursday, May 7, 2020

D365 crm get Form Type

Gets the form type for the record.

Syntax

formContext.ui.getFormType();

Return Value

Type: Number
Description: Form type. Returns one of the following values
TABLE 1
ValueForm type
0Undefined
1Create
2Update
3Read Only
4Disabled
6Bulk Edit

No comments:

Post a Comment

How to Deploy your API as a web app or API app

  Before you can call your custom API from a logic app workflow, deploy your API as a web app or API app to Azure App Service. To make your ...