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:
9.3
9.4
9.5
10.0
10.1
10.2
10.3
10.4
10.5
10.6
Statistic
FMM
Blog
UNNotification.SetNFCScript
Sets NFC trigger script.
| Component | Version | macOS | Windows | Linux | Server | FileMaker iOS SDK |
| UNNotification | 9.4 | No | No | No | No | Yes |
MBS( "UNNotification.SetNFCScript"; Filename; ScriptName ) More
Parameters
| Parameter | Description | Example |
|---|---|---|
| Filename | The database file name where the script is located. | "test.fmp12" |
| ScriptName | The script name. | "MyScript" |
Result
Returns OK or error.
Description
Sets NFC trigger script.If you use Background Tag Reading for NFC tags with CoreNFC framework, you can call this function in start script to define the script to trigger.
You need to add an associated domain to your iOS application.
See
https://developer.apple.com/documentation/security/password_autofill/setting_up_an_app_s_associated_domains
Examples
Sets action script:
MBS( "UNNotification.SetNFCScript"; Get(Filename); "NFC Detected" )
See also
Blog Entries
- Neue Funktionen des MBS FileMaker Plugin 9.4
- Neues MBS FileMaker Plugin 9.4
- MBS FileMaker Plugin 9.4 - More than 5900 Functions In One Plugin
- MBS FileMaker Plugin, version 9.4pr2
Release notes
- Version 9.4
- Added UNNotification.SetNFCScript function for background scanning with URL trigger in NFC card for iOS.
Created 14th August 2019, last changed 15th August 2019
UNNotification.SetLocationTrigger - UNNotification.SetScript
Feedback: Report problem or ask question.
Links
MBS Xojo Plugins