Using Full Page Apps in Dynamics 365 Finance

Image
Have you ever wanted to put a website or a model-driven Power App in one of your existing Dynamics 365 Finance workspaces or forms?  You might already know you can create a new workspace with a website, but did you know you can add the website to an existing workspace? Here is an example of the Vendor invoice entry workspace with the Invoice Capture Power App embedded. Prior to using this feature, you need to turn on "Saved views support for workspaces" in feature management. Once this feature is enabled you can follow the following steps to add the Invoice Capture app or any model-driven Power App or website to an existing workspace. Open the vendor invoice entry workspace From Options - choose Personalize this page From personalize menu - select the 3 dots - and then Add an app Once that is selected (the screen goes gray) - click on the section header where you want to add the app (in my example I put it in Links) On the Add an app menu - choose Website Give it a name (my e

Dynamics 365 Finance & Supply Chain with Power Automate - Part 3 - Adding a new vendor workflow


I recently presented a session on using Power Automate with Dynamics 365 Finance and Supply Chain.  The session was very well received, so I wanted to post some videos and details to help users better understand the examples I covered in the session.

In the following video I will walk through using Power Automate with Dynamics 365 Finance & Supply Chain to manage a workflow around adding a new vendor.

Business scenario – To on board a new vendor, the organization requires a new vendor request be submitted, an internal review process is used, including sending an email to the vendor with the required tax documents (W9) and instructions.

Components used in the scenario – Dynamics 365 Finance virtual entities, Power Automate, Microsoft Forms, Microsoft OneDrive, Microsoft Teams and Outlook

Synopsis – By using an Automated cloud flow in Power Automate the system can automatically manage this business process.  Power Automate will listen for new vendor request form to be submitted.  It will add the information to D365 (on hold), notify the AP team in Teams, and it will send an email to the Vendor attaching a blank W9 form.

____________________________________

Step one is to create a form to gather the key vendor information.  In my example, I will use Microsoft Forms as it connects easily with Power Automate.  It also connects with Microsoft Teams, so it is easy for users to access.


Once the form is setup, you will have the information needed to start the Flow.  This will be an automated flow with the trigger "When a new response is submitted"

The beginning of the flow is to get the information from the new form that was just submitted.  The form id is the form that is being used to collect the Vendor information.  You will add a step of "Get response details" and the Response ID is from the trigger step above.


Now that you have the information on the vendor, the remainder of the flow will use that information to get approval on the new vendor, if approved we will add the vendor to Dynamics 365, put the vendor on hold, post a message to Teams, and send an email to the vendor.

First we will use Power Automate's approval functionality to ask for Approval on the new vendor.  Using a condition, we will have two branches for the remainder of the flow.


If the vendor is not approved, we will simply use the Outlook connector to send an email to the original form submitter letting them know it was not approved.


If the vendor is approved, we will add the information to D365 using the Dataverse - "Add a new row" connector.  


Once the vendor is added to D365, we will post a message to Teams using the "Post message in a chat or channel" connector


The last piece of the flow is to send a W9 to the new vendor.  To do this, we have place a blank W9 form in our OneDrive for Business.  So we can use Power Automate to get the file information.  Once we have the file, we will send an email to the vendor with the file attached.




Below is a video building out the entire flow from scratch.



Hopefully you find this information helpful.  Please subscribe to my blog and video channel for more information on Dynamics 365 Finance, Supply Chain, Project Operations and Power Platform.




Comments

Popular posts from this blog

Creating a date table with a fiscal year in your Power BI data model

Using Full Page Apps in Dynamics 365 Finance

Showing the last 12 months based on a date slicer