scottdurow / RibbonWorkbench

Ribbon Workbench 2016 for Dynamics 365
https://ribbonworkbench.uservoice.com/
MIT License
72 stars 24 forks source link

Run Webhook Button Dialogues #81

Open DREWLFE opened 3 years ago

DREWLFE commented 3 years ago

The Command that is generated for a Run Webhook has a few string parameters. One of them contains the operAlertDialog functions which is great as I can replace your simple text with an alertStrings object and set a few more properties (looks so much nicer just with a title). Another string parameter contains the Text that is displayed in the initial confirm dialogue. My guess is that is an openConfirmDialog. Is there a way to replace the simple text with an confirmStrings object instead and improve the UX of the first dialogue?