Components | All | New | MacOS | Windows | Linux | iOS | ||||
Examples | Mac & Win | Server | Client | Guides | Statistic | FMM | Blog | Deprecated | Old |
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 |
Parameter | Description | Example |
---|---|---|
URL | The URL to match. | "https://www.monkeybreadsoftware.com" |
Returns list or error.
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")]
This function checks for a license.
Created 23th November 2023, last changed 23th November 2023
CNContactStore.ContactsMatchingPhoneNumber - CNContactStore.ContactsWithData