Skip to content

MobileCRM.Services.AddressBookService.getContact

rescocrm edited this page May 15, 2023 · 3 revisions

[v9.1] Gets an address book contact by its ID.

Arguments

Argument Type Description
id String Requested contact id.
callback function(MobileCRM.Services.AddressBookService.AddressBookRecord) The callback function which is called asynchronously with MobileCRM.Services.AddressBookService.AddressBookRecord object as an argument.
errorCallback function(errorMsg) The errorCallback which is called in case of error.
scope Object The scope for callbacks.

Clone this wiki locally