use-utility-dialogs
Use Web API dialogs in form and ribbon commands.
Recommendation
Alerts should be replaced with Xrm.Navigation.openAlertDialog
,
while confirms should be replaced with Xrm.Navigation.openConfirmDialog
. For more information, go to Xrm.Navigation.
Options
- By default, violations are only reported when certain
Xrm
orMscrm
calls are made in the same file, so that violations outside of Dataverse are not reported. TherequireXrm
option, which istrue
by default, can be set tofalse
to report all violations regardless ofXrm
orMscrm
usage- Example:
"@microsoft/power-apps/use-utility-dialogs": ["error", { requireXrm: false }]
- Example: