nav 2009 sp1 features version

Post on 04-Apr-2015

148 Views

Category:

Documents

4 Downloads

Preview:

Click to see full reader

TRANSCRIPT

Microsoft Dynamics NAV 2009 SP1New Features and EnhancementsMark J. BrummelMicrosoft Most Valuable ProfesionalSQL Perform Benelux B.V.

Introduction

• Mark J. Brummel• Most Valuable Profesional – Dynamics

NAV– 2006 / 2007 / 2008 / 2009

• Navision since 1997• Started as enduser

Involved in NAV 2009 development since 2006

Add On Experience

• RiM Systems (Columbus) – Navi Interieur

• Qurius– Q-TMS– Q-WMS– Q-WMR– Q-PM

• Verito– Verito Charity– Verito Education– Verito Contract

SQL Perform Benelux B.V.HQ in London – U.K.

• Mark Brummel• Started with Navision in 1997• Worked for Qurius, Verito – add-on development• Microsoft Most Valuable Professional (MVP)• Certified SQL Perform Consultant

• Ludo Van den Ende• Started with Navision in 1995• 6 years with Navision Belgium • 5 years Product Manager @ Helios-IT• Performance tuning at Omega Pharma,

Pearl Europe, Zurel, Markeur, Delsey, ..

SQL Perform Benelux B.V.

• Get an ad hoc helicopter view of the performance bottlenecks

SQL Perform Tools

• Smoothly convert from native to SQL

Native to SQLconversion

• Combine Application Workbench with SQL Perform Tools

Performance Labs

• Workshop for developers• DBA trainingTraining

Name

NAV Partner + Job Description

Years of Navision Experience

Experience with NAV 2009

Expectations workshop

Introduction

6

NAV 2009 SP1

Navision Financials 1.0

• Dutch Codebase• Couple of 100 Objects• 2 tier• C/SIDE Database• Just C/AL

Dynamics NAV 2009 SP1

• English codebase• COM• Thousands of objects• 3 tier• SQL Database• Webservices• C/AL & RDLC & C#

7

Work together : Undoable by yourself

Agenda

• 9:00– 10:30 Partner Productivity• 10:30 – 11:00 Break• 11:00 – 12:00 Customer Productivity• 12:00 – 12:30 SE & Quality

Improvements• 12:30 – 13:30 Lunch• 13:30 – 14:15 To-Increase• 14:15 – 15:00 Pebblestone• 15:00 – 15:30 Break• 15:30 – 17:00 Interactive Discussion

Partner Productivity

• Client Extensibility• “About This Page”• “About This Report”• Improvements to Page Designer• Improvements to Report Designer• Other Productivity Features• Server/AD Configuration Tool• New C/AL Functions• Error List• Testing Codeunits9

10

● Offer custom controls integrated with data, business logic and UI of the RoleTailored client

● Supported by development guide, tools & samples

Benefits• Enhances the RTC extensibility story to support many new

scenarios as ISVs can offer specialized controls for Microsoft Dynamics NAV

• Opens new market for Partners:• VARs: use solutions with ISV control Add-ins in customer

projects

• ISVs: create solutions with Add-ins enabling 3rd party controls for NAV

• ISVs: create their own specialized controls for NAV

Client Extensibility

demoClient Extensibility

11

Client Extensibility● HTML Editor● Map Control

● Based on Webservices● Weather Control● Signature● Edit in Excel● Warehouse Demo● Item Planning (Track & Trace)● Customer Analysis● Simple Installation● Requires different kind of developer (.Net)

12

Prerequisites

● Visual Studio Express for C#

● Microsoft.Dynamics.Framework.UI.Extensibility.dll

● Add-in Registration tool

● New Table : 2000000069 Client Add-in

● Strong Key Name

● .Net knowledge

● Creativity

● Debugging possible

13

demoClient Extensibility

14

http://blogs.msdn.com/cabeln/

Endless Possibilities

15

“About This Page” ● Allows you to see all data and metadata used to

build the current page● Like “Zoom” in Classic Client

