Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
CNContactStore.ContactsMatchingURL
Find the contacts whose URL matches the specified value.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Contacts | 14.0 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
MBS( "CNContactStore.ContactsMatchingURL"; URL ) More
Parameters
Parameter | Description | Example |
---|---|---|
URL | The URL to match. | "https://www.monkeybreadsoftware.com" |
Result
Returns list or error.
Description
Find the contacts whose URL matches the specified value.Can take a second.
Examples
Find myself using the website:
Let([
url = "https://www.monkeybreadsoftware.de";
contacts = MBS("CNContactStore.ContactsMatchingURL"; url);
contact = getValue(contacts; 1);
name = MBS( "CNContact.Name"; contact )
]; name)
Find entry with FileMaker URL:
Set Variable [ $contacts; MBS("CNContactStore.ContactsMatchingURL"; "FMP://~/Clients?script=ShowContact¶m=123456")]
See also
- CNContact.Name
- CNContactStore.Contacts
- CNContactStore.ContactsMatchingName
- CNContactStore.ContactsWithData
Release notes
- Version 14.0
- Added CNContactStore.ContactsMatchingURL function.
Blog Entries
- New in MBS FileMaker Plugin 14.0
- Neues MBS Plugin 14.0 für Claris FileMaker
- MBS FileMaker Plugin 14.0 for Claris FileMaker
- MBS FileMaker Plugin, version 13.6pr1
This function checks for a license.
Created 23th November 2023, last changed 23th November 2023
CNContactStore.ContactsMatchingPhoneNumber - CNContactStore.ContactsWithData