Notification.HasData(Text) Method
Version: Available or changed with runtime version 1.0.
Checks if data was passed to a notification instance as specified by a SETDATA method call.
Syntax
Value := Notification.HasData(Name: Text)
Parameters
Notification
Type: Notification
An instance of the Notification data type.
Name
Type: Text
The name of the data item that is specified by the SETDATA method call.
Return Value
Value
Type: Boolean
true, if there is data; otherwise false.
Related information
Notification Data Type
Get Started with AL
Developing Extensions