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:
10.1
10.2
10.3
10.4
10.5
11.0
11.1
11.2
11.3
11.4
Statistic
FMM
Blog
Convenience function to return a display name for a record.
Component | Version | macOS | Windows | Linux | Server | iOS SDK |
Addressbook | 3.1 | ✅ Yes | ❌ No | ❌ No | ❌ No | ✅ Yes |
This function was deprecated. Use Contacts functions instead.
Parameter | Description | Example |
---|---|---|
RecordID | The unique ID for the target person or group. | $personID |
Returns name or error.
Query display name of first group:
MBS( "Addressbook.record.displayname"; ElementLeft ( MBS( "Addressbook.groups" ) ; 1 ))
Query display name of addressbook's owner:
MBS( "Addressbook.record.displayname"; MBS( "Addressbook.me" ))
Query display name based on a ID:
MBS( "Addressbook.record.displayname"; "CFD73A44-24DD-480F-A1DE-A31926BC4AC7:ABPerson" )
Created 18th August 2014, last changed 18th February 2016
Addressbook.record.UniqueID - Addressbook.record.isReadOnly
Feedback: Report problem or ask question.