Skip to content

MobileCRM.Platform.makeCall

rescocrm edited this page May 15, 2023 · 8 revisions

[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);
Clone this wiki locally