Benefits• Allows customers and partners to troubleshoot

issues on pages more easily

17

“About This Page”

“About This Report”● Zoom on reports which worked in Microsoft

Dynamics NAV 2009 has been aligned with the new “About this Page” feature and is called “About this Report”

● New shortcut is CTRL+ALT+F1 and opens the “About this Report” window providing the information on the page you want to know about.

● Because of memory optimizations, the dataset is not stored to the full extent. We therefore need to activate “About this Report” to enable the client to keep the data set. The client needs to be restarted to disable this stateBenefits• User can zoom the dataset of the report and

can do debugging if necessary, based on the data shown in the dataset

Improvements to Page Designer● Run button in Page Designer● Ability to assign emphasis to fields for Pages● Can make own Action groups● Wizard for cards, lists and Infopart pages● Compiler check for well-formed Pages

Benefits• Developers working on the Page objects are

more productive

Run Button and Wizard

20

Emphasis

Colors !!!

• Bold, Green and Red

Conditional

21

Action Groups

Create your own actiongroups

In RTM only possible with personalization

Be Careful: Overwrites standardcaptions!

22

Hands - On

Page Designer

23

Improvements to Report Designer● Visual Web Developer 2008 is now supported● Matrix reports can

now be created

● External Images supported. New property on report level; default “No”

Benefits• Report Definition Language Client (RDLC) Reports can

be modified without the need to purchase Visual Studio

• Matrix reports give the users more and better information

• External images, e.g., from a SharePoint site, can be used

demoReport Designer

25

="DynamicsNAV:////runreport?Report=705&Filter=Item.%22Location Filter%22:"+Fields!Location_Code.Value+"&Filter=Item.%22No.%22:"+Fields!Item__No__.Value

26

Other Partner Productivity Features

● Displays clearly which NAV Server is currently used

● Fob import without COM type libraries are installed on import-machine

● Window for errors and warnings for NAV Server incompatible functions

● Import language does no longer change modified flagBenefits• Better usability for partners in development scenarios

and removes security concerns about server

• Lower admin. and maintenance cost for partners by easing deployment

• Developers working on code for both RTC and C/SIDE are more productive

Server Information

28

Server/AD Configuration Tool● Tool for configuration of NAV Server and Active

Directory● Will be released on PartnerSource

Benefits• Lower setup cost of three-tier configurations

New C/AL Functions

• IMPORTOBJECTS(FileName [, Format])

• EXPORTOBJECTS(FileName, ObjectRecord [, Format])

• Format– Txt = 0– XML = 1

30

demoC/AL Import Export functions

31

Compiler Error List

Gives a list of errors and warnings

Can be pretty annoying!

New internal table 2000000070 Error List

32

demoCompiler Error List

33

Testing Codeunits

● Automatic testing functionality

● Function ASSERTERROR● http://msdn.microsoft.com/en-us/library/ee414211.aspx

● Very nice but complex to implement

● Make as fancy as you want (KISS)

● Thanks to Kamil (Kine).

34

demoTesting Codeunits

35

Other new C/AL Functions

● SYNCHRONIZEALLLOGINS

● SYNCHRONIZESINGLELOGIN

● SID

● ASSERTERROR

36

BREAK

37

Customer Productivity

●Matrix Pages Redesign●Short-Cuts and Arrow

Keys●“Filter as You Type”●Next and Previous

Record in Cards●Drill Through to Reports●Enhanced Splitter●Inline Calculation

●Other Data Entry Features

●Save View●Enhanced Progress

Indicator●Page Search●Page Enhancements●Light-Up Services●Revert Local

Personalization

Matrix Pages Redesign● New one-page design for eight matrix pages

within G/L and Sales Budgeting, Dimensions, Resource Capacity, and Production Forecast

● In-grid editing● Matrix refresh when changing filters

Benefits• All-in-one overview

• More productive, more user-friendly

• Easier to convert from 5.0 matrix forms

40

Matrix Pages Redesign

Matrix Pages

