Thursday, May 7, 2020

D365 CRM JavaScript open Url

Syntax

Xrm.Navigation.openUrl(url,openUrlOptions)

Parameters

TABLE 1
NameTypeRequiredDescription
urlStringYesURL to open.
openUrlOptionsObjectNoOptions to open the URL.The object contains the following attributes:
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.

No comments:

Post a Comment

How to Deploy your API as a web app or API app

  Before you can call your custom API from a logic app workflow, deploy your API as a web app or API app to Azure App Service. To make your ...