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

Notification.SendDirect

Sends a notification within FileMaker to all listener.

Component Version macOS Windows Linux Server iOS SDK
Notification 5.2 ✅ Yes ✅ Yes ❌ No ✅ Yes, on macOS and Windows ❌ No
MBS( "Notification.SendDirect"; NotificationName { ; Parameter } )   More

Parameters

Parameter Description Example Flags
NotificationName The name of the notification. "de.mbsplugins.MyTestNotification"
Parameter The script parameter.
If you don't specify, we pass name of notifcation as usual.
By passing your own parameter, you can include several values like a list of values including record IDs or reference numbers.
Optional

Result

Returns number or error.

Description

Sends a notification within FileMaker to all listener.
This notification is delivered to all listening scripts within the FileMaker instance.
For debugging.

Blog Entries

This function checks for a license.

Created 4th July 2015, last changed 19th March 2017


Notification.Send - Notification.Unlisten