Forum Post: RE: Missing Extension Fields on List Pages
Hi Make Sure Control1 tab exist in your page. You can refer my blog, here im creating a new group on Item Card page. www.cloudfronts.com/creating-quality-group-on-item-card-using-vs-code-in-nav-2017
View ArticleForum Post: GST related query
Dear All, I am using NAV-13 R2, can I select a GST Group where "GST group type=Goods" in G/L entry transaction or expense transaction.
View ArticleForum Post: RE: Missing Extension Fields on List Pages
Hi, Your code is correct. But what I notice is 'Control1' in Page 9305 ' Sales Order List' is of Subtype 'Repeater'. So maybe that is causing an issue. You can create a new group with subtype group and...
View ArticleForum Post: How to Create Salutation Formula in NAV
Dear All, The issue is the salutation formula in Table of salutation in Nav 2013 How to create salutation Formula as in salutation table . Thanks you Vishwas
View ArticleForum Post: RE: Excel error
NAV TABLE EXPORT or PRINT TO EXCEL Go to Department>Administration>IT Administration>General>Manage style Sheet Choose Style sheets Common to all > Action>Import>Style Sheet In...
View ArticleBlog Post: How to Schedule Reports with Job Queues in Microsoft Dynamics NAV...
Schedule Reports with Job Queues Hello everyone, thanks for your time. My name is Christos Pittis, and I am a Microsoft Dynamics NAV Consultant. In this episode, I am going to show you how to schedule...
View ArticleForum Post: RE: Dynamics NAV 2017 Development Environment - unknown language...
Thank you, changing the languages to my language (Dutch) in the "control panel --> regional settings" was the solution for me!
View ArticleForum Post: Entry Type , Document Type
Hi What the below fields refer in Item Ledger Entry Entry Type , Document Type , Transaction Type Thanks
View ArticleForum Post: RE: Displaying in the message box but not in report.
Dear Suresh, i tried the above step too, i get the with vbcrlf in the report also and its not getting displayed as required . :( as 2 specification together as a paragraph.
View ArticleForum Post: RE: Displaying in the message box but not in report.
Hi Cindrella, You can check the below link to split a concatenated string on a new line. https://www.dynamics101.com/nav-2013-r2-report-trick-split-concatenated-string-on-new-line/
View ArticleForum Post: RE: Display List on basis of selection
Hi I have written the below code in TableRelation but it is giving error - You cannot enter If (OptionSet=CONST(Customer)) "Customer Posting Group" Else If (OptionSet=CONST(Vendor))"Vendor Posting...
View ArticleForum Post: RE: Entry Type , Document Type
Hi jsshivalik, In NAV generaly, Item Ledger Entries relate to the physical movement of Items. You can find the details of the fields as : Entery Type: Purchase,Sale,Positive Adjmt.,Negative...
View ArticleForum Post: RE: Cust. Ledger Entry Table
Hello I'm having a similar problem. My client has asked me to replicate the Aged debt report in PowerBI and SQL. I am struggling to work out how to replicate the flow fields in Amount, Remaining Amount...
View ArticleForum Post: RE: Display List on basis of selection
Hi Jsshivalik, Make sure OptionSet field is correct first, then you can input TableRelation for the Posting Groups field:
View ArticleForum Post: RE: Remove blank lines from Report
Hello Manita, for hiding a rows from RDLC -> Select whole row and then go for Row Visibility and then write in expression something: =Fields!YourFieldName.Value="" or you can use...
View ArticleForum Post: RE: Excel error
Hi Nermina, Hope comment below code line of table 370 Excel Buffer help you: XlHelper.AutoFitColumnsInAllWorksheets(XlWrkBk);
View ArticleForum Post: RE: Entry Type , Document Type
Hi Jsshivalik, There are 2 simple ways to know the meaning of Field: 1. Focus on the field and press F1, NAV opens context help for your information. 2. Surf Microsoft resources such as...
View ArticleForum Post: RE: Excel error
Hello, Has the Office installation on the problem workstation been activated yet? I think some automation issues on your PC. Need to re-activate Office. After re-activating, the issues resolved.
View ArticleForum Post: RE: How to Create Salutation Formula in NAV
Hi Vishwas, Could you provide more information? Take a look at GetSalutation function of Contact (5050) table may help you!
View ArticleForum Post: Replicating the Aged Debt report Receivables in SQL
Hello My client has asked me to replicate the Aged Debt report receivables report in SQL as the current NAV report they use does not include all the information they need. I have located that the...
View Article