Notification.SetData(Text, Text) Method
Version: Available or changed with runtime version 1.0.
Specifies a data property value for the notification. The data is specified as text in a key-value pair.
Syntax
Notification.SetData(Name: Text, Value: Text)
Parameters
Notification
Type: Notification
An instance of the Notification data type.
Name
Type: Text
The text string to use as a unique identifier for the data item.
Value
Type: Text
The text string that represents the data.
Related information
Notification Data Type
Get Started with AL
Developing Extensions