-
Notifications
You must be signed in to change notification settings - Fork 55
Open
Description
Describe the bug
According to "xrm_ext_9-.d.ts", the function "openUrl" within the interface "NavigationOptions" takes two parameters.
- url: string
- openUrlOptions: SizeOptions
The second argument however, should be optional, as Xrm.Navigation.openUrl doesn't have "openUrlOptions" as required parameter.
To Reproduce
Steps to reproduce the behavior:
- Try calling Xrm.Navigation.openUrl anywhere within your code where applicable with a single argument.
Expected behavior
Argument 2, "openUrlOptions", should not be required within the types.
Screenshots
N/A
Environment
- CRM/D365/CDS version: 9.2
- Tool version: 6.6.1
- Other applicable environments
Additional context
N/A
Metadata
Metadata
Assignees
Labels
No labels