Friday, July 31, 2009

IF THEN [ELSE]

IF THEN ELSE in Navision

IF THEN [ELSE]
A conditional statement is one type of control structure in C/AL.
Using Conditional Statements

By using a conditional statement, you can specify a condition and one or more commands that should be executed, according to whether the condition is evaluated as TRUE or FALSE. There are two types of conditional statements in C/AL:

1. IF THEN [ELSE], where there are two choices

2. CASE, where there are more than two choices.
IF THEN ELSE Statements

IF THEN ELSE statements have the following syntax.
IF (Condition) THEN (Statement1)
[
ELSE
(Statement2)
]This means that if (Condition) is true, then (Statement1) is executed. If (Condition) is false, then (Statement2) is executed.The square brackets around ELSE mean that this part of the statement is optional. The ELSE statement is used when different actions are executed, depending on the evaluation of (Condition).You can build even more complex control structures by nesting IF THEN ELSE statements. The following example is a typical IF THEN ELSE statement.
IF (Condition1) THEN
IF (Condition2) THEN
Statement1;
ELSE
Statement2

For More Information Visit: Navision World

Wednesday, July 29, 2009

Navision Two Tier And Three Tier Architecture

For getting information about Diffrence Between Two Tier And Three Tier Architecture in Microsoft Dynamics NAV(Navision) pls visit : Navision Planet

Tuesday, July 28, 2009

Dynamics NAV Warehouse Module

Warehouse Module In Navision

The warehouse Module in Microsoft Dynamics NAV/Navision deals with all the Storage of Materials, Material Issue To The Production Dept, Inward and Outward, etc.

Warehouse Module mainly 8 Sub Modules.

For more information about Navision Warehouse Module pls visit : Navision Planet-Warehouse Module

Saturday, July 25, 2009

Installing NAV2009

Mobile Sales includes a Microsoft SQL Server Integration Services (SSIS) package to extract a subset of data from the Microsoft Dynamics NAV database and load it to the mobile staging database. Mobile devices can then synchronize with the mobile staging database to retrieve the latest data. For more information about Microsoft SQL Server Integration Services in Microsoft Dynamics Mobile - Server Components, see Implementing SQL Server Integration Services (SSIS).

Before running the SSIS package, which is provided with Mobile Sales, you must complete the following procedures, as described in this topic:


  • Prepare to install the SSIS Package.
  • Install the SSIS Package.
  • Configure the SSIS Package.

For More Information Visit: Navision Planet

Thursday, July 23, 2009

Intercompany

What is Intercompany Transaction?

Company A and Company B are unvder the same ownership (A Group)Company A and B are both running Nav version 4.0 or later.

You can get yourself up to speed on the standard Nav IC posting features. You can use the Intercompany posting routines in Nav to exchange Sales orders & Purchase orders between companies without re-keying.

In the chart of accounts you will need to setup Nav posting groups to map your intercompany movements to defined g/l accounts.

For More Information visit: Navision Planet-Intercompany

CONTRA VOUCHER

What is Contra Vouchers?

Contra Vouchers is that voucher deals with Bank to Bank, Bank to Cash or Cash to Bank like transactions.

These type of transactions handled in Navision by following methods.


For all contra entries go to FINANCIAL MANAGEMENT -> CASH MANAGEMENT -> CONTRA VOUCHER.

  • Then select CONTRA VOU if it’s a cash to bank or bank to cash transaction or
  • Select CONTRA DMD if it’s a bank to bank transaction.


Posting date: Enter the date of transaction
Doc No: Auto generated
Account type: Press F6 and select

For more information visit: Navision Planet-Contra Voucher

Wednesday, July 22, 2009

RTC Components In Navision

RoleTailored architecture components are new with Microsoft Dynamics NAV 2009. They work together to make the product more flexible, efficient, scalable, and secure, while also improving the user experience.
The Three Tiers of the RoleTailored ArchitectureThe RoleTailored architecture is a three-tiered architecture which contains the following levels:Presentation level (RoleTailored client)Business logic and communication level (Microsoft Dynamics NAV Server) Data level (SQL Server database)
The different tiers can be installed on different computers. You can have multiple instances of any of the components (though usually not on the same computer): multiple clients, multiple servers, and multiple database servers.
For More Information Visit: Navision World

Tuesday, July 21, 2009

MODULES

DYNAMICS NAV MODULES
Microsoft Dynamics NAV(Navision) having Manily 7 Modules. Following note gives you a brief introduction about Navision Modules. You will get detailed notes of each sub modules from the related topics. So please go through that also.

