Questions tagged [dynamics-business-central]

Microsoft Business Central development; including AL, JavaScript and .NET extensions, consuming or connecting to the Business Central API and Web Services, and installation and configuration of the development tools. Questions about how to use the product as an end user are off-topic here, as are questions about installation of the ERP system itself.

289 questions
7
votes
3 answers

MS Dynamics 365 Business Central. API POST, PATCH, DELETE does not work

We have installed on our server MS Dynamics 365 Business Central (I don't know how to view currently installed version). We are using oData v4 protocol for our requests. Task We need to make API calls to this system from PHP Issue It's impossible to…
5
votes
1 answer

C# OData The server committed a protocol violation. Section=ResponseStatusLine

I'm accessing Dynamics 365 Business Central OData API in C# application, and when accessing data in my local system is good and when we deployed the application to client server, randomly (50%) they are getting the error "The server committed a…
3
votes
1 answer

Synchronization Issue with Customizing an Integration with Microsoft Dataverse

followed documentation : https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/administration-custom-cds-integration docs and https://yzhums.com/17065/ When I launch “Run Full Sync.” and look at the job log of my…
Lynn
  • 121
  • 8
  • 25
3
votes
1 answer

Post data to custom AL field in Business Central

I am trying to create an API call to add data into a custom field that was created on the Sales Order page using AL Extensions. The issue is when I try to do the api call through postman, I am getting "The Property "propertyName" does not exist on…
BeamerEA
  • 103
  • 1
  • 7
3
votes
2 answers

How to get item attributes via api?

We are using cloud Dynamics 365 Business Central and trying to get items with all attributes via OData. In Microsoft documentation we found this endpoint: api.businesscentral.dynamics.com/v1.0[our tenant…
2
votes
2 answers

How to assign multiple salesperson to customers?

This is a basic customer card: As you can see there is a "Salesperson" linked to the customer, but in many situations customers can have multiple salespersons. In this field I can only select one salesperson. The problem created by this situation…
2
votes
1 answer

Microsoft Dynamics Business Central Integration

I there a way to create sales cycles and cycle stages using Microsoft Dynamics Business Central API?
2
votes
2 answers

Limit the number of records fetched through API call in Business Central

Scenario: Hi, I'm fetching some data from business central API in Kotlin using volley library, but the problem is, the JSON response has about 20000 values or records and the size of JSON is about 12MBs and it takes way to much time and resource to…
2
votes
1 answer

Dynamics Business 365 Central API and Postman

I do appreciate the fact that quite a lot of people have asked about this kind of issue before me (maybe there is a reason for that Microsoft?), but I haven't been able to figure out the solution to my problem from reading those. I'm trying to call…
2
votes
3 answers

Business Central: know if an extension is installed

In Business Central I would like to enable / disable a field in a page extension based on if a 3rd party extension is installed. I do not want to have a dependency on this 3rd party extension since most of the time it will not be present and our…
D. Moore
  • 33
  • 5
2
votes
1 answer

Updating Sales Order line items in Dynamics business central

I have a sales order created using API for business central. Sales order has a single line item. I want to update the quantity of line item. Following is what I have tried so far. Endpoint:…
2
votes
2 answers

Running docker inside Docker Windows Container for DevOps Buildagent

Im working with Microsoft Dynamics 365 Business Central. (ERP Software). Im attempting to create build agents on my local server to set up Continious Integration with my projects. On the buildserver i am running Docker Enterprise on Windows…
2
votes
1 answer

Integration business central and sharepoint

I would like to add a checkbox or button in Business Central (Cloud), which makes it possible to automatically create a SharePoint Online Site. I was thinking about using Azure functions or flow/logic apps, but I don't know if it's possible to…
2
votes
1 answer

Deep insert in Odata v4 in Business Central AL Extension

We are creating an Extension in AL to import orders. For this question we have simplified our extension to explain the challenges we are facing. What we would like to do is import header + lines in Dynamics 365 Business Central. To achive this we…
gbierkens
  • 151
  • 6
1
vote
1 answer

Business Central 365 (SaaS, Version 22.3) API-Encoding-Problem

I have the following problem: We have implemented a page (incl. table) of type "API" in our Business Central 365 environment (SaaS), which should receive posting information from an external financial accounting. This data is then further processed…
1
2 3
19 20