Forum Post: RE: how to post / insert image in dynamicuser forum
Hi Neel, If you post a new question, then it automatically opens the "Rich formatting" - when you reply then you click the "Use rich formatting". When in here, then you can add images in two ways:...
View ArticleBlog Post: Directions US 2016: Goodbye, Phoenix!
Directions US. What more to say than: wow! This was an amazing conference, again. A lot of people, a lot of vibe, a lot of NAV. And this year, a lot to look forward to. Microsoft didn’t disappoint with...
View ArticleForum Post: RE: Transform menusuit of 2009 and import into 2016
OK.Thanks i will try with this
View ArticleForum Post: RE: how to post / insert image in dynamicuser forum
"File Upload" not displaying in From option only Web (URL) & Community (Search) displaying. copy/paste and drop is also not working.
View ArticleForum Post: RE: how to post / insert image in dynamicuser forum
Which browser do you use?
View ArticleForum Post: RE: how to post / insert image in dynamicuser forum
I tried in "Mozilla Firefox", Chrome & Internet Explorer
View ArticleForum Post: RE: Show a numeric field as NULL
please check whether BlankZero property is set to yes for that field
View ArticleForum Post: RE: Show a numeric field as NULL
Hi Mohana, By default if we choose any column as in Integer Data Type then it always keeps 0 value in itself and BlankZero Property is No by Default, but if we change this Property to Yes for this...
View ArticleForum Post: RE: Show a numeric field as NULL
misunderstood your sentence with typo (show as so)
View ArticleForum Post: RE: Partitioning Ledgers Dimension table
The database is NAV 5.0 SP1 and is still a very active system. Customer has talked about upgrading for some time but they always seem to find another more important project. They have been using NAV...
View ArticleForum Post: RE: Inconsistency error
Hi Kumar, I think you are talking about post run impact of Adjust cost batch job If yes then you might need to look at the setups done. If not then you can activate debugger and check
View ArticleBlog Post: New and updated capabilities in the September update of Project...
More flexibility in sales processes This update adds more flexibility in what you sell: Nonstock items You can now set up nonstock items - items that you offer to customers but do not maintain...
View ArticleForum Post: RE: TESTFIELD
You can't use TESTFIELD this way. Write this IF Rec."Unit Price" = 0 THEN Rec.FIELDERROR("Unit Price");
View ArticleBlog Post: Morgen: NAVTALK Aktuell NAV 2016 Beschaffungsmanagement Grundlagen
Twittern #nav2016 #dynamics365 Hallo zusammen! Morgen Themenschwerpunkte wie Wiederbeschaffungsverfahren, Bestellvorschlag, Lagerhaltungsdaten etc Mehr darüber www.learn4nav.com/navtalkaktuell NAVTALK...
View ArticleBlog Post: NAVUG Summit 2016 | Where to find me
Directions US (Sorry, Soren NA) is a wrap and for what I can follow via Twitter it was a great show, even if you don’t like all the messaging (like me) Microsoft did a great job in NAV 2017 and...
View ArticleBlog Post: Server Side Performance – I/O Effect
Hi Friends, I just want to share a bit of activity that we performed a couple of days before to enhance NAV and Server Performance and which literally ended with huge effect. One thing we came across...
View ArticleForum Post: RE: Group total fields not working in sale report
Hi Kamal, To achieve the desired output, please move the textboxes from Footer to GroupFooter and add "CurrReport.SHOWOUTPUT := CurrReport.TOTALSCAUSEDBY="Sales Invoice Header".FIELDNO("No.");" in this...
View ArticleForum Post: RE: Group total fields not working in sale report
Hello Ishwar, Thanks for ur reply... I tried your solution as below image but not getting desire result :- and if i don't use CurrReport.SHOWOUTPUT := CurrReport.TOTALSCAUSEDBY="Sales Invoice...
View ArticleForum Post: RE: Group total fields not working in sale report
Please correct the code. It shouldn't be CurrReport.SHOWOUTPUT := CurrReport.TOTALSCAUSEDBY="Sales Invoice Header".FIELDNO("No."); It must be CurrReport.SHOWOUTPUT := CurrReport.TOTALSCAUSEDBY="Sales...
View ArticleForum Post: RE: Group total fields not working in sale report
I added one more GroupFooter(4) and code on both groupfooter :- Sales Invoice Line, GroupFooter (3) - OnPreSection() CurrReport.SHOWOUTPUT := CurrReport.TOTALSCAUSEDBY="Sales Invoice...
View Article