The Easiest Way to Create an Outbound Integration for Dynamics 365 Finance and Operations

A very common type of integration that we are asked to create for Dynamics 365 Finance and Operations is an outbound file integration. You might send a customer or vendor list to a third party system. Or you might send a transaction file to another system.

Continue ReadingThe Easiest Way to Create an Outbound Integration for Dynamics 365 Finance and Operations

Power Apps for Dynamics 365 – Filtering data based on users default company

When creating power apps for Dynamics 365 many times it is necessary to filter down to a specific company. The entities that are used from Dynamics 365 contain data for all companies. To give the user a consistent experience you should filter the data with the company

Continue ReadingPower Apps for Dynamics 365 – Filtering data based on users default company

Create a Sales order using Power Automate | Power apps for Dynamics 365

Recently I was working on a canvas app solution, and part of that solution was being able to create a sales order in Dynamics 365 Finance and Operations. If you think about it this is an important skill when creating power app solutions for Dynamics 365. Inevitably you will be trying to invoice someone for something you are doing.

Continue ReadingCreate a Sales order using Power Automate | Power apps for Dynamics 365

Create a user notification in a power apps canvas app

In last week's video we talked about creating a pop up dialog box in a power apps canvas app. This week we will take a look at a little bit simpler solution. There is a function called notify that we can use to send different types of notifications to the user. Take a look at the video below to see how to use the notify function.

Continue ReadingCreate a user notification in a power apps canvas app