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.SendDirect
Sends a notification within FileMaker to all listener.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| Notification | 5.2 | Yes | Yes | No | Yes | 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
Created 4th July 2015, last changed 19th March 2017
Notification.Send - Notification.Unlisten
Feedback: Report problem or ask question.
Links
MBS Xojo PDF Plugins