Blog Post: How to add language layers in Business Central version 15
Installing an extra language module in Business Central up till version 14 is fairly easy. First you download the new module from: https://www.microsoft.com/en-us/download/details.aspx?id=100124 Then...
View ArticleBlog Post: Live sharing your AL code directly in the browser
In this terrible period where COVID-19 is changing our days (and our life) and where homeworking is becoming a must, I think it could be helpful for some of you to know that Microsoft has opened the...
View ArticleForum Post: Created Invoice and auto Posted Invoiced
Currently, I am importing the records to a table then creating Invoice and automatically posting. I have successfully created the Invoice but cannot post automatically. Please give me a solution....
View ArticleForum Post: RE: Created Invoice and auto Posted Invoiced
Please give us a bit more to work with. Like what error do you get, how far does it come with you run it with the debugger turned on?
View ArticleComment on Test Fixture Initializer
Hi Luc, Was just working on getting all the Microsoft tests running for our project, when I remembered you did this post a few weeks ago (feels like it's much longer - it was before Covid19). But...
View ArticleForum Post: RE: Created Invoice and auto Posted Invoiced
Thank you reply. For example, in the import table, there are two documents. And after creating 2 Invoice (A, B), the program will only post Invoice last created.
View ArticleBlog Post: New Command in My CRS AL Language Extension: Search Object Names
Recently, I came across this post by Jack Mallender . An interesting idea on how to efficiently find AL Objects among your files. It basically comes down to using regex in combination with the global...
View ArticleBlog Post: A quick way to deploy your Azure Functions in the cloud
After my last webcast about Azure Functions , I received an interesting question: how can I quickly deploy a function to Azure? Or maybe to different Azure subscriptions or regions? We saw in the...
View ArticleForum Post: RE: find Azure tenant ID from Business central code
Hello, check this out : https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/database/database-tenantid-method ID := Database.TenantId() best regards, Thomas...
View ArticleBlog Post: Dynamics 365 Business Central SaaS: save a file to an SFTP server
In our recently released “ Mastering Dynamics 365 Business Central ” book, in the Azure Function chapter I’ve provided a full example on how to upload and download a file to Azure Blob Storage from a...
View ArticleBlog Post: Business Central Spring 2019 Update (BC14) CU10 TearDown
Business Central 14 CU10 (Application version 14.11.41204) TearDown This CU seems to be quite small update. There is no new objects this time, and there is only 70 of "NAVW114.11" marked objects....
View ArticleBlog Post: Listen to my interview in the first podcast with Martin...
Martin Karlowitsch from Netronic interviewed me for his first podcast last week. I know that Martin has planned many other interviews with interesting people. I can't wait to hear them as they come....
View ArticleBlog Post: Dynamics 365 Business Central SaaS: save a file to an SFTP server...
Yesterday I’ve provided a solution for saving a file generated directly from a Dynamics 365 Business Central SaaS tenant to an SFTP server by using Azure Functions . I’ve to admit that this is my...
View ArticleForum Post: The remote certificate is invalid according to the validation...
Hi EveryBody I am calling the service from a 3rd party when the following error message appears: People tell me whether the error is from the 3rd party web service or the NAV. And please give me a...
View ArticleForum Post: RE: The remote certificate is invalid according to the validation...
It looks like is 3rd party error.
View ArticleBlog Post: Microsoft Dynamics 365 Business Central 2020 Wave 1 is (almost)...
Indeed – I didn’t see any official statement yet – but it’s obvious, v16 is the current latest MS release .. and if you don’t believe me – just check Docker (the latest “current” release is already v16...
View ArticleBlog Post: Utilize the down-time to enhance your skills
During these critical times, everybody is sitting at home and activity is often on the low-burner. Maybe it is time to utilize that time to upgrade your knowledge about the Power platform, Azure,...
View ArticleBlog Post: How to REALLY rename all AL-files of your Business Central app..
You remember this post ? I tried to warn you that when v16 comes out, there will be a new code rule that will check your filenames – and you’ll have to (if you don’t disable it) comply with the file...
View ArticleBlog Post: Remember that Microsoft changed the PartnerSource, Readiness and...
Remember that Microsoft retired several platforms in March 2020: PartnerSource Dynamics Learning Portal Besides that there are changes to the Readines site: Operational Readiness moving to...
View Article