Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.