For more information visit: Navision Planet- Microsoft Dynamics NAV Modules

Monday, July 20, 2009

Manufacturing Module

Microsoft Dynamics NAV/Navision Manufacturing Module

I had seen a good note about Manufacturing module in the following link pls go through it

http://microsoft-dynamics-nav.blogspot.com/2009/06/manufacturing-module.html

Manufacturing module mainly 8 Sub Modules
Production Design,Capacities,Planning,Execution,Costing, History,Periodic Activities,Setup


Thursday, July 16, 2009

Business Notification In Microsoft Dynamics NAV(Navision)

The Business Notification solution is used to generate and send notifications to inform your vendors or colleagues from other departments about certain events. For example, you may send a notification when you have placed an order and received some of the purchased items, but you are waiting for delivery of the rest of the order. Sending a notification will alert your supplier that some of the goods have not yet been delivered. By enabling this feature in the Notification Setup window, you allow the program to send out six predefined notifications.

For More Information pls go through: http://microsoft-dynamics-nav.blogspot.com/2009/07/business-notification.html

Tuesday, July 14, 2009

Windows Handling Easy Methods In Microsoft Dynamics NAV(Navision)

You can close the Navision windows by clicking in the upper right close or simply pressing ESC. Most of the users using Esc to close the windows.
For More Information Visit: http://microsoft-dynamics-nav.blogspot.com/2009/06/how-to-handle-microsoft-dynamics.html or click here

Sunday, July 12, 2009

How To Import Or Export License Information In Navision

In the License Information window you can see the contents of the license file under which you are working. The information includes the license number, who owns it, which application granules you have purchased, and - if there is a time limit - when the license expires. Normally when you are working, your own serial number (and the name of your company) should appear in the window. If it is not your license file that is shown in the window, you must import your own file by clicking Import at the bottom of the window.
More Information Visit: http://microsoft-dynamics-nav.blogspot.com/

Thursday, July 9, 2009

How Many Places Item Card Apear In Navision?

Many users having confusion about what all places(Modules) the Item card apear. I hope this content will solve that issue.

http://microsoft-dynamics-nav.blogspot.com/2009/06/how-many-places-item-card-apear-in.html

INCONSISTENCY ERROR IN NAVISION

INCONSISTENCY Error in Navision Occur because of the following reason.
Posting invoices writes to the G/L entries and the total must ALWAYS be 0.Somewhere an amount is written but it has no opposite to make the total 0.This means that there is a problem with some customization of the code.

For More Information go : http://microsoft-dynamics-nav.blogspot.com/2009/07/inconsistency-error-in-navision.html

Business Notification

Most of the persons ask me about the Buiness Notification in Microsoft Dynamics NAV(Navision), that you will be getting from the following link: http://microsoft-dynamics-nav.blogspot.com/2009/07/business-notification.html
This blog will give idea from what is Business Notification to their reports.

Wednesday, July 8, 2009

Building a succesful Navision team

Most ERP implementor companies tend to separate and specialise their implementation consultants both horizontally and vertically. Horizontal separation means specialising for a module, or a set of modules, or in Navision terms, a set of application areas, while vertical separation means specialising in being either as a "business consultant" and a "technical consultant" (or developer).
Well, if you've got a big team it *might* work (although don't bet on it) but it certainly won't for smaller teams with a headcount less than five. The reason why it won't work is the "Navision pyramid", which I will explain in a later post, now I just put it short:
  • Nowadays SMB clients are not very interested in financials, they usually buy ERP to improve their day-to-day operations, therefore operations advantage is the key selling point.
  • The implementation of Navision's logistics/operations application areas need to be done a lot more differently than the "traditional" G/L, financials and accounting analysis & controlling application areas.

Due to these factors, traditional consulting approach is often unsatisfactory - customers rather want "solution builders" than plain "consultants".

For More information visit: http://navitips.blogspot.com/2006/03/building-succesful-navision-team.html

Saturday, July 4, 2009

5 Ways Microsoft Dynamics NAV Helps You Focus on Your Business

I think most of the persons don't know how many ways Navisions helps in the Business.
There are mainly 5 Ways Microsoft Dynamics NAV Helps You Focus on Your Business
You can see more information about how Navision helps for your business from the following link
http://navisionworld.blogspot.com/2009/07/5-ways-microsoft-dynamics-nav-helps-you.html

Friday, July 3, 2009

Welcome To Microsoft Dynamics NAV Training Center

A warm welcome all to Microsoft Dynamics NAV Training Center this will be start posting soon. Now you can visit http://microsoft-dynamics-nav.blogspot.com/

Related Topics