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&param=123456")]

See also

Release notes

Blog Entries

This function checks for a license.

Created 23th November 2023, last changed 23th November 2023


CNContactStore.ContactsMatchingPhoneNumber - CNContactStore.ContactsWithData