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:
12.2
12.3
12.4
12.5
13.0
13.1
13.2
13.3
13.4
13.5
Statistic
FMM
Blog
Adds an URL address to a contact.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Contacts | 8.4 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
Parameter | Description | Example | Flags |
---|---|---|---|
ContactIdentifier | The contact identifier. | "46B1E34D-58F9-4B6B-A80D-0F71ABB87A0E" | |
URL | The URL address. | "http://www.mbsplugins.com" | |
Label | The label to use. For your convenience we translate Homepage, Work, Home and Other to the right values, so they get localized in display. Default label is Other. |
"Work" | Optional |
Returns OK or error.
Add homepage:
Set Variable [ $r; Value:MBS( "CNContact.AddURLAddress"; $contactID; "http://www.monkeybreadsoftware.com/"; "Homepage" ) ]
Add FMP URL to carry the record ID for our record in FileMaker for this person:
Set Variable [ $r; Value:MBS( "CNContact.AddURLAddress"; $contactID; "fmp://$/Contacts.fmp12?script=ShowContact¶m=12345"; "FileMaker" ) ]
Created 1st August 2018, last changed 11st April 2023