Skip to main content
The 2024 Developer Survey results are live! See the results

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.

dynamics-business-central
0 votes
0 answers
10 views

AL report Date filtering Business central Development | Date restriction on RequestFilterFields

​ ​ Hello, struggling to learn with AL. I got simple report that is supposed to show data in table. RequestFilterFields = "Transfer Order Date"; I was hoping to use requestfilterfields to ...
batzolboo bat-erdene's user avatar
0 votes
0 answers
15 views

MS Report Builder : Group totals are false due to the join in my dataset

I'm designing a report in Report Builder (with Business Central) and I'm having an issue when working with a temporary table. I have a dataset of two dataitems. The first dataitem is my production ...
ElOrnitorrinco's user avatar
0 votes
0 answers
25 views

How to remove events from Workflow Library

While coding, I added some events to my workflow library, and now I cant delete them. Whats more is that I cant make custom workflows any more because I keep getting an error like this Function Name ...
Het Patel's user avatar
  • 129
0 votes
0 answers
27 views

Duplicates rows on report extension with tables join Business Central

I'm making a reportextension for Business Central. I added a relation between "Item Unit Of Measure" and "Sales Line" this way : DataItemLink = "Item No." = field("...
Nilos's user avatar
  • 13
0 votes
0 answers
32 views

User's mysite not found. OneDrive to Business Central

I'm attempting to automatically import a file from a cloud storage folder, in this case Microsoft OneDrive, into a table in a Microsoft Business Central SaaS environment using an AL extension. At the ...
NickSO's user avatar
  • 73
1 vote
1 answer
41 views

How do I pass variable information from one page to another part of the page AL

I'm trying to make a system where the "LineReferenceNumber" in the Incoming Lot Table is passed to the "Incoming Lot Lines Page", and from there, that number is used to set the &...
Het Patel's user avatar
  • 129
0 votes
0 answers
80 views

D365 Business Central 2024 wave 1 issue connecting to VSCode

I recently installed D365 BC 2024 On Prem tenant for study purposes. I've been having trouble connecting it to VSCode since it gives me the following error message: [2024-06-02 14:02:44.73] Using ...
Tenthboxer's user avatar
0 votes
1 answer
29 views

Get SCC code (barcode in "Item Reference" table) with Business Dynamics extension

I have created a custom extension and I need to get the SCC number (Shipping Container Code) from some items. The SCC number is a barcode that goes on the shipping container vs on the individual items....
Michael's user avatar
  • 93
0 votes
2 answers
47 views

Creating a PurchaseInvoiceLines with a UnitOfMeasure through Business Centrals API fails

So I am trying to create the following purchase invoice line { "itemId":"be04fb82-fdaa-ee11-a568-0022489c7d90", "quantity":152.0, "expectedReceiptDate":&...
Ja Da's user avatar
  • 458
0 votes
1 answer
56 views

Get Marketing Text with Business Central Dynamics AL

I have created a custom extension for a client and one of the things I need to do is fetch the Marketing Text for products. This data is stored in a table called Entity Text and I can't figure out how ...
Michael's user avatar
  • 93
0 votes
1 answer
107 views

How to deep inserts in Business Central with a custom API?

I'm trying to do multiple line inserts in a single call to a Business Central API Right now, the test page I have is this one: page 60000 "Sales Order Inserts MIM API" { PageType = API; ...
kuhi's user avatar
  • 625
-1 votes
1 answer
292 views

How to insert multiple rows in a Business Central API?

I'm trying to insert a json with multiple records into Business Central via Web Services page 60000 "Sales Order Inserts MIM API" { PageType = API; SourceTable = "Sales Order ...
kuhi's user avatar
  • 625
0 votes
1 answer
63 views

How can i hide a field in Microsoft Business Central AL Programming

I want to hide the field "Other Reason" if the field "Reason" has a value of "Other". See the following page extension to see the page fields. pageextension 50101 ...
Luna Fleur's user avatar
0 votes
2 answers
88 views

Is it possible to access a field defined by an extension from another extension?

So here's an overview of our enviroment: Extension A made by Developer A, Extension B made by Developer B, and Extension C made by me. I need to access a field in the Item Ledger Entry table defined ...
Ben Faerber's user avatar
0 votes
2 answers
287 views

How to reload the current page with a temporary table view in Business Central?

I'm trying to populate a Temporary Table to reload the current page with the records of the temporary table: pageextension 60008 "Assembly Orders PL" extends "Assembly Orders"//902 ...
kuhi's user avatar
  • 625

15 30 50 per page
1
2 3 4 5
23