isValid (Client API reference)

Gets a boolean value indicating whether all of the table data is valid.

Syntax

formContext.data.entity.isValid();

Note

Unsure about entity vs. table? See Developers: Understand terminology in Microsoft Dataverse.

Return Type

Type: Boolean

Description: true if all of the table data is valid; false otherwise.

formContext