MobileCRM.Platform.makeCall - Resconet/JSBridge GitHub Wiki
[v8.0] Opens the platform-specific call application with specified phone number.
Arguments
Argument | Type | Description |
---|---|---|
telephone | String | Telephone number |
errorCallback | function(errorMsg) | The errorCallback which is called asynchronously in case of error. |
scope | Object | The scope for errorCallback. |
This example demonstrates how to call a phone number.
var tel = "555-0131";
MobileCRM.Platform.makeCall(tel, MobileCRM.bridge.alert);