-
Presentations of BC TechDays 2024
Presentations of BC TechDays 2024 Presentations of the BC TechDays 2024 conference of 13 & 14 June 2024 in Antwerp (Belgium) Thursday 13 June 2024 AL Development for OGs [90 min] (Eric Wauters (waldo), Arend-Jan Kauffmann) Double Trouble: A New Perspective on AL Testing [90 min] (Vjekoslav Babić) Microsoft Presents:…
-
Slow start of BC service
At one of our customers the BC service takes more than 4 minutes to start. We're using BC24 on-prem. We're getting three events like this in the event log: Held lock "App Group Update" for 165986 milliseconds. I made a technical support request to MS but the support engineer doesn't seem to have a clue... So I'm hoping one…
-
BC TechDays 2024 video
My impressions of this year's conference: BC TechDays 2024
-
Create new BC23 on-premise development enviroment
Hello, I would like to create a new development environment from my BC23 on-premise server instance because the test data is outdated. Unfortunately, I can't find any instructions on how best to proceed. Greetings Hubertus
-
Passing quantity back to originating function
Wondering the best way to pass a quantity value back up a chain of functions. I have an originating function that calls another, and another, etc. to where the final function is 5 steps down from the originating. This is all base NAV. I'm looking for a way to pass a quantity from the final function back to the originating…
-
BC14 developer license
Hello I want to extend my BC14 license and a solution developer(developer license). My partner said that it is impossible, can you confirm it? I've done it with different clients with NAV2016 and there was no problem.
-
I could not create pick from my assembly order in Business Central.
Hi Everyone, Good morning. In Business Central, I am trying to create pick list for raw materials from a bin in storage zone to a bin in the assembly zone for an assembly order. But it says 'Nothing to handle'. Attached are my location configurations: Please assist. Thanks.
-
Caution: Your Program License expires in 25 days
Hi Guys, One of the customers we are supported is getting the License Expires error message when accessing Development Environment. They are on NAV 2015. There is no error when client is launched, only on the designer. Any ideas?
-
Order all order/invoice pages by date by default
Hi, every time I enter a page like Posted Sales Invoices, Sales Invoices, Sales Orders, Purchase Orders, etc, etc. I find the list of orders/invoices ordered by No., and in the case of Sales Order there is no order established by default, that's why I always need to click on the Document Date header and order it, so I make…
-
ServiceTier Administration Tool 3.4.0.0
Hi, we are using the tool for a long time and are very satisfied. However, we have recently a problem. When we start the tool, it takes 5 minutes to display the services. We don't see anything in the event log and we haven't changed anything in the BC. What else could we look at? Are there config files that we can look at?…
-
Sending email by using service-to-service authentication in Business Central online
Hi all, I have an external application that calls Business Central API by using service-to-service authentication. The API session needs to send emails. Could you please give me some advices how to do it. Thanks
-
PDF
-
BC 23 using Entra groups for permissions
Could someone supply advice, experience, or documentation for setting up on-prem BC 23 to use Entra groups to control user permissions within BC? We used to use AD groups for years in Nav, and really missed them in user setup for earlier versions of BC. The release notes for BC 23 seem to imply that Entra groups are valid…
-
The remote certificate is invalid according to the validation procedure
I am calling the service from a 3rd party when the following error message appears: Microsoft Dynamics NAV This message is for C/AL programmers: A call to System.Net.HttpWebRequest.GetResponse failed with this message: The remote certificate is invalid according to the validation procedure.OK People tell me whether the…
-
How to Export To OLD Syntax
Hi, I'm a developer currently working with some installations of Business Central 14 OnPremise. Despite the transition to the development in AL, I still need to make some customization the old way with C/AL and development environment and therefore I still need to merge object in txt. When I export the txt object from some…
-
get all values of field in table for writing in the variable of array
May be somebody knows how to get all values (there are 10) of field in table to writing they in var of array: Int [10]?
-
Creating an outsream and in stream of XML data..
Hii all experts I am facing an issue and need your valuable suggestions, Problem --> 1)NAV System XML File/data outstream> 2)System 2(Reads the data processes it) | | 4) <--NAV reads the data and stores it <3)XML Stream data back to nav< Most of the experts must have done this.. just seeking the idea... is it feasible if…
-
How do you avoid the missing description error when Omit Default Description is ticked?
We are using Nav 2017. I have C/AL code to calculate intercompany and do various other things. Code Snippet GenJnlLine.INIT; EVALUATE(GenJnlLine."Posting Date", GetFieldStr('PostingDate')); GenJnlLine."Journal Template Name" :='GENERAL'; GenJnlLine."Journal Batch Name" := 'INTERCO'; GenJnlLine."Posting No. Series" :=…
-
Comparing two record variables
I don't know if it's risky, or if it's a known habit of you guys, but sometimes i want to compare two record varibales and see if they're the same (i mean, through code). i also noticed that FORMAT function works with record variables. Is there something wrong (or is there a better way to do it) in doing this?IF…
-
Performance issues in generating electronic accounting with high transaction volume
Hello everyone, We have a client with 40,000 transactions, and when generating electronic accounting, it takes a long time. The last one I generated took 9 hours. However, the client says it doesn't generate anything. Microsoft replied that this delay is due to the transaction volume, but my boss's boss insists it should…
-
Excel Buffer with extended formatting
Hello all, I would like to share a solution that allows to export data to excel via "Excel Buffer" with extended formatting: alignment, cell borders and etc. You can find source code with code samples on GitHub: It doesn't require any additional components, it uses only OpenXML components for extended formatting. This…
-
[Solved] SMTP Mail and TLS
Hello, One of our customers wants to switch his email delivery to Exchange Online. However, when sending the test email in the SMTP setup, he received the following message: "The mail system returned the following error: "Error sending mail. Authentication failed because the other party closed the transport stream." After…
-
New sales Price Experience - handle fall-back prices
Hi We are trying to implement the New Sales Price Experience but have experienced a bit of a let-down. We have a price list with two lines - they are exactly alike except one has a Work type code = Posting and the other one has a blank Work type code. I would expect the functionality to get the first price, if the Work…
-
how to send HTML multipart form
I need to send a multipart form data, from NAV2017 The form is very easy... <FORM action="https://cot.test.arba.gov.ar/TransporteBienes/SeguridadCliente/presentarRemitos.do" enctype="multipart/form-data" method="POST" name="form"> <P><LABEL for="user">User: </LABEL> <input type="text" name="user" value="" /><BR/> <LABEL…
-
Sales order report print issue.
Hi Everyone, I have created a sales order report, in which I have used Tablix in the body part. I need a divider between the fields up to the footer, whether the data is 1 line or body is empty or 10 lines are there. I have attached two images: in the first image, I have shown my issue, and in the second image, I have…
-
Avoid using email scenario in BC22?
I'm trying to set up some automatic email sending in BC. I set all the parameters for the "Email item" record I am using, such as the from address and the from name, from a setup table. But when I use the EmailItem.Send procedure to actually send it, it insist on using email scenarios, ignoring any parameters set in the…
-
Business central onprem AL custom approval workflow
I have a custom approval workflow that archive step instances before approval process is completed, what could be the issue? is there something I missed on my code?
-
Upgrade BC230 to BC240 (On Prem): Error when running Start-NavDataUpgrade on Base Application
hi there, I'm currently upgrading an on-prem BC230 to on-prem BC240. When I run StartNavDataUpgrade, I get the following error: "Could not upgrade the extension 'Base Application' by 'Microsoft' from version '23.0.12034.12841' to '24.0.16410.18056' for tenant 'default' and company '' due to the following error: 'You tried…
-
Data Exchange Definition Export
Hi Community :) I am trying to export Banking data using the Data Exchange Definitions and sending to a flat file. I have got it working using a repeatable line (multiple payment lines) Line Record, Field 1,Field 2,Field 3,Field 4,Field 5 Line Record, Field 1,Field 2,Field 3,Field 4,Field 5 Line Record, Field 1,Field…
-
What license is required for BC SaaS integration with PowerApps to modify Service Header record?
Hello, My colleague has integrated an application in Power Apps with Business Central to pull data from the Service Header table successfully. With this done, I want to update a record in the same table by changing the value in a single field. This field is a custom field. When I run the Power Automate flow to do this, I…