-
Notifications
You must be signed in to change notification settings - Fork 24
MobileCRM.Services.AddressBookService.getContact
rescocrm edited this page May 15, 2023
·
3 revisions
[v9.1] Gets an address book contact by its ID.
| 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. |