Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Notification.Send
Sends a notification.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Notification | 2.6 | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes, on macOS and Windows | ❌ 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
This function checks for a license.
Created 18th August 2014, last changed 14th May 2017