Clients First USA
Clients First knows their software, but they are also astute business people, and they really understand manufacturing and distribution in particular.
Jimmy Witcher, COO, Merrick
Read More
About UsService OfferingsProduct OfferingsIndustries ServedDownloadsBlog
 

Subscribe to our mailing list

* indicates required
    Interested in    
Hot Topics
 

Posts Tagged ‘navision’

Improve Microsoft Dynamics NAV (Navision)

Friday, February 3rd, 2012

Vote up your favorite desired features and give your opinion!

I LOVE NAV

Let Microsoft know what future enhancements you would like to see in this solution via this new website that has been made available.

Click the above link or the picture will bring you to a site that allows you to create new suggestions, add your support for existing suggestions and see which ones are being worked on, are on the roadmap, or have already been completed.  You can comment on any of them and help justify to Microsoft why they are important.

image

Microsoft Dynamics NAV Reminders| Improve Cash Flow Management

Thursday, January 26th, 2012

Improve your cash flow with Microsoft Dynamics NAV Reminders

With today’s downturn in the economy, corporate controllers and CFOs are focused on cash flow management to enable their companies to survive the uncertainty of market conditions. Cash flow is defined as the difference between cash coming into the business and cash leaving the business within a specific time period. Cash that flows into a business does not always correspond to the same rate of cash going out of the company. When a cash shortfall occurs, companies may need to borrow funds to pay their bills, or delay needed expenditures that may improve their business.

Every company experiences customers who do not pay on-time. To improve cash flow, Microsoft Dynamics NAV (Navision) offers users the ability to setup Reminders (some may call them dunning notices or statements)  for customers who have overdue invoices. A Reminder system prompts customers to pay overdue amounts and informs them of possible interest charges. If customers refuse to pay overdue invoices after they received reminders, a finance charge memo can be issued for the interest charges.  And of course we all know that customers respond to reminders and happily pay finance charges but that’s for another blog post Smile

 

Implementation of Microsoft Dynamics NAV Reminders

The first step in issuing Reminders is to setup Reminder Terms:

clip_image002

For each Reminder Term, Reminder levels can be setup to define when Reminders can be created, and the charges and texts that should be included.

clip_image004

The Reminder Terms are then attached to the appropriate customers that will be sent reminders. The Create Reminders function under periodic activities is then triggered to create the suggested reminders, and then after user review, the reminders are issued and sent to the customers who have overdue invoices. Customers are then notified that monies are due, and prompt payment necessary. Using Reminders will shorten collection periods for overdue invoices, and improve cash flow. With improved cash flow, borrowing costs are reduced and inventory levels can be increased, making for a healthier and more profitable company.

clip_image006

Microsoft Dynamics NAV End User Testing

Thursday, January 26th, 2012

How to Test Modifications Properly in Navision

Why Do Companies Need Modifications to their Software?

software bugsMost clients who have ERP and Accounting software will at some point need modifications or personalizations to fit their specific business needs and processing work flow. These modifications are formally called ‘change requests’ and can occur during the initial implementation or at a later point when a business improvement or change is needed. These modifications can be simple report changes like cosmetic updates to the check report or complex updates to EDI or manufacturing processing. These modifications allow companies to adapt their business model to changes in the market place and maintain their competitiveness.

After the write-up of the change request and client approval, the NAV developer will complete the development of the design changes. The developer creates a formal release of these new object changes and assigns a specific version tag. The release object will go through internal testing /quality control by the NAV Solution Center (NSC) and will then be released to the end user.

Why Clients Should Test Modifications

When new functionality is released as part of object changes, testing in a NAV staging, testing, or development database before deploying into the production database is critical to ensure a successful implementation of these updates and minimize business disruptions. In many instances, new issues are discovered during end user testing, as the end user may have inadvertently left out information during the initial change design sessions, or process using a deferent methodology.

Case Study:

A client asked for a new processing report to import payroll journal entries from their payroll company. During end user testing, it was discovered that the file provided by the payroll company did not have the correct G/L account numbers as needed. The appropriate design and data updates were made, and new testing completed that resulted in no disruptions to business processing and /or user complaints. If the end user would have deployed these changes without testing, the result could have been business disruptions (manual keying of the journal entry) and user complaints.

The following are key reasons why end user testing is important:

  • Reduce business interruptions
  • Reduce the occurrence of over-budget projects due to additional programing needed
  • Reduce data corruption issues
  • Reduce security/permission issues.
  • Higher level of user satisfaction.

Creating a Development Environment – Key To Success

If you have not done it already, you will need to set up a staging environment that simulates your production database. With this staging or development database, new released objects can be imported and tested without the risk of business disruptions. Further, the end user project manager can then assign test scripts to the actual users to test the updates, as the actual users may find different issues when they begin processing in their normal day-to-day manner. Once the end user testing has been completed, then deployment into the production database can be scheduled and completed.

If your servers are ‘Virtualized’ creating and maintaining Development and Test platforms becomes much easier.  This white paper on Virtualization explains it in laymen terms.

Latest Microsoft Dynamics NAV Roadmap and Statement of Direction

Thursday, January 26th, 2012

Navision Roadmap Released for 2012 and Beyond

Jet Reports Express for Dynamics NAV

You will now automatically get an ‘express’ version of Jet Reports (the leading Dynamics NAV Report Writer) with the solution.  This express edition is limited primarily to the General Ledger, but is still ideal for General Ledger based reports such as financial statements  If you know how to use Excel, you already know how to use most of Jet Reports.  We have a video demonstration HERE of the full product if you are curious.

Zetadocs Express for Dynamics NAV

With this included solution you can now drag and drop any documents or scanned images to most records in the system.  They will automatically be hosted by Microsoft Sharepoint Online for retrieval anywhere.

Microsoft Dynamics NAV 7

 

(more…)

Dynamics NAV Reporting

Thursday, January 26th, 2012

The different ways you can get information out from the data in Microsoft Dynamics NAV (Navision)

Microsoft Dynamics NAV is part of Microsoft Business Solutions family and is growing force in the mid-market space of ERP applications. It has many options for reporting:

  • Built-in Dynamics NAV report designer – Microsoft Dynamics NAV has always had its own report designer, which requires an in-depth knowledge of C/SIDE (Client/Server Integrated Development Environment) to make it useful and has been the trusted friend of veteran Navision developers. It is definitely the most robust report writer you can use with Dynamics NAV. It might not be as fancy and user friendly as the reporting options described below, but it makes it up in versatility and straight down to business engineering. In NAV 2009, from the Classic client, you can view reports in the Classic report layout and from the RTC (RoleTailored Client) you can view reports in either Classic report layout or the Client Report Definition (RDLC) report layout. An RDLC file is a file with an .rdlc extension that is created by Visual Studio Report Designer and stores the layout information for the report. Classic reports support to be discontinued in Microsoft Dynamics NAV 7.
  • RDLC Reports - You use both Report Designer in the Classic client and Visual Studio Report Designer to create RDLC report layouts for Microsoft Dynamics NAV 2009. Anything that you want to appear in the Visual Studio designer must appear on the sections of the classic report, which makes creating a new reports a bit longer and tougher than if you were to create the same report in the Classic report designer. When you run an RTC report, the dataset is generated by the classic report and is passed to the RDL layout for formatting. RDLC report layouts provide some new features that are not available in Classic client report layouts, for example, charts with 3D effects, images and colors, dynamic sort by different columns in a table. One of the big benefits of RTC reports – you can save straight to Excel or PDF.

(more…)