RE: covering fob to text file + split and vice versa
I have 2 blog posts on my blog that might help you.Splitting txt files:mibuso.com/.../how-to-split-microsoft-dynamics-nav-object-filesCombining txt...
View ArticleRE: Microsoft Dynamics Nav 2013 - Spell check?
hi, thanks for the link, I followed the above steps on NAV2013, but I'm getting this error:'Could not locate the add-in library for "Dynamics.NAV.SpellChecker;PublicKeyToken=48f3911b65e24838".'Would...
View ArticleMicrosoft Dynamics Nav 2013 - Spell check?
hey! Is there automatics spell check in nav 2013? thanks in advance.
View ArticleRE: Change Background in MS NAV for different companies
What version are you using? If running 2009 RTC or 2013 it's possible to set up the system indicator to show also company name, using a defined style.
View ArticleChange Background in MS NAV for different companies
I lead from an operational perspective on developing a Navision environment within my organisation. I am at present vexed by the seeming inability of NAV to present different companies with different...
View ArticleRE: covering fob to text file + split and vice versa
Hi Eitan,almost... I have only one the NAV Development Environment that can export (and import) objects as text. Depending on the license you have this works nicely (but not always). Then there is...
View ArticleWhich version of JET should i use and why
As a Navision user I am able to access and use JET express as a means of producing analysis reports on the data we hold. I am looking for somneone to advise if/why I would/should consider using the...
View ArticleRE: Which version of JET should i use and why
Jet Express is basic and free tool for analyzing NAV data through Excel. You use online NAV tables and you have easy possibility for report creation.Jet Essentials is not free tool. It provides...
View ArticleRE: Outlook nav Add-in Installation
Hello,I use the SP3 of office but nothing change with updates....Benjamin
View ArticleRE: financial reporting
Hi,Account Schedules and Analysis by Dimensions are good standard analysis & reporting tools.look at these links:Management Reporter 2012 is anotherYou can user Management Reporter 2012 for All...
View ArticleConfigure print out of the Web Client
Good Day,How can I configure the format of the Printed Sales Invoice of a Web Client? .. Is it possible to set the margins of a word document where the printed sales invoice is exported?
View ArticleRE: Project control for NAV 2013
With very little effort you can use Team Foundation Services. That does both the Source Code Control Side and the project management. It is also a standard Microsoft tool and is free online for up to 5...
View ArticleRE: Default Account(s) for Vendor
Hello,Are you referring to using a default G/L account and dimensions when a vendor is used on a journal or purchase document? Or, do you mean the G/L account that the vendor "points to" via the...
View Articleunrelased resource in page add-in
In a page add-in I declare and instantiate a class (bptiProxy) from a dll.========================================================BptiProxyClient bptiProxy;...if (bptiProxy == null) { bptiProxy =...
View ArticleRE: Direct hyper links to customer/contact cards
If you don't want to create a new codeunit what about inserting in your ws (I assume a page) a field evaluated in this way?"DynamicsNAV:////runpage?page=21&bookmark="+RECORDID.value
View ArticlePurchase- order processing
When you have different items in an order and have enabled dimension code and also you have item charge when you try to post the order you get an error asking you to assign the item charge with a...
View ArticleRE: Direct hyper links to customer/contact cards
Thanks Daniele, not quite sure what you mean by this. The webservice I am using is for the CustomerCard not my own webservice within NAV. How would you access the RECORDID.value property?
View ArticleRE: Direct hyper links to customer/contact cards
So, if you exposed the customer card insert this code in OnAfterGetRecord:ReRef.SETPOSITION(GETPOSITION)And add a new field in page with, as source expression, the string in previous post.
View Article