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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
UNNotification.AddUserInfo
Adds user info.
| Component | Version | macOS | Windows | Linux | Server | FileMaker 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
- UNNotification.SetActionScript
- UNNotification.SetScript
- UNNotification.UserInfoKeys
- UserNotification.GetUserInfo
- UserNotification.SetUserInfo
Example Databases
Created 15th April 2017, last changed 17th April 2017
UNNotification.AddImage - UNNotification.AuthorizationError
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins