Navigates to the specified page.
Input about the page to navigate to. The object definition changes depending on the type of page to navigate to: entity list or HTML web resource.
Optional navigationOptions: NavigationOptionsOptions for navigating to a page: whether to open inline or in a dialog. If you don't specify this parameter, page is opened inline by default.
Displays an alert dialog containing a message and a button.
The strings to be used in the alert dialog.
Optional alertOptions: DialogSizeOptionsThe height and width options for alert dialog
Displays a confirmation dialog box containing a message and two buttons.
The strings to be used in the confirm dialog.
Optional confirmOptions: DialogSizeOptionsThe height and width options for alert dialog
Displays an error dialog.
An object to specify the options for error dialog.
Opens a file.
Optional openFileOptions: Xrm.Navigation.OpenFileOptionsOpens an entity form or a quick create form.
Optional formParameters: OpenParametersOpens a URL, including file URLs.
URL to open.
Optional openUrlOptions: DialogSizeOptionsOptions to open the URL
Opens an HTML web resource.
Name of the HTML web resource.
Optional windowOptions: OpenWebresourceOptions(Optional) Window options for opening the web resource. It is advised to use encodeURIcomponent() to encode the value.
Optional data: stringGenerated using TypeDoc
Interface for the Xrm.Navigation API