Getting Started with Microsoft Graph and Financials

Microsoft 365 Developer · Beginner ·📰 AI News & Updates ·7y ago

Key Takeaways

The video demonstrates how to integrate Microsoft Graph with Dynamics 365 Business Central, allowing developers to access and manage financials, work with business contacts, and create sales and purchasing documents. It showcases the use of Microsoft Graph APIs to synchronize financial applications, build business-specific apps, and gain insights from financial reports.

Full Transcript

hi I'm Jeremy and I'm here with Jared today thanks for joining me thanks for having me we're gonna talk a little bit about business central today so tell me what is business central business central is Microsoft's cloud-based all-in-one business management management solution for small to midsize businesses so it's a financial application that lets you track your financials and lets you track your customers and receivables and payables and project management really anything with a number that's part of your business can be tracked within this financial system and so this is on the Microsoft girl off so what can developers do with the API to do a business central there's a lot they can do we have several api's that are in the graph now and more that are coming some of the key scenarios that we see with with these graph api's is being able to synchronize your financial applicative financial applications with other apps that have managed your business businesses have applications that are specific to their industry that interact with their other financial data and so being able to synchronize those entities makes this an easy experience by having that data available through the Microsoft graph yeah another one is being able to build those business specific apps if you have apps that you want to build on Microsoft graph that interact with your data this makes it a quick and easy experience especially if you want to build it on your financial data and have it interact with other Microsoft applications like exchange and Outlook in Excel bringing that all together in the graph makes it a magical experience that's great and just financial reporting is an additional one being able to get insights from your data by being able to pull that have easy access to it from the Microsoft graph so what's the best way to get started can you show you some stuff on your laptop I'd be happy to awesome so here we are in postman we're looking at some of the API is that we have available through Microsoft graph for business central some of the first ones we'll look at our master entities so we have access to customers vendors accounts inventory services all of these primary entities that you work with and that are important to your business everyday one example let's just do a quick get against our customers we have full crud access against our customers we can see balance we can see information we can update we can delete and create all right here through our rest-based API it's the same for vendors and several of the other master entities that are important for your business let's also look at transactions so a scenario is we have another application that for this example will say a payroll application that's creating payroll batches and paying our employees and then we need to post that information to our general ledger to update our financials so we have a payroll batch of lines created in the application and we just want to add a line to that from our payroll application into our financial financial application so we look at the batch first we see a general Journal's we see this as our payroll batch we have some lines already added here let's add another line by posting this new line for our tax expense look at the body we see we have post against our payroll tax expense account for the amount required and send that will then show us in the response back the line that got created and if we go back to our financial application and update that or refresh the page and say that that payroll tax expense line then got added for the amount that we had defined for that for that tax account so this is where we can integrate between other applications pushing that data back into our financial application keeping that data centralized for our financial reporting one other one that we want to look at is financial reporting being able to see that financial information and pull that out from from business central in this case we have an aged accounts receivable report and we've exposed that reporting functionality through this API of Microsoft graph we have aged accounts receivable and this is a report where for your business it's important for you to know how much money is owed to you by your customers and when is that money due so you can estimate when you're going what your cash flow is going to be over time so if we send this it will show us a response of our total money due balance due to us from our all of our customers and then it's broken down into aging periods so our the 30 days outs our 60 days out or 90 days out or whatever we want to set those periods as actually in this example I have it set to a three month aging buckets but we can change that by updating our filter on that API but that gives us an idea breaking it down even further by individual customers we can then see how much money is owed to us by our customers and when is that money due and then we also have that on the payable side how much money is do we owe to our vendors and when is that money due really helping us manage the financials of our business so these are some of the examples that we have by exposing that functionality through Microsoft graph from business central cool that's really awesome so how can that developer get hold of a trial to get started with this product the easiest way is just to go to business central dynamics comm and there you can sign up for a trial tenant and from there start working with Microsoft graph api's against your trial tenant and seeing how this all works together awesome thank you Tom Jack that's great thank you just so to get started go to graph Microsoft comm and you can start trying these api's with that test tenant straightaway

Original Description

By integrating your apps with Dynamics 365 Business Central, you can create experiences that span your business needs. You can use Microsoft Graph to access and manage your financials, work with business contacts, create and send sales and purchasing documents, and gain insights from financial reports. Learn how to get started and scenarios you can set up. To learn more about Microsoft Graph and Financials, visit https://docs.microsoft.com/en-us/graph/dynamics-business-central-concept-overview. For additional Microsoft Graph tools and resources, visit https://graph.microsoft.com.
Watch on YouTube ↗ (saves to browser)
Sign in to unlock AI tutor explanation · ⚡30

Playlist

Uploads from Microsoft 365 Developer · Microsoft 365 Developer · 48 of 60

