Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 975 Bytes

File metadata and controls

49 lines (35 loc) · 975 Bytes
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
getFormType (Client API reference) in model-driven apps| MicrosoftDocs
Includes description and supported parameters for the getFormType method.
HemantGaur
hemantg
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

getFormType (Client API reference)

[!INCLUDE./includes/getFormType-description.md]

Syntax

formContext.ui.getFormType();

Return Value

Type: Number

Description: Form type. Returns one of the following values

Value Form type
0 Undefined
1 Create
2 Update
3 Read Only
4 Disabled
6 Bulk Edit

Note

Quick Create forms return 1.

Related articles

formContext.ui
formContext

[!INCLUDEfooter-include]