Blog Post: Microsoft Dynamics Partner Roundup: UK auto dealership win; D365...
In this week's Microsoft Dynamics Partner News Roundup: Incadea has confirmed a major partnership in the UK with Thurlow Nunn PMAx goes cloud Microsoft and Indegene announce the launch of Indegene...
View ArticleForum Post: RE: Nav Training
Did you tried anything yourself?? There are many videos available to even learn by yourself.
View ArticleForum Post: RE: Insert transaction to table G/L
Hi Erik When posting then on line Tax Due Direct Cost not insert Code "Transaction Type" . Then lines with Description Invoice SO-0001 then insert. I need insert code to where on CodeUnit. Please help...
View ArticleBlog Post: Microsoft Dynamics Webcasts, November 27-December 1, 2017: Data...
Here's what's happening on this week's live webcast schedule. Register to attend live or get access to the recorded event. Thursday, November 30, 2017 Data Integration for Microsoft Dynamics Made Easy:...
View ArticleBlog Post: TicTacToe challenge winner announcement
In my last post I announced a challenge: the first pull request on my TicTacToe for AL GitHub repository that contains a properly written event handler with “AI” that either beats the human player or...
View ArticleBlog Post: Dynamics NAV 2013 and Dynamics NAV 2013 R2 end of mainstream support
Dynamics NAV 2013 and Dynamics NAV 2013 R2 are reaching the end of mainstream support on January 9, 2018. Microsoft recommends customers using this version to upgrade to a newer version of Dynamics NAV...
View ArticleBlog Post: New Events in Dynamics 365 Tenerife
As I mentioned in my last blog post about the Developers Preview of November, a number of new events showed up in codeunit 80. Therefore, when I got the new CTP version of “Tenerife”, I sat down and...
View ArticleForum Post: RE: Notification or message pop up in navision 2013r2
You will have to use the Notes page and record link table. You will have to read the Notes user enters which is stored in record link table and based on that you will have to add a code on page such...
View ArticleForum Post: RE: Purchase Quotes
Unfortunately, this will not work. It is not possible to create document by code without assigning a DocNo to it (it applies to all cases, not only "converting" PQ to PO) - it is part of primary key....
View ArticleForum Post: RE: NAV 2013 performance issues
Hi again Matthew, Meanwhile searching some other info, I came upon this Jorg's blog post: NAV/SQL is completely „stalled“ because of too many CPU Threads Check it out, maybe it's your case, too - at...
View ArticleForum Post: RE: Notification or message pop up in navision 2013r2
i want to send pop up message to selected nav user at particular time automatically.
View ArticleForum Post: RE: Loop Detailed Cust. Ledger Entry Values in Report
Hii, I think you did not use looping the line in repeat until, What coding you did for this ?
View ArticleBlog Post: Adapting old legacy apps for the cloud
The switch to the cloud is not so quick, at least here in Italy, but fortunately I can see a growing interest from customers on switching certain types of applications from on-premises to on-cloud...
View ArticleBlog Post: Azure Migrate enables "frictionless" VMware migrations, but rubs...
Microsoft has launched the preview of Azure Migrate, designed to enable frictionless migration of VMware-virtualized Windows and Linux virtual machines to Azure. But, VMware advises against a migration...
View ArticleBlog Post: NAV 2018 & New Technologies Technical Workshop, Milano, 14...
Get Skilled Series: NAV 2018 & New Technologies Technical Workshop, Milano, 14 Dicembre 2017 Eccoci, a breve distanza dal lancio di NAV 2018 , si terrà a Milano presso la sede di NAV-lab, un...
View ArticleForum Post: RE: Loop Detailed Cust. Ledger Entry Values in Report
Hi i did use Looping Repeat Until. but in my layout it only shows 1 line from the detailed cust. ledger entries here's my code DetLedgEntry.RESET; DetLedgEntry.SETRANGE(DetLedgEntry."Cust. Ledger Entry...
View ArticleForum Post: RE: Loop Detailed Cust. Ledger Entry Values in Report
Hi, Please change your code, in place of FINDFIRST you have to use FINDSET and Remove BEGIN and END. DetLedgEntry.RESET; DetLedgEntry.SETRANGE(DetLedgEntry."Cust. Ledger Entry...
View ArticleBlog Post: Warehouse Data Management and the Barcode Scanning Software Factor
The challenges facing those who are tasked with managing a warehouse are not only multi-dimensional, they can be downright overwhelming. From coordinating the huge volume of incoming data to...
View ArticleForum Post: RE: PO Lines & GL Entries
You will have to create a new custom table and modify codeunit 12 Gen. Jnl. Post line and check if the entry type is purchase and update this new custom table at each entry level. Create a page for...
View ArticleForum Post: RE: item charge
There is a hotfix out there for NAV 2016, search the CU's and you will find a fix for this issue.
View Article