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
Notification.Send
Sends a notification.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Notification | 2.6 | Yes | Yes | No | Yes | No |
MBS( "Notification.Send"; NotificationName { ; Param1; Param2 } ) More
Parameters
| Parameter | Description | Example | Flags |
|---|---|---|---|
| NotificationName | The name of the notification. | "de.mbsplugins.MyTestNotification" | |
| Param1 | Available in MBS FileMaker Plugin 7.2 or newer. A number to pass on Windows. For Mac in 7.3 plugins you can pass JSON here. |
Optional | |
| Param2 | A number to pass on Windows. | Optional |
Result
Returns "OK" or error message.
Description
Sends a notification.This notification is delivered to all applications on the computer which register for receiving it.
Examples
Send notification on Mac with JSON payload:
MBS("Notification.Send"; "MyNotification"; "{\"recordID\":5}")
See also
Example Databases
Blog Entries
Created 18th August 2014, last changed 14th May 2017
Notification.Listen - Notification.SendDirect
Feedback: Report problem or ask question.
Links
MBS Xojo blog