Thursday 18 September 2014

Download Microsoft Dynamics NAV 2015

The below page contains downloads of Microsoft Dynamics NAV 2015 and related resources.

https://mbs.microsoft.com/partnersource/northamerica/support/support-news/msdnav2015download

Below Databases are available to download.
AU-Australia Download
AT-Austria Download
BE-Belgium Download
CA-Canada Download
DK-Denmark Download
FI-Finland Download
FR-France Download
DE-Germany Download
IS - Iceland Download
IT-Italy Download
MX-Mexico Download
NL-Netherlands Download
NZ-New Zealand Download
NO-Norway Download
ES-Spain Download
SE-Sweden Download
CH-Switzerland Download
UK- United Kingdom Download
US-United States Download
RU-Russia Download
W1 Download

Ordering

New customers:
  • Microsoft Dynamics NAV 2015 can be ordered online using Order Central from October, 1st 2014.

  • Customers will be able to deploy Microsoft Dynamics NAV 2013 R2, if desired, by using the Microsoft Dynamics NAV 2013 R2 license key that will be issued through downgrade rights.

Existing customers:
  • The licenses of Microsoft Dynamics 2013 R2 customers with an active enhancement plan will be automatically upgraded to Microsoft Dynamics NAV 2015 starting October 6th, 2014.

  • Existing Microsoft Dynamics NAV 2009 customers with an active enhancement plan are entitled to request a transition upgrade of their license to Microsoft Dynamics NAV 2015 through Order Central from October 1st, 2014.

 

License Information

In order to run Microsoft Dynamics NAV 2015, you must have a valid Microsoft Dynamics NAV 2015 license file.

License Versioning

Microsoft Dynamics NAV 2015 introduces license key versioning. Please note the following specifications:
  • Microsoft Dynamics NAV 2015 license keys are not compatible with Microsoft Dynamics NAV 2013 R2 or Microsoft Dynamics NAV 2013.

  • Microsoft Dynamics NAV 2013 R2 and Microsoft Dynamics NAV 2013 license keys are not compatible with Microsoft Dynamics NAV 2015.


Microsoft Dynamics NAV 2009 R2 and Microsoft Dynamics NAV 2009 SP1 Upgrade Toolkits for Microsoft Dynamics NAV 2015

The country/region-specific Upgrade Toolkit will be available soon from the download list above.  The toolkit combines the procedures required to upgrade from Microsoft Dynamics NAV 2009 R2 and Microsoft Dynamics NAV 2009 SP1 to Microsoft Dynamics NAV 2015.

System Requirements for Microsoft Dynamics NAV 2015




Wednesday 17 September 2014

What's New in Microsoft Dynamics NAV 2015 - Part 5

Word Report Layouts


In previous versions of Microsoft Dynamics NAV, you could only design the layout of reports by using Visual Studio Report Designer or Microsoft SQL Server Report Builder. With Microsoft Dynamics NAV 2015, you can design report layouts by using Microsoft Word 2013. Word report layouts are built on Word custom XML parts that dynamically map a report dataset into a report at runtime.

Customizing and Managing Report Layouts from the Microsoft Dynamics NAV Clients

You can customize Word and RDLC report layouts from the Microsoft Dynamics NAV Windows client and Microsoft Dynamics NAV Web client by using Word 2013 and SQL Server Report Builder, respectively. This enables users can make variations of layouts, and then use the variations when viewing and printing reports as needed.

New Report Functions

The following functions have been added in Microsoft Dynamics NAV 2015 to support new report layout implementation.

SAVEASXML
 Saves a report as an .xml file on the computer that is running Microsoft Dynamics NAV Server.
WORDXMLPART
 Returns the report data structure as structured XML that is compatible with Word Custom XML parts.
WORDLAYOUT
 Gets the Word report layout that is used on a report and returns it as a data stream.
RDLCLAYOUT
 Gets the RDLC layout that is used on a report and returns it as a data stream.
HASCUSTOMLAYOUT
 A function in codeunit 1 that determines whether a report has an active custom Word layout or RDLC layout at run time.
MERGEDOCUMENT
 A function in codeunit 1 that loads the custom Word layout that is active on report and renders it in the targeted format, such as Word or PDF.
REPORTGETCUSTOMRDLC
 A function in codeunit 1 that loads the proper custom RDLC layout for a report at run time and uses the layout to render the report.



Layout can be designed in Word



Output will be




Tuesday 16 September 2014

Send Documents as Email in NAV2015