1 Adaptive Cards community call-February 2019
Adaptive Cards community call-February 2019
Microsoft 365 Developer
2 PowerApps community call-February 2019
PowerApps community call-February 2019
Microsoft 365 Developer
3 Microsoft Graph community call-March 2019
Microsoft Graph community call-March 2019
Microsoft 365 Developer
4 Office Add ins community call-March 2019
Office Add ins community call-March 2019
Microsoft 365 Developer
5 PowerApps community call-March 2019
PowerApps community call-March 2019
Microsoft 365 Developer
6 Microsoft Teams community call-March 2019
Microsoft Teams community call-March 2019
Microsoft 365 Developer
7 Using React and Office UI Fabric React Components
Using React and Office UI Fabric React Components
Microsoft 365 Developer
8 Build Microsoft Teams customization using SharePoint Framework
Build Microsoft Teams customization using SharePoint Framework
Microsoft 365 Developer
9 Microsoft Graph community call-April 2019
Microsoft Graph community call-April 2019
Microsoft 365 Developer
10 Using Change Notifications and Track Changes with Microsoft Graph
Using Change Notifications and Track Changes with Microsoft Graph
Microsoft 365 Developer
11 Office Add Ins community call-April 2019
Office Add Ins community call-April 2019
Microsoft 365 Developer
12 Adaptive Cards community call-April 2019
Adaptive Cards community call-April 2019
Microsoft 365 Developer
13 Microsoft Teams community call-April 2019
Microsoft Teams community call-April 2019
Microsoft 365 Developer
14 Getting Started with Microsoft Graph and Application Registration
Getting Started with Microsoft Graph and Application Registration
Microsoft 365 Developer
15 Getting Started with Microsoft Graph and the Directory API
Getting Started with Microsoft Graph and the Directory API
Microsoft 365 Developer
16 Getting Started with Microsoft Graph and Microsoft Teams
Getting Started with Microsoft Graph and Microsoft Teams
Microsoft 365 Developer
17 Getting Started with Microsoft Graph Explorer
Getting Started with Microsoft Graph Explorer
Microsoft 365 Developer
18 Getting Started with Microsoft Graph
Getting Started with Microsoft Graph
Microsoft 365 Developer
19 Getting Started with Microsoft Graph and Mail API
Getting Started with Microsoft Graph and Mail API
Microsoft 365 Developer
20 Getting Started with Microsoft Graph and Office 365 Groups
Getting Started with Microsoft Graph and Office 365 Groups
Microsoft 365 Developer
21 Getting Started with Microsoft Graph and the Calendar API
Getting Started with Microsoft Graph and the Calendar API
Microsoft 365 Developer
22 Getting Started with the Microsoft Graph Toolkit
Getting Started with the Microsoft Graph Toolkit
Microsoft 365 Developer
23 Getting Started with Microsoft Graph and JavaScript SDKs
Getting Started with Microsoft Graph and JavaScript SDKs
Microsoft 365 Developer
24 Getting Started with Microsoft Graph and .NET SDKs
Getting Started with Microsoft Graph and .NET SDKs
Microsoft 365 Developer
25 Discover how businesses can be more productive with Microsoft 365 integrations
Discover how businesses can be more productive with Microsoft 365 integrations
Microsoft 365 Developer
26 Adaptive Cards community call-May 2019
Adaptive Cards community call-May 2019
Microsoft 365 Developer
27 Office Add-ins community call-May 2019
Office Add-ins community call-May 2019
Microsoft 365 Developer
28 Why We Built on Microsoft Teams
Why We Built on Microsoft Teams
Microsoft 365 Developer
29 Microsoft Teams community call-May 2019
Microsoft Teams community call-May 2019
Microsoft 365 Developer
30 Microsoft Graph community call-June 2019
Microsoft Graph community call-June 2019
Microsoft 365 Developer
31 Build Angular SPA's with Microsoft Graph - June 2019
Build Angular SPA's with Microsoft Graph - June 2019
Microsoft 365 Developer
32 Office Add -ins community call-June 2019
Office Add -ins community call-June 2019
Microsoft 365 Developer
33 Build Android native apps with the Microsoft Graph Android SDK - June 2019
Build Android native apps with the Microsoft Graph Android SDK - June 2019
Microsoft 365 Developer
34 Build MVC apps with Microsoft Graph - June 2019
Build MVC apps with Microsoft Graph - June 2019
Microsoft 365 Developer
35 Authenticate and connect with Microsoft Graph - June 2019
Authenticate and connect with Microsoft Graph - June 2019
Microsoft 365 Developer
36 Microsoft Graph data connect - June 2019
Microsoft Graph data connect - June 2019
Microsoft 365 Developer
37 Change notifications with Microsoft Graph - June 2019
Change notifications with Microsoft Graph - June 2019
Microsoft 365 Developer
38 Build iOS native apps with the Microsoft Graph REST API - June 2019
Build iOS native apps with the Microsoft Graph REST API - June 2019
Microsoft 365 Developer
39 Build Node.js Express apps with Microsoft Graph - June 2019
Build Node.js Express apps with Microsoft Graph - June 2019
Microsoft 365 Developer
40 Smart UI with Microsoft Graph - June 2019
Smart UI with Microsoft Graph - June 2019
Microsoft 365 Developer
41 Leveraging the Microsoft Graph API from the SharePoint Framework - June 2019
Leveraging the Microsoft Graph API from the SharePoint Framework - June 2019
Microsoft 365 Developer
42 Build UWP apps with Microsoft Graph - June 2019
Build UWP apps with Microsoft Graph - June 2019
Microsoft 365 Developer
43 Build React SPA's with Microsoft Graph - June 2019
Build React SPA's with Microsoft Graph - June 2019
Microsoft 365 Developer
44 Getting Started with Microsoft Graph and Batching
Getting Started with Microsoft Graph and Batching
Microsoft 365 Developer
45 Getting Started with Microsoft Graph and Change Notifications
Getting Started with Microsoft Graph and Change Notifications
Microsoft 365 Developer
46 Getting Started with Microsoft Graph and Consent Permissions
Getting Started with Microsoft Graph and Consent Permissions
Microsoft 365 Developer
47 Getting Started with Microsoft Graph and Education
Getting Started with Microsoft Graph and Education
Microsoft 365 Developer
Getting Started with Microsoft Graph and Financials
Getting Started with Microsoft Graph and Financials
Microsoft 365 Developer
49 Getting Started with Microsoft Graph and Excel
Getting Started with Microsoft Graph and Excel
Microsoft 365 Developer
50 Getting Started with Microsoft Graph and Data Connect
Getting Started with Microsoft Graph and Data Connect
Microsoft 365 Developer
51 Getting Started with Microsoft Graph and Intune
Getting Started with Microsoft Graph and Intune
Microsoft 365 Developer
52 Getting Started with Microsoft Graph and Notifications
Getting Started with Microsoft Graph and Notifications
Microsoft 365 Developer
53 Getting Started with Microsoft Graph and OneNote
Getting Started with Microsoft Graph and OneNote
Microsoft 365 Developer
54 Getting Started with Microsoft Graph and OneDrive
Getting Started with Microsoft Graph and OneDrive
Microsoft 365 Developer
55 Getting Started with Microsoft Graph and Open Extensions
Getting Started with Microsoft Graph and Open Extensions
Microsoft 365 Developer
56 Getting Started with Microsoft Graph and Paging
Getting Started with Microsoft Graph and Paging
Microsoft 365 Developer
57 Getting Started with Microsoft Graph and Schema Extensions
Getting Started with Microsoft Graph and Schema Extensions
Microsoft 365 Developer
58 Getting Started with Microsoft Graph and Security API
Getting Started with Microsoft Graph and Security API
Microsoft 365 Developer
59 Getting Started with Microsoft Graph and Query Parameters
Getting Started with Microsoft Graph and Query Parameters
Microsoft 365 Developer
60 Getting Started with Microsoft Graph and Reporting API
Getting Started with Microsoft Graph and Reporting API
Microsoft 365 Developer

