Source Tables for report in SAVEASPDF
Hi Folks - I have been asked to create a report that will run through the Report Inbox table save the report as PDF and attach the report to email and send it to the user id in report inbox table. The...
View ArticleDOWNLOADFROMSTREAM Function Question
Hi Folks - I have the below code in a Codeunit Variable declaration FileName Text Instr Instream Downloaded Boolean Reportoutput BLOB FileName := 'C:\temp\Salesquote.PDF';...
View ArticleSOAP users keeps connected in NAV
We have a customer who are using "Continia approval web portal" that is connecting to Nav by SOAP. But the issue is that user is still connected in NAV for up til 2 hours after the SOAP call, and...
View ArticleRTC in Dynamics NAV 2017 UI personalizations automatically reset overnight
I have a customer who complains that RTC does not remember UI personalizations the next day he opens it. For example, he changes the width of the navigation pane or of a certain column, and the setting...
View ArticleIssue with cached/saved filters for a report?
Hello all, I have a report that will no longer run on my session. For the sake of clarity, this report is ID 50217. Our consultant can run 50217, but I get the following error: Microsoft Dynamics NAV...
View ArticleWhy does my loop end after 1 iteration?
SubJobsT.SETFILTER(SubJobsT."Master Job No.", JobsT."No."); IF SubJobsT.FINDSET THEN BEGIN REPEAT IF SubJobsT."Job Type" = Job."Job Type"::Resource THEN BEGIN // do stuff END ELSE BEGIN count := count...
View ArticlePrinter selection with word layout NAV 2015
Hi experts, I've encountered a limitation in the word layout functionality in NAV 2015. It seems that it disregards the Printer Selection setup completely. Furthermore, there is no Print dialog so all...
View ArticleError while importing the Custom Layout for Report in NAV 2016
Hi All, I was trying to import a custom word Layout for Report 205 - "Order Confirmation", while clicking on Import Layout button and selecting the word layout, I was getting the below error message:...
View ArticleOption fields in query
Hello, I am designing a query which retrieves an option field. Is it possible to receive the value of the option field as an integer instead of as text? Now I am getting the translated option value,...
View ArticleUnable to compile codeunit with XmlReader objects in NAV 2017
I have several code units in a migration from NAV 2009 to NAV 2017 that will not compile. The error is not find XmlReader.SaveToFile method in NAV 2017 in Microsoft.dynamics.NAV.OLSync.Common DotNet...
View ArticleWord Document save as html
Hi, i try to save a word document as html format. But how can i create a instance of "Microsoft.Officce.Interop.Word.WdSaveFormat"? I need this enum for the function: WordDocument.SaveAs2();
View ArticleSet Zoom % on report preview mode
Hi, Is is possible to set the zoom % to 150 for instance, on preview mode on a report? Customer has changed from NAV 2009 classic to NAV 2016 and is cumplaining the text is too small. On 2009 we run...
View ArticleNew WebServer Instance 2017 error
Hi, I have a problem adding a new webserver instance. I am using the powershell command, (PS C:\WINDOWS\system32> New-NAVWebServerInstance -WebServerInstance DynamicsNAVTEST –Server TEST...
View ArticleNAV 2017 CU 9 Codeunit 1281 error - download currency exchange rates
This worked in NAV 2016, The client upgrade to NAV 2017 two weeks ago. Now codeunit 1281, which is called by a job queue entry, fails. Running it directly causes error below. I can connect to the...
View ArticleHow to tell which itesm most need Adjust Cost
What is the best way to determine which items needs adjust cost. I am wanting to run it in batches... least important in the week at night.. and most important on the weekend.. to deal with backlog....
View ArticleNAV17 - Routing Tools / Personal
Is anyone using Routing Tools and Personal from the Routing table line / Operation / Personal? Does anyone have documentation on these? Thank you Steve
View ArticlePhysical Inventory Journal Issue with Bin Mandatory
Hi Scenario Location set to bin mandatory When running a phys. inventory journal a number of items appear that state there is stock at the location but the bin contents are zero. At some point someone...
View ArticleRDLC master/detail report with several independant details
Having following data structure: User +G/L Register ++G/L Entry ++Cust. Ledger Entry ++Vendor Ledger Entry ++Bank Account Ledger Entry ++FA Ledger Entry As you can see all ledgers are on the same...
View ArticleError while importing the FOB in NAV 2015
Hi All, I am getting the below error while importing a FOB file in NAV 2015 Database: Microsoft Dynamics NAV Development Environment Unable to process table changes because the request cannot be...
View ArticleAutomatic Consumption Posting
In released production order is it possible to reverse consumption automatically when output is reversed. If it can be done please let me know how the system has to be configured.
View Article