Forum Post: RE: Remove blank lines from Report
Use hidden expression =IsNothing(Fields!YourField)
View ArticleBlog Post: Working with Mediaset References in Microsoft Dynamics NAV 2017
Mediaset is a new data type introduced with Dynamics NAV 2017. Read the documentation here: https://msdn.microsoft.com/en-us/dynamics-nav/mediaset-data-type. When working with the Mediaset data type...
View ArticleForum Post: RE: Processing the Report is taking more time than usual
Hi Harikiran BM, Check is there any repeating loops, if there then you need to reduce repeating loops and Let us know which DataItems you are using like integer.
View ArticleBlog Post: Directions EMEA 2017 news – #1
Hi guys, some news from Directions EMEA 2017, part #1 , … great event…. a lot of people ! Keynote: more than 2.000 people (pictures from my partners\EMEA page\shared) …first session: release dates of...
View ArticleBlog Post: Dynamics 365 for Financials Fast Track 2-Day Workshop
Join Kerry Rosvold and Amanda Mayer for comprehensive journey through Dynamics 365 for Financials. Learn how to configure and use it. Your hands on work will get you immersed and recording financial...
View ArticleForum Post: RE: Rename Code FixAsset
Do the following In the existing fixed asset table add a new field called New Fixed asset no., Update all the new fixed asset no. via a dataport. Create a new processing report with Integer with...
View ArticleForum Post: RE: Most popular NAV countries
Hi Michael, No not at Directions this year. I'll be a NAVTechDays in November. Just found another article which might help you.
View ArticleForum Post: RE: Rename Code FixAsset
If you have 2 separate tables then you can use setrange and then get the No. and then insert the new no. while creating the Fixed Asset record.
View ArticleForum Post: RE: My navision get closed while selecting the variant code
Check if there are any platform updates for NAV 2013 r2 because selecting a variant code without any customization should never close Nav.
View ArticleForum Post: RE: My navision get closed while selecting the variant code
First find which CU you have installed and from there onwards look for future CU's, for example if you have CU6 installed and you are getting this error, start looking for platform updates from CU7, in...
View ArticleBlog Post: Directions EMEA 2017: NAV/SQL Performance in a Nutshell
Please find attached the presentations-slides (“Safe for Work” Edition ): Abstract: No worries, this session will not bother you with annoying technical details about performance optimization! I will...
View ArticleForum Post: RE: Remove blank lines from Report
Not quite sure if hidden is the best solution. If it's a question of having empty records, which are not even used by the report, then I would start by filtering any records out even before they get to...
View ArticleForum Post: RE: Unable to post purchase order
Zoom on the Purchase Order and look for field Posting no. and you will see 120413, when you post the PO the Posting no. becomes your Posted purchase invoice. This frequently happens when you have both...
View ArticleForum Post: RE: Processing the Report is taking more time than usual
Hi Harikiran, Yes, start as suggested by Tanu with the basics, go over the code. If the report used to run and it's neither an overloaded SQL or NAV server, then the debugger. Set a few breakpoints in...
View ArticleForum Post: RE: AR sub-ledger to GL
Hi George, Have you checked that the account is protected against direct postings? That no manual "adjustments" had been made? I caught my own auditor doing it a few years back, with the result that it...
View ArticleForum Post: RE: AR sub-ledger to GL
Hi I checked the account card and indeed that box is check marked. I have unchecked it and will try to go back into the individual months and see if I can pinpoint any journal entries that were posted...
View Article