Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 954 Bytes

File metadata and controls

34 lines (25 loc) · 954 Bytes
title description author ms.author ms.date ms.reviewer ms.topic applies_to ms.subservice search.audienceType contributors
attribute.getIsDirty (Client API reference)| MicrosoftDocs
Includes description and supported parameters for the attribute.getIsDirty method.
HemantGaur
hemantg
03/12/2022
jdaly
reference
Dynamics 365 (online)
mda-developer
developer
JimDaly

attribute.getIsDirty (Client API reference)

Returns a boolean value indicating if there are unsaved changes to the column value. An unsaved change to a column value means the client value is different from the last known committed value retrieved from Dataverse by the client from runtime.

Column types supported

All

Syntax

formContext.getAttribute(arg).getIsDirty()

Return Value

Type: Boolean

Description: True if there are unsaved changes, otherwise false.

[!INCLUDEfooter-include]