Hello,
I am looking for a way to make my running process has something like progress bar, however I found the progress bar feature is not available now in D365, is that true ?
Any advice how to do something like that now ? The progress indication that I'm interested is actually just some steps, so in my code there are processes which divided by stages, for example just like Sales Order that have stages from Confirmation -> Picking -> Packing -> Invoice, so the idea is I want to have indicator when my program running across these stages.
Thanks,