Skip to content

MobileCRM.Platform.openUrl

rescocrm edited this page May 15, 2023 · 4 revisions

Open url in external browser.

Arguments

Argument Type Description
url String web page url

This example demonstrates how to open link outside of MobileCRM application.

MobileCRM.Platform.openUrl("http://www.google.com");

Clone this wiki locally