Topics   All   MacOS (Only)   Windows (Only)   Linux (Only, Not)   iOS (Only, Not)  
Components   Crossplatform Mac & Win   Server   Client   Old   Deprecated   Guides   Examples   Videos
New in version: 10.1   10.2   10.3   10.4   10.5   11.0   11.1   11.2   11.3   11.4    Statistic    FMM    Blog  

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

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


UNNotification.AddImage - UNNotification.AuthorizationError

Feedback: Report problem or ask question.