Hands - On

41

Short-Cuts and Arrow Keys● Simplified and reorganized shortcuts (easier to

remember and to use)● Added new productivity shortcuts, i.e. Shift+F12

which returns you to the Role Center, and several other productivity short-cuts have been added

● In editable lists, arrow keys work like in Classic/Excel (quicker cell navigation)

Benefits• It is easier to learn, remember and use shortcuts

• Enhanced user productivity

• Easier mapping to Classic shortcuts

“Filter As You Type” (FAYT)

● Filter as you type (personalization option to disable)

● Automatic completion of user-entered values● As in Classic Client + more● Holding down the Ctrl+F4 keys will e.g., open the

drop-down filter field under Sell-to-Customer-No.: thereby making it easier to filter as you type without using the mouse etc.

Benefits• Auto-complete for more efficient data entry, in more places than

Classic

• Filter on various fields (in Classic was just No. & Search fields)

• Behavior can be made similar to alt. search field for Classic users

• Finer user control over FAYT

44

“Filter As You Type”

Next and Previous Record in Cards● In task pages you can browse to next and

previous record from the original list without closing and reopening the card

● As in Classic Client

Benefits• Easier data browsing and navigation

Drill Through to Report● In Microsoft Dynamics NAV 2009 it is possible to

drill through to pages from a report. For SP1, it is now also possible to drill through to a report from a report

● Filters can be used to drill from one report to another

Benefits• User can drill through on specific data in reports

and view the underlying report

Enhanced Splitter

● Splitter to set the minimum number of lines in a sales order, quote, etc.

● Splitters in Role Center page for personalized layout

Benefits (customers)• Enhanced daily productivity and ease-of-use

Inline Calculation● Use a field to calculate a value ● Enter simple expressions in a field make

calculations on-the-fly● As in Classic Client

Benefits• Customer productivity – allows the user to

calculate values without having to launch a calculator

49

Inline Calculation

Other Data Entry Features● Filter to this value in lists (similar to F7 in Classic

client) now has been dedicated a new short-cut key (Alt+F3)

● Copy Cell in lists for copying single values● Improved Field Chooser menu in advanced filter

pane and chart (mouse wheel support, improved keyboard and visual layout)

● Copy Down in lists has been dedicated a new short-cut key (F8)

● New short-cut key (Alt+Enter) for moving to cell below without opening FAYT lookupBenefits• Enhanced daily productivity and ease-of-use

for users

Save View● Tailor your own list place to fit your specific needs● In the filter action menu, you will find a new

action – “Save View”

Benefits• End-users can easily create their own views of

lists

• A super-user or partner can easily create a view and deploy to a group of users

52

Save View

Saving Views

Hands - On

53

Enhanced Progress Indicator● Provides the user with visual

indicators when the system is busy processing

● Also on reports● Progress Indicator shown if dataset takes more

than few seconds to create● Displays how long the reports have been

executed● Displays how many rows have been received

● Option for CancelBenefits• Better user experience for end-user

• Better ‘perceived performance’ by providing the user with status updates

Paging.wmv

Page Search● Search for pages, report views and any item in

navigation structure using a search UI similar to Internet Explorer & Outlook

● Attached short-cut for Page Search (Ctrl+F3), makes the page search process much faster

Benefits • No need to browse Departments pages

• Very quick navigation to pages, reports, etc

56

Page Search

Page Search

Hands - On

57

Page Enhancements● Style – allows a developer to add color and

emphasize values● SaveValues – will save option- and filter values (…

as in Classic Client)● RefreshOnActivate – will automatically update the

page when changed (…as in Classic Client)

Benefits• Improved UI increases end-user productivity

59

MS Dynamics Online Connect● End-user relevant and up-to-date NAV information

right in the UI● Information targeted to the role of the user● Information specific to an end-user (for example:

learning, progress in courses)

Benefits • Connect end-users with other NAV users in order

to share knowledge

• Take advantage of CustomerSource

60

MS Dynamics Online Connect

