Tip #914: Deprecated dialogs

Deprecated dialogs podcast tapeTipster note: I have submitted today’s post as a suggestion for the Dynamics team. Please vote for this idea here. And while you are there, submit a few of your own. Together we can make this Dynamics world a better place.

In the recent “important changes coming to Dynamics 365” article, one of the deprecated items listed is dialogs.

Dialogs are deprecated and are replaced by mobile task flows (available as of the December 2016 update), and business process flows. Both task flows and business process flows will continue to evolve to make the transition easier.

We briefly mentioned this in tip 910. As we mentioned, this is no reason to panic, in the past, deprecated features have stayed in the platform for as long as 2-3 releases after their death sentence has been announced. It is just a notice to start planning for replacing these features in your deployment.

But what is the replacement for dialogs? The article suggests task flows and process flows, and while these are options for replacement of many types of dialogs, in their current form, they are not adequate replacements for all dialog scenarios. Let’s consider several common dialog scenarios and how a task or process flow might replace them:

  1. Defined user actions on single records (think imitating or replacing system “close x” dialogs): adding fields to a process flow to collect data for things like qualifying a lead, closing and opportunity, or resolving a case can be a viable option, as long as this action is only done one time per record. As the final step to a process that closes out the record, process flow is a pretty elegant user interface. However, what if that action is performed multiple times per record? Unlike a dialog, users are not going to launch multiple instances of a BPF against the same record. If my dialog is used to initiate a user requested action multiple times against a record, business process flows are not a good fit in their current form, unless I concoct some method to clear out the fields used to initiate the action on the BPF.
  2. Multi-record update wizards: One of the more popular uses of dialogs is presenting a user with a form that consolidates multiple records into a single dialog, making it easy for a user to simultaneously update multiple records in a single step. For multiple clients, I have configured a “meeting close” dialog that simultaneously updates the related regarding account and contacts, adds a note, creates one or more opportunity, and closes the appointment. While task flows come close to this, their bound controls mean that you can only have fields from a single record per page of the task flow, they lack the ability to intelligently run in context of the record you are on, and they don’t support looping child processes, so if I want to give the user the ability to create 1-N opportunities, I have to hard code the number in the task flows, and they only work on mobile, so I cannot make a wizard-based process that works for all users in all UI contexts.

So before “pulling the plug” on dialogs for good, the following are our suggestions on what should change to make task flows and process flows a more viable replacement for dialogs:

  • Free task flows to work with all user interfaces, not just mobile. Users want a consistent experience between mobile and web, and web users need wizard-based processes to make their lives easier too. I like your easy button, put it in the web too.
  • Give the option to have a task flow run in context of a record. Don’t take away the ability to have it run from outside of a record–that is actually a good thing in some contexts. But give us the ability to have a task flow launch in context of a record when that makes sense, and make it as easy to call from a form script or command bar button as a dialog is.
  • Make it intuitive to update OR create records from a task/process flow. As Donna Edwards mentions in this great post, it is possible to create records from a task flow, however, you can’t dictate whether a user is creating or updating a record when you design the task flow, and since the user must select the record to be updated from a lookup field, the process is not intuitive, especially if there are multiple related records without distinct record names.
  • Allow for child flows or looping processes: Consider the scenario where you are presenting the user with a wizard that can be used to quickly create multiple child records. That’s easy with dialogs. My suggestion is to add the ability to call child process or task flows and pass variables to them contextually. This would close the gap of not being able to have users execute a sub-process an infinite amount of times, and would allow process and task flow designers the ability to reuse subprocesses like we currently do with dialogs and workflows.

7 thoughts on “Tip #914: Deprecated dialogs

  1. James Stevens says:

    Great information and suggestions. I would also like to see the ability (not sure I saw this in your list) to create and use variables in the BPF stages. This would avoid the need to create fields to use for branching the flow. Not sure I’ve really thought this through fully though, unless there was a way to review selections like there is through the process sessions of dialogs. Also haven’t played with Task Flows yet so don’t know if those would handle this if they were to make it to different device formats.

    Thanks!

  2. Allison says:

    The link to vote on this on the ideas site seem to have changed. Now it’s https://experience.dynamics.com/ideas/idea/?ideaid=bb669a4c-b460-e711-80c0-00155d7cb38d

  3. Jose Raimundo Abad González says:

    Ok, great Tip and my main think, What happen with the OnPremises CRM implementations with dialogs, it affected at all? Thnks!

    • Let’s suppose dialogs are gone in v10 (unlikely though). When you upgrade your v9 instance, you either won’t be able to upgrade or dialogs will be dead. On-prem or not on-prem, upgrades work the same way. THe difference is that on-prem you always have the option of not to upgrade. That’s no longer a choice for online environments.

  4. Massoud says:

    Have a look at AgileDialogs here (https://www.agilexrm.com/poc) .
    It provides full dialog functionality for internal and external users.
    There is a free Community Edition as well.

  5. Massoud says:

    There is a FREE Community tool that has a powerful dialog component that covers almost any dialog use case.

    You can read more about it here:

    https://blog.agilexrm.com/2022/06/06/announcing-the-agilexrm-community-edition/

Leave a Reply

Your email address will not be published. Required fields are marked *