You can send attachments by email from Microsoft Dynamics NAV. 
An option for sending attachments as email is available from, for example, sales invoices, sales credit memos, sales orders, sales quotes, reminders, and finance charge memos, as well as some posted documents. 
The option is available in the ribbon and called Email or Post and email depending on the context. 
It displays a dialog that lets you attach the document together with a short message and send this as email directly from Microsoft Dynamics NAV. 
In Microsoft Dynamics NAV Windows client you can decide to modify the email more in your default mail program. 
The default email sender address is based on the settings in the SMTP Mail Setup window. 
If SMTP is not configured or Outlook is not available, the .pdf file will open instead.


What's New in Microsoft Dynamics NAV 2015 - Part 4

ShowMandatory Property


With Microsoft Dynamics NAV a new property called ShowMandatory has been introduced on page fields. The ShowMandatory property is set on page fields and marks the field with a red asterisk on the UI.



NOTE:The ShowMandatory property can be used to mark all page fields, but does not enforce any validation of the field. This means that the user will be able to close a page without entering data.

Monday 15 September 2014

What's New in Microsoft Dynamics NAV 2015 - Part 3

Enhanced Cues


Cues appear as tiles in the Microsoft Dynamics NAV client that display business data and key performance indicators (KPIs) on RoleCenters. Microsoft Dynamics NAV 2015 includes the following new features that expand the data that can be displayed in a Cue, and enhance Cue set up and appearance.

Colored Indicators

You can configure the Cue to display a bar along its upper border that changes color based on the data in the cue.


New Images

You can change the image that displays on the Cue or set up the Cue without an image. There are several images to choose from.


Normal Fields

In previous Microsoft Dynamics NAV versions, you could only set up Cues based on FlowFields for data. In Microsoft Dynamics NAV 2015, you can also use normal fields, which expands your possibilities for the Cue data source, such as using Query objects or source expressions.


Decimal and Text Data Types

In previous Microsoft Dynamics NAV versions, you could only set up Cues to display on integer data types. In Microsoft Dynamics NAV 2015, you can also use decimal and text data types. This provides you with additional data aggregation possibilities instead of just COUNT, such as SUM, MAX, MIN, and AVG.


Custom Formatting of Data

By using the AutoFormat property, you customize the format of the value that appears in a Cue. For example, you can set the number of decimal places, or place a symbol such as a +, -, or %, before or after a value.


Microsoft Dynamics NAV 2015 Readiness Library


If you want to find out more about this release, Please have a look at below link

PartnerSource Login Required.

https://mbs.microsoft.com/partnersource/northamerica/readiness-training/readiness-training-news/NAV2015ReadinessLibrary

What's New in Microsoft Dynamics NAV 2015 - Part 2

Commenting and uncommenting multiple lines of C/AL Code:


We can add and remove comment marks manually for each line till now.

But from now the Comment Selection and Uncomment Selection options available in the Edit menu.
The Comment Selection and Uncomment Selection options enable you to comment or uncomment multiple lines of code all at once.

  • To comment lines of code, select the lines, and then, in the Edit menu, choose Comment Selection (Shift+Ctrl+K).
  • To uncomment lines of code, select the lines, and then choose Uncomment Selection (Shift+Ctrl+O).



What's New in Microsoft Dynamics NAV 2015 - Part 1

Microsoft Dynamics NAV Tablet Client:


In Microsoft Dynamics NAV 2015 Microsoft introduced a new interface called Microsoft Dynamics NAV for Tablet. The Microsoft Dynamics NAV for Tablet allows users in small and medium sized businesses to access data from a tablet.

Developing for Microsoft Dynamics NAV for Tablet is very similar to developing for the Microsoft Dynamics NAV Web client using the Microsoft Dynamics NAV Development Environment.

To open Microsoft Dynamics NAV for Tablet in browser mode
The Role Center for the default company
http://MyNAVWeb:8080/DynamicsNAV80/WebClient/tablet.aspx
The Role Center for a specific company
http://MyNAVWeb:8080/DynamicsNAV80/WebClient/tablet.aspx?company=CRONUS%20International%20Ltd.
A specific page
http://MyNAVWeb:8080/DynamicsNAV80/WebClient/tablet.aspx?page=22


How it looks:



Microsoft Dynamics NAV 2015 Announced

Microsoft Dynamics NAV 2015 is Announced at Directions US.

Microsoft announces availability of Dynamics NAV 2015 on October 1st, 2014.

Here is the first look of NAV2015 Role Center Page.