I have one Application(Client Application), In that on Vendor card i have created one Action in which whenever i click on that vendor card Action then the vendors data needs to be Put In Client Application, and if the same vendor is created with same Vendor ID from business central then that information needs to be Updated in the Previous vendor
Please Suggest,
Thank You
You don't necessarily need a dataverse connection to connect with BC. BC in itself is a self sufficient tool for sending/receiving API calls to/from other applications through REST API. BC has capability to directly be able to send and receive direct API calls
If you configure OAuth 2 in Azure Portal, your 3rd Party app can directly send requests to BC by using those credentials
If you have a error/specific question let us know, the community will be more than happy to assist
Can you please tell me, do i required Dataverse Connection?
Hi Pooja - Since your aim is to connect the 3rd party app with D365 BC (SaaS) version, the below steps should be followed:
1. Establish the necessary Azure OAuth 2 credentials from the Azure Portal
2. Use the Vendor API, as mentioned by Inge, in the comments and see if you can send GET/POST/PUT requests
You can try fetching all these results via POSTMAN first
This link may help you get started
The obvious choice would be to use the vendor API if the app you are integrating with can consume the Business Central API.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,134 Super User 2024 Season 2
Martin Dráb 229,928 Most Valuable Professional
nmaenpaa 101,156