The video teaches developers how to get started with Microsoft Graph and Dynamics 365 Business Central, and how to use the APIs to integrate financial applications, build business-specific apps, and gain insights from financial reports. It provides a step-by-step guide on how to use Postman to test the APIs and demonstrates the use of CRUD access to manage master entities.

Key Takeaways
  1. Sign up for a trial tenant on Dynamics 365 Business Central
  2. Explore the Microsoft Graph APIs available for Business Central
  3. Use Postman to test the APIs and understand the CRUD access
  4. Integrate the APIs with other financial applications
  5. Build business-specific apps using the Microsoft Graph APIs
💡 The Microsoft Graph APIs provide a powerful way to integrate financial applications and build business-specific apps, allowing developers to access and manage financials, work with business contacts, and create sales and purchasing documents.

Related AI Lessons

When AI Asks for More Electricity Than a Country Can Imagine
AI's increasing power consumption is causing concerns, learn why it matters for data centers and energy supply
Medium · AI
You Are Not Behind. The World Is.
You're not behind, the world is still adapting to AI, and it's okay to take your time to learn and grow
Medium · AI
Career choice with the advent of AI - pure Computer Science or learn software with a background of core engineering area
Learn how to choose between a Computer Science and Engineering career path or combining programming with a core engineering background in the age of AI
Dev.to AI
The AI Hype Cycle: Calm Before the Next Breakthrough?
Understand the AI hype cycle to anticipate the next breakthrough and make informed decisions
Medium · Programming
Up next
Motorist saved by human chain | 9 News Australia
9 News Australia
Watch →