Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
Plugin.SetErrorScriptTrigger
Sets script to trigger if plugin call returns an error.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Plugin | 8.5 | ✅ Yes | ✅ Yes | ✅ Yes | ❌ No | ✅ Yes |
MBS( "Plugin.SetErrorScriptTrigger"; FileName; ScriptName ) More
Parameters
Parameter | Description | Example |
---|---|---|
FileName | The name of the FileMaker File that contains the script. | "test.fmp12" |
ScriptName | The name of the script to run. | "MyScript" |
Result
Returns OK or error.
Description
Sets script to trigger if plugin call returns an error.You can call Plugin.CallErrorScriptTrigger to test this.
The script is called with JSON block as parameter and this JSON includes entries for Function, Parameters, Result, UserName, FileName, ScriptName, AccountName, HostName, RecordID, CurrentTimeStamp, LayoutTableName, LayoutName, WindowName and TraceID.
Please note that this function may trigger scripts at unexpected points, e.g. when a calculation in a layout causes an error. See also ErrorLog function.
With plugin version 6.0 or newer the script name can be a script ID number. In that case the plugin queries the script name for the given script ID. This allows to call scripts by ID and avoid problems if scripts are later renamed.
Notice: FileMaker 19.2 adds a fmplugin extended privileges. If you have such an extended privileges to allow the plugin to trigger scripts, you need to grant permissions for it. If such a privilege is not defined, the plugin is allowed to trigger scripts. See FileMaker product documentation for details.
See also
Release notes
- Version 8.5
- Added Plugin.CallErrorScriptTrigger and Plugin.SetErrorScriptTrigger function.
Example Databases
Blog Entries
- Watching for Errors with MBS Plugin
- Neues MBS FileMaker Plugin 8.5 - Über 5500 Funktionen in einem Plugin
- MBS FileMaker Plugin 8.5 - More than 5500 Functions In One Plugin
- MBS FileMaker Plugin, version 8.5pr4
FileMaker Magazin
This function is free to use.
Created 24th October 2018, last changed 6th September 2022