Topics
All
Mac OS X
(Only)
Windows
(Only)
Linux
(Only, Not)
iOS
(Only, Not)
Components
Crossplatform Mac & Win
Server
Client
Old
Guides
Examples
New in version:
7.4
7.5
8.0
8.1
8.2
8.3
8.4
8.5
9.0
9.1
Statistic
WindowsUserNotification.SetScriptName
Sets the script name for script trigger.
Component | Version | macOS | Windows | Server | FileMaker Cloud | FileMaker iOS SDK |
WindowsUserNotification UserNotification | 7.2 | No | Yes | No | No | No |
MBS( "WindowsUserNotification.SetScriptName"; Notification; ScriptName ) More
Parameters
Parameter | Description | Example value |
---|---|---|
Notification | The reference number for the Windows User Notification. | $Notification |
ScriptName | The script name. | "MyScript" |
Result
Returns OK or error.
Description
Sets the script name for script trigger.The parameter to the script includes a list of values. First entry in the list is the notification reference number. Second entry is the reason to call which can be Activated, Dismissed or Failed. Third value is reason for demission or error code for failure.
See also
- WindowsUserNotification.GetFileName
- WindowsUserNotification.GetImagePath
- WindowsUserNotification.GetScriptName
- WindowsUserNotification.NewNotification
- WindowsUserNotification.SetFileName
- WindowsUserNotification.SetImagePath
- WindowsUserNotification.SetText
- WindowsUserNotification.Setting
Example Databases
Created 2nd April 2017, last changed 24th May 2017
WindowsUserNotification.SetImagePath - WindowsUserNotification.SetText
Feedback: Report problem or ask question.
Links
MBS FileMaker Plugins