Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
FM.ScriptIDForScriptName
Queries the ID for script with given name.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
FM | 5.1 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes |
MBS( "FM.ScriptIDForScriptName"; ScriptName { ; FileName } ) More
Parameters
Parameter | Description | Example | Flags |
---|---|---|---|
ScriptName | The name of the script. | "Test" | |
FileName | Available in MBS FileMaker Plugin 7.5 or newer. The name of the file to look inside. If empty, we default to current file. Using a table in another database file may require you adding the other file as an external data source and adding the external table to your relationship graph to grant access. |
Optional |
Result
Returns number or error.
Description
Queries the ID for script with given name.Examples
Query script ID:
MBS("FM.ScriptIDForScriptName"; "Send Campaign")
Release notes
- Version 7.5
- Added FileName parameter to FM.ScriptNameForScriptID, FM.ScriptIDForScriptName and FM.ScriptNames.
Blog Entries
- News about the MBS FileMaker Plugin 10.2
- MBS FileMaker Plugin, version 7.5pr2
- MBS FileMaker Plugin, version 5.1pr2
This function is free to use.
Created 23th March 2015, last changed 20th March 2023