Revert Local Personalization● Customize menu also includes “Delete

Personalization Settings”, where the user can reset various settings stored locally in the RoleTailored client

Benefits• Users can reset certain usage decisions

62

Revert Local Personalization

LUNCH

63

SE and Quality Improvements● VAT 1:1 Relationship With G/L● Jobs and Resource Order● Microsoft Dynamics NAV RIM● Warehousing● Reports● Reports – Paging ● Local Functionality Update● Improvements to Web Services● Server Scalability and Performance

VAT 1:1 Relationship With G/L● New 1:1 relationship

● Table added with link between VAT and G/L entries

● In addition, Line and Invoice Discount postings have separate VAT specifications (not aggregated into sales posting’s VAT)

● Tabel 253

Benefits• Enables G/L-VAT reconciliation reports (audit reports)

• Controller/auditor can verify each G/L entry’s corresponding VAT entry and vise versa.

● Outstanding Orders, Amount Rec. Not Invoiced on Job Task Lines

● Improved transparency and traceability after posting purchase orders

● Job Ledger Entries reflect item’s actual cost. New option: Automatic Update Job Item Cost

Benefits• Ensures actual cost when calculating WIP

• Improved control of costs on a Job

Jobs and Purchase Order

Microsoft Dynamics NAV RIM● Improvement of the import/export function

● Able to handle all table data types (except Binary, BLOB, Table filter and Record ID)

● Migration Overview – new options● Turn on/off validation of table relations● Exclude imported fields from the Apply Data

function● Navigation

● Handling of migration errors made more flexible

Benefits• Make the data migration process more effective

• Minimize the need for making customer specific data-import functions

Warehousing● Fixes and design consolidation

● Warehouse granularity● Multiple Unit of Measures● Partial scenarios with Item Tracking

Benefits• General enhancements to make the product

more appealing and the customers more productive

Reports● A number of errors on reports identified while

testing the new layout for reports have been fixed

Benefits• A more reliable reporting experience in

Microsoft Dynamics NAV 2009 RTC

Reports – Paging● Executed reports sent in chunks to the requesting

client - impacting memory footprint on server dramatically. Microsoft Dynamics NAV 2009 contained the complete data set in memory before handing over to the client - SP1 will only contain a single chunk on the Server

● Chunks sent to client are processed while dataset is being processed on Server

● Possibility to cancel a report execution● Note! Report paging is not supported when

SAVEASPDF and SAVEASEXCEL executed on server

Benefits• Memory load on Server is reduced dramatically when

large reports are activated

Local Functionality Update● Austria: VAT Statement changes in 2009● Germany: DE - NAV - GDPdU ● India:

● Service Tax functionality for apply and unapply payment and invoice separately

● Reversal of Service Tax entry in case of journal reversal● VAT adjustment with item tracking and account assignment

● Netherlands: ● Changes needed to support SEPA● XBRL files required by NL government

● Spain: ● NAV 6.0 VAT Registration Number validation changes● NAV 5.0 SP1 change in 347 report format● NAV 5.0 SP1 ES sales & purchase statutory books must be reported

electronically● Switzerland: Swiss Electronic Payment update 2008● United States: Use Tax modification for US Sales Tax

Benefits• Compliance with local regulations to better meet

customers’ expectations of the solution

Improvements to Web Services● Web services accept standard encoded Company

names in URLs● Standard %-based encoding

● The existing _-based custom encoding are replaced with a standardized encoding scheme: RFC 3986

● Same as used in RTC● Company names listed in clear text

● Performance improvements● Connects faster to NAV on subsequent calls● Per call overhead time reduced. Proportional to the

document size sent back & forth

Benefits• Company names display more clearly• Combined RTC and WS scenarios now work for multiple

companies• Needed encoding is standardized• Faster execution of many web service scenarios

Server Scalability and Performance● Improved performance and scalability● Allows connections across multiple time zones

Benefits• A more reliable, faster, and scalable solution for mid-

market customers

BREAK

74

Interactive Discussion

Q&A

thank you

77

top related