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:
10.5
11.0
11.1
11.2
11.3
11.4
11.5
12.0
12.1
12.2
Statistic
FMM
Blog
Version
Useful for doing auto-updates from server and version checking.
Component | Version | macOS | Windows | Linux | Server | iOS SDK | License |
Plugin | 1.0 | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | ✅ Yes | Free |
Parameters
none
Description
Useful for doing auto-updates from server and version checking.Examples
Get the Plugin Version
$r = MBS("Version")
Query Plugin version on Server from Client with two scripts:
# First a script called "Query MBS Version on Server" which you can run:
Perform Script on Server [Wait for completion; “Query MBS Version Helper”]
Set Variable [$e; Value:Get(LastError)]
Set Variable [$r; Value:Get(ScriptResult)]
If [$e ≠ 0]
Show Custom Dialog ["MBS Version on Server"; "Failed to run script on server: " & $e]
Else
Show Custom Dialog ["MBS Version on Server"; $r]
End If
# Second, the helper script called "Query MBS Version Helper" which will run on the server:
Set Variable [$r; Value:MBS("Version") & " " & MBS("Platform")]
Exit Script [Result: $r]
Check and ask user to install newer version than the prerelease they have:
If [ MBS("Plugin.IsPrerelease") ]
If [ Get(CurrentDate) - MBS( "Plugin.CompileDate" ) >= 14 ]
Show Custom Dialog [ "Update" ; "Please install newer version of MBS Plugin." & ¶ & MBS("Version") ]
End If
End If
See also
- iOSDevice.SystemVersion
- Plugin.isDebug
- Plugin.IsPrerelease
- Plugin.LockFunction
- Plugin.UnlockFunction
- RunTask.ReadErrorText
- SmartCard.Transmit
- WindowsML.Description
- X509.Version
- XL.Book.Version
Blog Entries
- Identify plugin version and platform
- Perform Script on Server with Audit for FileMaker Go
- Create Barcodes on Server from FileMaker Go
- Run scripts via Data API with FileMaker Plugins
- FileMaker iOS SDK and MBS Plugin Video
- Print WebViewer on macOS in FileMaker
- 4000 functions in 10 years
- FileMaker Server 13 with Web Direct
FileMaker Magazin
Created 18th August 2014, last changed 24th December 2019
Validate.FindReceipt - VersionAutoUpdate
Feedback: Report problem or ask question.
