
Microsoft Dynamics NAV News & Tips
Dynamics NAV Tips & Tricks
1. There is a limit in creating NAV fields, not so much in the number of fields but in the record size. This is all described in the application designer guide, which is in the folder called 'doc' on the product disk. The file is called w1w1adg.pdf, and contains all technical information about C/SIDE.
2. It's not a good practice to enlarge the general ledger account name field, as you'll have to make a bunch of changes in other objects as well. Your best bet is to use extended texts, to store the extra description of your general ledger account. Or you could add a new field "full description" to the table and make this length 50. But then again you might need to modify other objects, if you want to see this field on forms or reports.
3. To backup your computer automatically, follow these instructions: Use the supplied "hotcopy.exe" on the server. See w1w1bkup.pdf in the \Docs folder of the Dynamics NAV product DVD (chapter 1.5 Server Based Backup on the C/SIDE Database Server for Microsoft Dynamics NAV) for info on how to use this program. Use some C/AL code to execute the NAV client backup program automatically (which generates a fbk-file). If you are running NAV on SQL server, you can go ahead and use the SQL backup tools.
4. You can copy a Sales Quote document using Functions -> Copy Document... on the Sales Quote form. Select "Quote" as Document Type, and the Document No. you want to copy.
For more information about Dynamics NAV, please contact Mike Packard, Integrated Computer Systems Support at 425-284-5436 or mikep@ics-support.com.



