New Microsoft Teams is just AWESOME, quick but useful post below shows how you have this preview feature to make your life EASY! Open Microsoft Teams admin center [Ask admin in your organization if you don't have access] and follow path Teams > Teams update policies > Click on an existing policy or Create New > follow step 1 and step 2 below . Toggle Try the new teams to get yourself into NEW TEAMS world, you may chose to go back to classic (GA) version at any point of time. Let the change happen! Get it, Preview new Teams ! Experience teams across tenants and get notifications from multiple tenants accounts. This is PRETTY COOL!
Electronic Reporting module in Microsoft Dynamics 365 Finance Operation lets you archive file generated by ER at SharePoint location and in Azure Storage as per this link Archive ER destination type - Finance & Operations | Dynamics 365 | Microsoft Learn . APIs can be used to check message status and read file from either location. Logic Apps or Power Automate can be used to make a call to APIs, read files, and perform required action. This post is not about how this can be done via integration :) It's been a while I haven't written a full code base post (no low code :)) To send ER generated files directly to your provided Azure Blob Container, below is the sample class. using Microsoft. Azure ; using Microsoft.WindowsAzure. Storage ; using Microsoft.WindowsAzure.Storage. File ; using Microsoft.WindowsAzure.Storage. Blob ; using Microsoft.WindowsAzure.Storage. Auth ; class DAX_ERVendPaymOutFieUploadHelper { /// <summary> /// Handles attachingFi