Showing posts with label FormType and their Values. Show all posts
Showing posts with label FormType and their Values. Show all posts

Thursday, September 17, 2020

Form Types in Dynamics 365 Model Driven App

 Dynamics 365 Form Types and Their values:

getFormType (Client API reference)

Gets the form type for the record.

Syntax

formContext.ui.getFormType();

Return Value

Type: Number

Description: Form type. Returns one of the following values

RETURN VALUE
ValueForm type
0Undefined
1Create
2Update
3Read Only
4Disabled
6Bulk Edit

 Note

Quick Create forms return 1.



Reference: 
https://docs.microsoft.com/en-us/powerapps/developer/model-driven-apps/clientapi/reference/formcontext-ui/getformtype