MobileCRM.Services.AddressBookService.getContact - Resconet/JSBridge GitHub Wiki
[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. |