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

FM.ScriptNameForScriptID

Queries script name for a script ID.

Component Version macOS Windows Linux Server iOS SDK
FM 5.1 ✅ Yes ✅ Yes ✅ Yes ✅ Yes ✅ Yes
MBS( "FM.ScriptNameForScriptID"; ScriptID { ; FileName } )   More

Parameters

Parameter Description Example Flags
ScriptID The ID of the script. "123"
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 name or error.

Description

Queries script name for a script ID.

Examples

Query script name:

MBS( "FM.ScriptNameForScriptID"; 146 )

Release notes

Blog Entries

This function is free to use.

Created 23th March 2015, last changed 20th March 2023


FM.ScriptIDForScriptName - FM.ScriptNames