Automatically update the stage of a Business Process Flow 2.0

Поделиться
HTML-код
  • Опубликовано: 5 ноя 2024

Комментарии • 18

  • @michaeldeabreu2020
    @michaeldeabreu2020 3 года назад

    HI Elaiza - Thanks for these awesome videos. I have a scenario that this really helped with. Quick Question: How did you make the buttons in the Model Driven App? "Pending, Approved, Declined"? Is that an embedded Canvas App?

    • @ElaizaBenitez
      @ElaizaBenitez  3 года назад +1

      Hi @Michael De Abreu, sorry for the late reply. It's an option set field/column with the Option Set custom control enabled on the form - docs.microsoft.com/en-us/dynamics365/customerengagement/on-premises/customize/use-custom-controls-data-visualizations
      You need to switch to classic within the solution as you won't be able to configure the custom control in the modern maker experience. Try it out. Happy learning 🤗

    • @michaeldeabreu2020
      @michaeldeabreu2020 3 года назад

      @@ElaizaBenitez thanks so much! Been making Canvas apps for over 3 years and just dived into Model driven apps for the first time. Thanks for the reply!

    • @ElaizaBenitez
      @ElaizaBenitez  3 года назад +1

      @@michaeldeabreu2020 There is a course that teaches how to create model-driven apps that may be handy for you - 365.training/Courses/Detail/zerotomodeldriven

    • @michaeldeabreu2020
      @michaeldeabreu2020 3 года назад

      @@ElaizaBenitez Thank you so much will definitely take a look. Just curious, why choose flow over the internal process under the solution for this? Is flow just an alternative or is there a reason you went with flow over the workflow/process method?

    • @ElaizaBenitez
      @ElaizaBenitez  3 года назад +1

      If you review my blog post I explain in detail the method of this cloud flow. When you want to move between stages programmatically there's a field/column called Traversed Path that needs to be updated with the stage IDs. This isn't possible with Dynamics 365 workflows classic and is possible with code using a plugin. Cloud flow is an option when you don't want to use code. Today end users can move to and from stages in the model-driven app but that's a manual process, not an automated process. I hope this makes sense and thank you for visiting my RUclips channel 🙂

  • @cmp190
    @cmp190 4 года назад

    Great video. I excited to put into practice. After creating a business process flow where can I fond the Application WTF? I don't see it in my solutions section.

    • @ElaizaBenitez
      @ElaizaBenitez  4 года назад

      Hi Chaim, the Application entity is a custom entity I created. It is not an out-of-the-box entity.

  • @joyfullearning3659
    @joyfullearning3659 4 года назад

    Hi Benitez, Please make video/ Article regarding how to Automatically Switch or Change Business Process Flow one to another using Microsoft Power Automate.

  • @Streetbeats2020
    @Streetbeats2020 2 года назад

    Can you repeat this with the new CRM/Power Apps?

    • @ElaizaBenitez
      @ElaizaBenitez  2 года назад

      Hi @Shon Swiggins I'm not sure what you meant by "new CRM/Power Apps" Can you please explain so that I understand? Thanks in advance.

  • @vitaliyb.2052
    @vitaliyb.2052 10 месяцев назад

    How can I show BPF stage in separate column in Form?

    • @ElaizaBenitez
      @ElaizaBenitez  10 месяцев назад

      Hi @vitaliyb.2052 you would need to create a new column in the Dataverse table, add the column to your form of your table and populate it with the BPF stage name based on your criteria logic. The BPF stage name would be from the associated entity/table that was created in association to when you initially created your BPF.

    • @vitaliyb.2052
      @vitaliyb.2052 10 месяцев назад

      ​@@ElaizaBenitezmy BPF logic is not linear, it is branched. Is it not possible without creating an additional column and duplicating the names of the BPF somehow to extract the names of the stages from the BPF?

    • @ElaizaBenitez
      @ElaizaBenitez  10 месяцев назад

      @@vitaliyb.2052 At the moment I can't think of another option as the relationship from the primary dataverse table to the BPF dataverse table is 1:N so there needs to be some type of automation/code that will retrieve the current active stage name and display it on the form

  • @mcross9095
    @mcross9095 4 года назад

    I can't replicate this...using the new connector "Common Data Service (current environment)" and the Apply to Each keeps getting applied automatically even when I use the Parse JSON action...are you able to get this to work with the new connector?

    • @ElaizaBenitez
      @ElaizaBenitez  4 года назад

      Hi Michael,
      For the Apply To Each that appears, make sure you use the first function in your expression within the Parse JSON actions.
      In the final update action, the schema name is to be used as plural. For example the Active Stage field will be processstages(id).

  • @MrBencoussens
    @MrBencoussens 4 года назад

    HI Elaiza, i love this idea of combining the BPF and the Portal, but can i ask how do you get the green indicator for the external approval status directly on the form? at this point in the video ruclips.net/video/lcObthN7UGk/видео.html