Forum Post: RE: Dev environment and NAV client on a different machine and...
Hi Thomas Since my last post I found out that I edited my hosts file wrong. So now the name NAVserver correctly resolves to the IP of the NAVserver of the Azure vm. The error that i'm now getting is:...
View ArticleForum Post: RE: Dev environment and NAV client on a different machine and...
Hello, please check the picture above. There are the same settings as in the CustomSettings.config. Dev Enviroment ---> Tools ----> Options.
View ArticleForum Post: RE: Dev environment and NAV client on a different machine and...
Hi Pete, Welcome to DUG! [:)] Is there any particular reason why you have selected this architecture for a NAV development environment? 1) While the Azure SQL is great for production sites, then you...
View ArticleForum Post: RE: Partitioning Ledgers Dimension table
Hi Enric, What do you mean by partitioning? 200 million rows that's a lot! I'm sure the best thing would be upgrading. Microsoft redesigned the whole dimension table structure, make it much faster and...
View ArticleForum Post: RE: Dev environment and NAV client on a different machine and...
Hi Erik Thanks for the welcome :) I'm kinda new to NAV and SQL, but i've dived head first into setting up and managing NAV on Azure and the plan is to run a production environment for multiple...
View ArticleForum Post: RE: Partitioning Ledgers Dimension table
Hi Erik, thanks for your reply. Usual SQL pure side partitioning. I unknown if possible to do something similar in Navision engine
View ArticleForum Post: RE: Dev environment and NAV client on a different machine and...
As to the upgrade "issues", check here: As for what you are trying to do with Azure SQL, check here: Hope the last one helps you...
View ArticleForum Post: RE: Partitioning Ledgers Dimension table
Well I think there are some things possible there, it's just outside of my expertise. Maybe Jörg A. Stryk has an idea?
View ArticleForum Post: RE: Dev environment and NAV client on a different machine and...
Thanks for the links - Totovic very briefly mentioned whats needed but not how to set it up. But I have something to search for now :)
View ArticleForum Post: RE: Dev environment and NAV client on a different machine and...
You're welcome. But like to hear what you find out. [:)]
View ArticleForum Post: RE: In NAV2013 how to recognize blob field is empty or not
Good suggestion. Yes by checking the HasValue of the field in the OnAfterGetRecord, then he can assign a "*" value to show in the source of the field. Or a "Yes" and a "lookup" which then shows the...
View ArticleBlog Post: NAV 2017 :- List of enhancements for End Users
Microsoft released the List of enhancements done in NAV 2017 for End Users .There are plenty of enhancements done on all clients to enhance more user experience for using NAV
View ArticleBlog Post: Microsoft Reaffirms Future of Dynamics NAV, Charts Path to 200K...
Microsoft set an aggressive growth target for Dynamics NAV back in 2014 to take the user base from 100,000 customers to 200,000 in just five years. "The good news is we're making real progress, said...
View ArticleBlog Post: Get Ready for Microsoft Dynamics NAV 2017 and Dynamics 365
Get Ready for Microsoft Dynamics NAV 2017 and Dynamics 365 page is available in Partner source....
View ArticleBlog Post: Item Attributes-NAV 2017
In NAV 2017 you can organize and classify your products by using attributes and you can display the information you need. These attributes can be displayed on Fact box and Item card One can define own...
View ArticleForum Post: RE: Partitioning Ledgers Dimension table
Thanks Erik, i am gonna try to catch up him
View ArticleForum Post: RE: First Four records from table
Hello, i think you should delete the " BEGIN " IF Customer.FIND('-') THEN BEGIN REPEAT IF RecCount < 4 THEN RecCount +=1;
View ArticleForum Post: RE: First Four records from table
no.it's not like that...without begin or with begin it's also not working
View ArticleForum Post: RE: First Four records from table
iaMendes made a correction in the code. It should work with the correction.
View Article