How to get the value of the Report's filtered field?
Good Day! Is there a possible way to get the filtered value of the field in a report? For example, in the attached file, I did not input a value for the Location Code, but when it comes to C\AL, it...
View ArticleNAV2016 Check which Client is being used
Hello Is there a way to test which NAV client is being used? I would like to use the OnQueryClosePage Trigger but would like to test which client is being used because the trigger is not fully...
View ArticleNAV2016 on Azure SQL Database
Hi, It would be nice if someone could confirm these findings. I wanted to deploy a customer's NAV 2016 CU1 database (1.5GB in size, with 10 companies) on the Azure SQL Database. The customer is based...
View ArticleSubscribe to functions in standard objects
Working on upgrading to NAV 2017 and the possibility to subscribe to table triggers is great but can you subscribe to functions as well? Seems like none of the standard functions in tables/codeunits...
View ArticleUse automation to choose a file from dialog box?
Hello experts. I am using XML automation and I want to load XML file but without placing specified path in AutomationVariable.load( ). Instead I want to open dialog box and choose source file as well...
View ArticleDataItemTabelView
Choose the AssistEdit button to open the Table View window, where you can set the key field or fields on which to sort, the sort order, and the filters that you want to use. If you set a key in the...
View ArticleMedia Set cleanup
Hi everybody I have played around with the new Media / Media Set function in NAV2017, and are planing to use it for an upcoming implementation at a customer. But in my testing i also found, that NAV...
View ArticlePositive Pay Transformation Rule NAV 2016
Hi. I have created all the necessary pieces to create a positive pay file. I do get a file in the correct format but I have a problem in the Record Type column. The bank that I am dealing with needs a...
View ArticleWord does not close properly, which creates locking in NAV
After using Word to edit Sales Quotes, Word does not close properly, and this leads to locking errors in NAV. Our client uses NAV 2016 (build 45834), with Remote Desktop Web access. The RD Web server...
View ArticleNAV2017 with crm integration
Hi all, im busy with CRM integration in NAV2017. When i run the setup wizard, im getting this error. Anyone know how to deal with this? regards
View ArticleTranslation of AddIn using resource files
Hello, I have created an addin for which some texts need to be translated. For this translation I have created a resource file (MyTranslations.resx) which contains the English translations. The access...
View ArticleSQL query in CodeUnit or NAV Query
Hi Is it possible to do something like this in NAV : ;WITH CTE AS ( SELECT DISTINCT M1.Product_ID Group_ID, M1.Product_ID FROM matches M1 LEFT JOIN matches M2 ON M1.Product_Id = M2.matching_Product_Id...
View ArticleC# code in NAV
Hi Is it possible to do something like this in NAV Codeunit : public class Comment { public int Id { get; set; } public int ParentId { get; set; } public string Text { get; set; } public...
View ArticleHow to create Recurring sales order in Nav 2016?
I am trying to create a recurring sales order to schedule a daily sale activity. I got below reference from MSDN, but it is Norway Local Functionality of Nav 2016. Is there any way to implement similar...
View ArticleBLOB VS Media Datatype
Hi, Can anyone explain the difference between BLOB and Media Datatype?
View ArticleFrom Location Code = DELHI must not be Trading for MRP transaction
sir, i am posting transfer order from trading location to non trading location that time this error showing. pls help..
View ArticleIn NAV 2016 is it possible to send a report to one of three trays? The...
From MSDN it says to set the 3 page properties in the report, but this is in earlier versions It does not seem to work in 2016. Is there any way to direct the report to a different tray than the default?
View ArticleMicrosoft Dynamics CRM Connection Setup
Hi everybody, i have a problem when a try to connect NAV with CRM on Line "The connection setup cannot be validated. Verify the settings and try again. Detailed error description: ACS10001: An error...
View ArticleExporting report to XML issue.
Hello Experts. I am trying to export existing report to XML so I can perform some further formating on that XML. I used this synthax: REPORT.SAVEASXML(38023564,'C:\Proba.xml'); but it returns error (in...
View ArticleActivate Excel Workbook
Hello, I'm trying to insert a picture in an Excel File and I found Shapes.AddPicture. But I had a problem before, when i try to activate the WorkSheet My code is: Where am I doing wrong? Thanks
View Article