
Using a D365 workflow, is there a way to add a step that displays a message to the user when the workflow is run as an on-demand process? Preferably, we'd also like this workflow to give the user the option to select "yes" or "no" in that workflow.
Thanks!
Hello Tgiard;
The out of the box answer is no there is not a way. A suggested way would be to make this on demand workflow run off of a custom button on the ribbon itself; at this point you could prompt the user with any message you'd like. I hope this helps!