Components All New MacOS Windows Linux iOS
Examples Mac & Win Server Client Guides Statistic FMM Blog Deprecated Old

UNNotification.AddUserInfo

Adds user info.

Component Version macOS Windows Linux Server iOS SDK
UNNotification 7.2 ✅ Yes ❌ No ❌ No ❌ No ✅ Yes
MBS( "UNNotification.AddUserInfo"; UNNotificationRef; Key; Value )   More

Parameters

Parameter Description Example
UNNotificationRef The reference number of the notification. $Notification
Key The key to use. "RecordID"
Value The value to use. Get(RecordID)

Result

Returns OK or error.

Description

Adds user info.
This allows you to include any data you like with the notification and later query it.

Examples

Add record ID to notification:

MBS( "UNNotification.AddUserInfo"; $Notification; "RecordID"; Get(RecordID) )

See also

Example Databases

This function checks for a license.

Created 15th April 2017, last changed 17th April 2017


UNNotification.AddImage - UNNotification.AuthorizationError