Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.15 KB

File metadata and controls

42 lines (28 loc) · 1.15 KB
title description author ms.author ms.date ms.reviewer ms.topic applies_to search.audienceType contributors
openUrl (Client API reference) in model-driven apps| MicrosoftDocs
Includes description and supported parameters for the openUrl method.
adrianorth
aorth
03/12/2022
jdaly
reference
Dynamics 365 (online)
developer
JimDaly

openUrl (Client API reference)

[!INCLUDE./includes/openUrl-description.md]

Syntax

Xrm.Navigation.openUrl(url,openUrlOptions)

Parameters

Name Type Required Description
url String Yes URL to open.
openUrlOptions Object No Options to open the URL.The object contains the following values:
- height: (Optional) Number. Height of the window to display the resultant page in pixels.
- width: (Optional) Number. Width of the window to display the resultant page in pixels.

Remarks

This method is especially helpful for mobile clients to open a URL in a browser outside of shim.

Related articles

Xrm.Navigation

[!INCLUDEfooter-include]