Blog Post: How to Use MVC.Net on the Dynamics NAV Database Structure...
How to Use MVC.Net on the Dynamics NAV Database Structure (Codeproject) nice post about ASP MVC.Net integration with NAV (post by Codeproject). About ASP MVC.Net ASP MVC.Net is an robust & good...
View ArticleForum Post: RE: What are the current Microsoft Dynamics Navision...
As of now there is no active MS NAV Certification from microsoft. DynamicsPro have NAV Certification and you can refer details here - www.dynamicspro.org/.../certificationexams
View ArticleBlog Post: Dotnet Events are not shown
There are 2 scenarios, where embedded events of .net (dotnet) assemblies can/should be displayed in the c/al code … or maybe not. Scenario 1: You use a control-addin like the PingPong Control-Addin...
View ArticleBlog Post: New Extension Videos for NAV2016
As we could see during WPC , NAV2017 is around the corner. But that doesn’t mean Microsoft is not working on readiness material for NAV2016. Especially for the things that have been brand new, and need...
View ArticleForum Post: RE: how to read XML file using .net variable in nav2016
it depends on what further you gonna do with reading ... Like you want to replace a node or what , If just simply reading you can do that with Streams also. So can you specify what actually you want to...
View ArticleBlog Post: A Visual SQL Query Designer (Code project)
A Visual SQL Query Designer (Code Project) If some of your customers asks you to gain access to SQL data directly from NAV (as other systems with integrated query editors..) can use this nice tool to...
View ArticleForum Post: RE: ERROR Page page 50 Purchase Order contains several action...
Remove the same id by going in action properties and compile the object
View ArticleForum Post: RE: A Decimal value 88.5 (in the list) as right-aligned text in...
Which version of Navision you are using ?
View ArticleForum Post: RE: dynamics nav
Can you explain what is purpose of this form ? How you are going to use it ? Are you going to display data in the subform based on the filter from main form ?
View ArticleForum Post: RE: question on reports
Take a Boolean variable For Check Box in report and Specify it in Request page . So in RDLC Set Visibility OF Textbox or ROW visibilty to This Variable. Reports Depends On Requirements( what you want...
View ArticleForum Post: RE: question on reports
Can you please explain me how can I group the sales order report to dimension??
View ArticleForum Post: RE: question on reports
I want to display the sales header information and it should group by dimensions.
View ArticleForum Post: RE: What is the difference between sales and posted sales ?
Hi. Presume you mean sales invoices and posted sales invoices for example? If so, literally posted sales invoices have been posted to all relevant ledgers so you will find customer ledger entries,...
View ArticleForum Post: RE: What is the difference between sales and posted sales ?
can we find the same document no in both sales invoices and posted sales invoices ?
View ArticleForum Post: RE: question on reports
Ya, you can do that in Report Layout. What is Your Version OF NAV? Please Mention So that YOu would Get Appropriate answers
View ArticleForum Post: RE: I am facing an issue with Nav Extension 2016..
Hi Srinivas, Yes it works as designed. You cannot access or run an extension from any other object via code. An extension is only "visible" from the NAV 2016 client. That's one of the big issues with...
View ArticleForum Post: RE: A Decimal value 88.5 (in the list) as right-aligned text in...
Where do you have this problem? Is it in a page or form? Or Report? (Always write which version your problem is about).
View ArticleForum Post: RE: I am facing an issue with Nav Extension 2016..
Hello Erik, Thanks for your reply.. "In your case, then you need to add the new action on the pages, and include the deltas of these pages in your extension." Even i have added an action in base...
View ArticleForum Post: RE: Ledger Entry Report for all Companies
Hi Anirban, Assuming that all possible customers are present in the company from which you are running the report, then you could do something like this. Personally what I like to do when creating...
View Article