Posts

Showing posts from April, 2021

Business Analytics and Visualization

Image
It has been a while since I posted a blog article.  Things have been busy and unfortunately my blog has suffered.  Not only have I been busy working in the Microsoft Dynamics 365 and Power Platform arena, but I have also been teaching at a local university.  This past semester I taught Business Analytics and Visualization.  It was a fun course to teach and I was able to introduce business students to the power of analytics using both Power BI and Tableau.  The text for the course was Introduction to Business Analytics, 1 st Edition by Vernon Richardson & Marci Watson.  The text did a great job of covering the types of analytics and the mindset and approach you should follow as a business analyst.  I recently used some of this material in a presentation at an FPnA conference, and it was well received, so I thought I would put the thoughts together here for everyone to read. In today's data-driven world, the ability to transform raw data into meanin...

Use Power Automate to alert the credit team that there is a new customer in Dynamics 365 Finance & SCM

Image
  Business scenario – Sales team needs to be able to add a new customer to Dynamics 365 Finance, but before the customer is used in Sales the Credit Team needs to review the record and set the proper credit limit and payment terms.   The customer should automatically go on hold until the review is complete, and an email should alert the Credit Team to act. Components used in the scenario – Dynamics 365 Finance business alerts and Power Automate Synopsis – By combining the business alert functionality of D365 with Power Automate the system can automatically manage this business process.   Power Automate will watch for a new customer to be added in D365.   When the new customer is added, Power Automate will automatically put the account on Hold with a status reason of New.   Power Automate will also send an email to the Credit Manager including the information from the new customer as well as a link to the On Hold Customers in D365. Step 1 – Create a custom...

Creating a Sales Assistant using Power Virtual Agent and Dynamics 365 Finance and Supply Chain

Image
As I continue to learn more and more about Power Platform, I have been intrigued by Power Virtual Agent.  However, I have not spent too much time with it because I could never come up with a business scenario around Dynamics 365 Finance and Supply.  Whenever I think about a “Bot”, I think about the annoying little boxes that pop up on some websites trying to help me, and I just could not think of how I would use that with D365.   Recently as I was reading through various blogs, I learned I did not need a website to use Power Virtual Agent.  I could use the Bot inside of Microsoft Teams.  I also ran across an article from Henrik Marx Larsen https://henrikmarxlarsen.wordpress.com/2020/03/13/creating-a-customer-service-bot-for-dynamics-365-for-finance-and-operations-using-power-virtual-agents/ where he created a customer service bot with Dynamics 365.  I decided I would try to create a Sales Assistant to quickly answer some common questions that the sa...