ui.clearFormNotification (Client API reference)

Removes form level notifications.

Syntax

formContext.ui.clearFormNotification(uniqueId)

Parameter

Name Type Required Description
uniqueId String Yes A unique identifier for the message to be cleared that was set using the setFormNotification method.

Return Value

Type: Boolean

Description: true if the method succeeded, false otherwise.

setFormNotification
formContext.ui
formContext