24
Dec2015
0 comments
NAV - GDT Where Used tool
This is a good tool to find those places within the NAV code that an object has been referenced and used. I have recorded has a reference only.
read more
04
Aug2015
0 comments
Modify default Role Ribbon in NAV2015
Need to defined what the Home actions are for the Ribbon.
read more
29
Apr2015
0 comments
Source Code must have a value in Gen. Journal Line
Error "Source Code must have a value in Gen. Journal Line...." when posting Customer opening balances generated by “Create Customer Journal Lines” report
read more
13
Apr2015
0 comments
NAV 2013/2015 Delete Finish Prod. Order
Microsoft have removed a check on Item Ledger Entries existing when deleting Finished Production Orders in 2013.
read more
06
Feb2015
0 comments
Study of ERP Buyers
Software Advice recently conducted a study, which investigated ERP system purchasers. The study analysed a random sample of prospective ERP buyers, the findings give insight to the decisions and motivation of other ERP buyers.
read more
14
Jan2015
0 comments
AU State not transferred during NAV2015 upgrade
It seems the NAV 2009 to 2015 upgrade routine misses transferring the “County” (state) data into the new field
read more
14
Jan2015
0 comments
Upgrade to NAV2015 when Company Name has a - in it
The NAV Code that performs the dimension upgrade can't handle a ‘-‘ in the company name. This caused me a bit of grief because that step uses C/AL code to call SQL queries directly on the sever, which was a pain to debug.
So rename the company to remove the - before upgrading
read more
20
Aug2014
0 comments
Dynamics NAV with Amyuni on a 64bit server
Trying to get Amyuni PDF conversion to happen in NAV on a 64bit server?
read more
04
Apr2014
0 comments
Which Image Type to use with NAV 2013
When printing/exporting you might be surprised to learn that not all image types are the same.
read more
18
Oct2013
0 comments
Dynamics NAV NAS/Job Queue - Excel SaveAs method failed
NAS/Job Queue entry error when creating Excel files using the Excel Buffer.
read more
25
Jun2013
0 comments
The whole Job Queue stops when a lock time out occurs
Running NAS with Job Queue will start a timer to process Job Queue Entries every two seconds.
In the original code the Timer is disabled before checking the Job Queue Entries and then enabled again after the process.
read more
21
Jun2013
0 comments
Dynamics NAV Deadlocks and Blocking
There are a number of things to try when dealing with locking in NAV2009, NAV2009R2 and NAV5
read more
20
Feb2013
0 comments
Missing permissions in NAV2009R2
By default Ms Dynamics NAV 09 R2 is missing several permission records for tables that are new in R2. Even in the CRONUS database for NAV 09 R2 these permissions are not included.
read more
27
Dec2012
0 comments
NAV Job Queue says “In Process” but job has crashed
If the job encounters an error the Job Queue Entries page will continue to say the job is "In Process". In fact its not and it will never run again until the job is reset.
read more
12
Nov2012
0 comments
Settings to access printer are not valid
We were trying to print from a dotnet assembly. This assembly was being used by a webserver/service running on Windows 2008R2.
Tried applying the registry hack described in http://support.microsoft.com/kb/184291/en-us But was still receiving the error
read more
24
Oct2012
0 comments
Generate xsd from NAV Tables
If you need to generate an xsd to represent a NAV table, use the following SQL command
read more
07
Mar2012
0 comments
Manually install xp_ndo
Sometimes you need to manually install the extended store procedures use by NAV Integrated Security.
read more
24
Nov2011
0 comments
Enable and Disable Service Broker
How to enable and disable service broker
read more
02
Aug2011
0 comments
NAV2009 – An I/O exception occurred during the operation (1)
NAV instantiates some temp folders and files based upon the combination of User Name and NAV Service Tier (NST). These cannot be shared.
read more
22
Jul2011
0 comments
Wrong Date and Time interpretation when using Dynamics NAV Web Services
The client Regional settings affect date and time interpretations within Dynamics NAV. The Region is easily set when using the Classic or Role Tailored Client (RTC). When using a Web Service its also easy, if you know how (like most things in life).
read more