Blog Post: Dynamics 365 Business Central: AppSource demystified
When you develop solutions for Dynamics 365 Business Central , you have essentially two roads for your extensions: Release it as a per-tenant extension (PTE) Release it on AppSource I’ve talked a lot...
View ArticleBlog Post: Programming Microsoft Dynamics 365 Business Central – Sixth Edition
It’s a wrap. After 9 months of work the latest edition of the programming book is finished. This is the sixth edition but the first to be AL only. A very specific choice that I made when I started on...
View ArticleForum Post: RE: reopened delivered(closed) sales order
To be honest, I don't know what is " packing slip " & " posting packing slip step ", but "Inventory pick" and "sales shipment" => it is hard to help you. For standard warehouse functionality we...
View ArticleForum Post: RE: Convert Text value from Unicode (NAV 2018) to ANSI (NAV 2009...
[quote userid="2100" url="~/nav/f/technical/96740/convert-text-value-from-unicode-nav-2018-to-ansi-nav-2009-r2-classis-client/502865"]What is the context of this question? What is it that you are...
View ArticleForum Post: Outlook message not creating in navision 2016
I have use code unit 397 (Mail) to create new message in outlook from navision. it was working in navision 2013 R2, Last month i have updated my navison from 2013r2 to nav 2016 and it is not working
View ArticleForum Post: Connect two databases in Microsoft Dynamics NAV 2018.
Hi Team, I was trying to connect two databases together, one of the databases is the Dynamics NAV Database while the 2nd database was created with a table called Attach Document due large volume of...
View ArticleComment on Welcome to the Microsoft Dynamics C5 2014 users and professionals
Looking forward to the new version although not many details have been told. If you are interested you can learn the details of this software here at college assignments and at this site. I hope that...
View ArticleForum Post: RE: Create a Freight Calculator Page in AL - Dynamics 365...
Probably not a bad thing to have more information online about AL Programming... I want to thank you very much for all your insight and help... I picked up Programming Microsoft Dynamics 365 Business...
View ArticleForum Post: Set Job Task No. with extension
Hi everyone, I'm finding a problem finding the event where I can set the "job Task No." before the insert of the registry. In a job card, when I'm trying to create a Job Task, I want to create it...
View ArticleBlog Post: A book and the things unsaid
You might not have noticed anything about it yet, but after 260 hours, spread over 5 months, of designing, coding, writing, and reviewing on my side, my first book , and the first book on test...
View ArticleBlog Post: A book, conferences and workshops
If you read my book and want to confront me live, or too lazy to read it (yet) and want to hear me speaking or teaching, or you did not get to buy the book yet, you will have a number of chances to do...
View ArticleForum Post: RE: Set Job Task No. with extension
If I understand you, you want to create a job task record and automatic fill Job task no.? You could use OnBeforeInsertEvent on job task.
View ArticleForum Post: RE: Set Job Task No. with extension
Thanks for your answer Lars Sander . That is the first event I tried, but still having the same issue. This is my code: [EventSubscriber(ObjectType::Table, Database::"Job Task", 'OnBeforeInsertEvent',...
View ArticleForum Post: Delete data from custom fields of tables for upgrading
Hello Experts, I have to replace tables in client database for upgrading purpose, but client database have many custom fields in tables and these fields also have data. When i try to replace these...
View ArticleForum Post: RE: AL0296: The type or method 'Initialize' cannot be used for...
Thanks Alexander for your response. I will check and update you.
View ArticleForum Post: RE: Set Job Task No. with extension
I've simplified the code like this, just to show a messaje int he event: [EventSubscriber(ObjectType::Table, Database::"Job Task", 'OnBeforeInsertEvent', '', true, true)] local procedure...
View ArticleForum Post: RE: Set Job Task No. with extension
Turn on the debugger, where in your code are you getting a error?
View ArticleForum Post: RE: Set Job Task No. with extension
My guess is that debugger will not catch this error, since the field "Job Task No." is marked as NotBlank in the table. Server performs this verification before trying to insert the record, so it never...
View ArticleBlog Post: Report 795 Adjust Cost - Item Entries performance issues
We have been recently seeing some performance issues with the notorious Adjust Cost - Item Entries batch job. Currently we have a customer who has NAV 2015 with a serial number tracking set to a couple...
View ArticleForum Post: Why the Invoice discount calculation is not applied on the G/L...
I am using Nav 2018 Why the Invoice discount % calculation is not applied on the line with a G/L account on Sales Invoice. It is able to apply for Items. Kindly suggest... Thanks in advance...
View Article