Sign in with Microsoft
Sign in or create an account.
Hello,
Select a different account.
You have multiple accounts
Choose the account you want to sign in with.

INTRODUCTION

This article contains information about how to obtain the cumulative update, and about the issues that are fixed by the cumulative update.

Cumulative update content changes

As of cumulative update 6 (CU6) for Microsoft Dynamics AX 2012 R2, we are adding to the types of updates that are included in cumulative updates. In addition to containing rollups of hotfixes and regulatory updates, this and future cumulative updates now include enhancements to existing business processes. The business process enhancements that are addressed in this cumulative update include the following.

Business process

Documentation

EEO preparation reports

EEO preparation report

Invoicing PO prepayments

Key tasks: Prepayments

Mass benefit expiration

Maintain benefit expiration dates

New hire preparation report

Workers hired in period and New hire preparation reports

Product configuration expression editor and calculations

Expression constraints and table constraints; Calculations for product configuration models

SEPA

SEPA direct debit overview

Traceability for manufacturing

Item or raw materials tracing

Update installation enhancements

Apply updates and hotfixes

Financial reporting with Management reporter

Install and start using Management reporter

For more information about the changes to cumulative updates, see the Microsoft Dynamics AX 2012 Statement of Direction.

Announcing cumulative update numbering changes

Cumulative update 6 is the second cumulative update for Microsoft Dynamics AX 2012 R2. As of cumulative update 6, we are changing the numbering scheme for cumulative updates to Microsoft Dynamics AX 2012 R2. We will release cumulative updates with the same release number for Microsoft Dynamics AX 2012 R2 and the Microsoft Dynamics AX 2012 and Feature Pack versions. The version-specific cumulative updates may not be released simultaneously, and cumulative updates for Microsoft Dynamics AX 2012 R2 will be released first.

Important There will be no cumulative updates numbered 2, 3, 4, or 5 for Microsoft Dynamics AX 2012 R2.

Note The build number of this cumulative update package is 6.2.1000.1437. Before you install this cumulative update package, we recommend that you read the Microsoft Dynamics AX 2012 R2 Cumulative Update 6 release notes carefully.

This article contains early information about hotfixes that were released by Microsoft. Therefore, the referenced KB article may not yet be available. The KB article, if available, provides more detail about the issue, the resolution, and the hotfix availability. You can request individual hotfixes that ship as part of this package by contacting Microsoft Support.

Note This cumulative update includes all fixes that are described in cumulative update 1 for Microsoft Dynamics AX 2012 R2.

For more information about previous cumulative updates, see the following Microsoft Knowledge Base article:

2807685 Cumulative Update 1 for Microsoft Dynamics AX 2012 R2

Hotfix information

A supported hotfix is available from Microsoft. There is a "Hotfix download available" section at the top of this Knowledge Base article. If you are encountering an issue downloading, installing this hotfix, or have other technical support questions, contact your partner or, if enrolled in a support plan directly with Microsoft, you can contact technical support for Microsoft Dynamics and create a new support request. To do this, visit the following Microsoft website:

https://mbs.microsoft.com/support/newstart.aspx You can also contact technical support for Microsoft Dynamics by phone using these links for country specific phone numbers. To do this, visit one of the following Microsoft websites:

Partners

https://mbs.microsoft.com/partnersource/support/Customers

https://mbs.microsoft.com/customersource/support/information/SupportInformation/global_support_contacts_eng.htmIn special cases, charges that are ordinarily incurred for support calls may be canceled if a Technical Support Professional for Microsoft Dynamics and related products determines that a specific update will resolve your problem. The usual support costs will apply to any additional support questions and issues that do not qualify for the specific update in question.

If you are a customer and if you do not have a Premier Support Agreement with Microsoft, you must contact your partner to obtain this hotfix.

Prerequisites

You must have Microsoft Dynamics AX 2012 R2 installed to apply this cumulative update.

Installation information

The detailed process for installing updates and hotfixes to Microsoft Dynamics AX 2012 R2 is documented in the TechNet topic Apply updates and hotfixes.

Important Cumulative update 6 contains database schema changes that require that you reinitialize the model store. For detailed instructions, see the TechNet topic Install updates to database, AOS, and clients.

Notes

  • Any hotfixes that are not included in this cumulative update are lost after you install this cumulative update. Therefore, we recommend that you reapply those hotfixes after your installation.

  • When you plan a deployment that will use any of the industry solutions, we recommend that you install the industry solution before you install this cumulative update. In this situation, the update that corresponds to the installed industry solution is installed or updated by the cumulative update installation. Otherwise, if the industry solution is installed after the cumulative update installation, you must re-run the cumulative update installation to install or update the corresponding industry solution update.

Release notes

Installing Cumulative Update 6 in Advanced mode requires first updating components and reinitializing the model store

A fix has been made to the stored procedures used during the model import process. To leverage the Advanced install functionality, you must first update the binary components including the Dynamics AX client and reinitialize the model store. For more information on reinitializing the model store, refer to Install updates to database, AOS, and clients [AX 2012].

Known issues

Major upgrade to Dynamics AX 2012 causes the internal TransactionID recID value to be reset to its minimum value

To work around this issue, run the following statement after running the scripts in the Data Upgrade Cockpit when upgrading from Dynamics AX 4.0 or Dynamics AX 2009:

update SYSTEMSEQUENCES set NEXTVAL = (select NEXTVAL from DEL_SYSTEMSEQUENCES where NAME = 'TRANSID') where NAME = 'TRANSID'

For a fixed price project , if there is a billing rule for which the contract value is set, then this contract value does not appear on the project estimate

To work around this issue, use On-Account transactions for revenue recognition in Fixed price projects.

Intercompany timesheet journal does not post the cost in the resourcing legal entity

A workaround to this issue is for the cost to be posted in the resourcing legal entity, the cost price should be specified for the worker being shared between legal entities and not on the project category.

Manual cleanup of number sequence clean up active one and you end up having the system trying to reuse it when related project with numbering sequence already exist

This situation does not let the user create projects using the number sequence for Project ID and the work around is to use manual entry for Project ID if this scenario arises.

If you select a specific project on the "Reconciliation – WIP accounts" report, the amounts that are displayed in the "Ledger" and "Deviation" columns of the report are incorrect

There is no available workaround for this scenario.

Upgrading from Dynamics AX 2012 with Cumulative Update 5 installed to Dynamics AX 2012 R2 with Cumulative Update 6 some element IDs need to be recalculated

An additional item has been added to the Code Upgrade checklist to help guide through the required tasks.

For Chinese tax integration: to successfully install the update, you must first export all external invoices

If your environment includes tax integration for China, then before you upgrade from Microsoft Dynamics AX 2009 or install updates to Microsoft Dynamics AX 2012 R2, you must first export external invoices. To do this, run the Export to file function under the following location in Microsoft Dynamics AX 2012 R2:

Accounts receivable > Periodic > Tax integration > Export to fileAfter you export external invoices, install cumulative update 6 for Microsoft Dynamics AX 2012 R2. For more information about how to install cumulative update 6 for Microsoft Dynamics AX 2012 R2, go to Install updates to database, AOS, and clients.

Code Upgrade Checklist for in-place upgrade fails to launch

To resolve this issue, right click on the SysChecklistItem_FixAxIDs class and select new method, add the following code:

public MenuItemType getMenuItemType()
{
return MenuItemType::Display;
}

Updates and hotfixes that are included in cumulative update 6

Cumulative update 6 for Microsoft Dynamics AX 2012 R2 includes the following country-specific updates.

KB number

Country/region-specific feature

Applicable country or region

Documentation

2843029

Brazil: POS integration with Bematech fiscal printer for Brazil

Brazil

Not applicable

2850595

Brazil: Prerequisites for the Fiscal Books solution in Brazil

Brazil

(BRA) About fiscal books

2846887

Japan and China: enhancements to standard payment fees

China, Japan

(JPN) Set up and calculate the bank payment fees for a vendor

2818638

China and Japan: Fixed asset depreciation cost allocation between multiple organization units

China : Asset location transfer tracking

China, Japan

(CHN, JPN) Create allocation rules and allocate depreciation costs

(CNH) Transfer fixed assets to a new location

2820342

Czech Republic: Updates in support of changes to VAT law for discounts, corrections and corrective tax documents

Czech Republic

KB2820342

2824398

Finland and Sweden: Sales tax report may be printed in Tax code currency and in any other given currency

Finland and Sweden

KB2824398

2797761

France: Daily interest calculation

France

(FRA) Apply a penalty when a customer payment is past due

2849468

Germany: Support of new IP addresses for submission VAT declaration via ELSTER

Germany

KB2849468

2797668

Hungary: Itemized VAT Declaration as of 01.01.2013

Hungary

(HUN) Set up and generate an itemized VAT statement

2807505

India: Large Taxpayer Unit (LTU) Code Number

India

(IND) Key tasks: Tax information for legal entities

2819789

India: Accounting codes for service tax payments in India

India

KB2819789

2834203

Fixed asset depreciation calculation methods for Corporation Tax Act for Japan:

  • Straight-line depreciation method for assets placed in service prior to April 1, 2007 ("Old" method)

  • Straight-line depreciation method for assets placed in service after April 1, 2007 ("New" method)

  • Calculate depreciation when a legal entity's fiscal year is shorter than one year


Japan

KB2834203

2834203

Fixed asset depreciation calculation methods for Corporation Tax Act for Japan:

  • Declining balance method for assets placed in service prior to April 1, 2007 ("Old" method)

  • 200% declining balance method for assets placed in service prior to April 1, 2012; 250% declining balance method for assets placed in service on or after April 1, 2012 ("New" methods)

  • Change the depreciation method (after the fixed asset was depreciated using other methods in previous periods)

Japan

KB2834203

Set up the parameter to add debit and credit fields in the Vendor transactions form

Japan

(JPN) Set up the parameter to add debit and credit fields in the Vendor transactions form

Set up the parameter to add debit and credit fields in the Customer transactions form

Japan

(JPN) Set up the parameter to add debit and credit fields in the Customer transactions form

2818991

VAT statement xml file format is changed from 01.01.2013

Latvia

KB2818991

2802126

Mexico: Changes and Rules additions to the CFD and CFDI xml file.

Mexico

(MEX) Electronic invoices: CFDI (Comprobantes digitales fiscales por Internet)

2839277

Mexico: Updates to the DIOT declaration report

Mexico

(MEX) Generate a DIOT

2786631

SEPA - Direct Debit ISO 20022 XML Payment format file

Netherlands, Belgium, general formats

SEPA direct debit overview

2840428

Poland: Correction invoice changes for 2013

Poland

KB2840428

2835637

VAT tax point changes for EU deliveries

Poland

KB2835637

2792248

Russia: Prepayments for Retail

Russia

(RUS) Prepayments in Retail for Russia

2791196

Russia and Eastern Europe: Cash management for Retail

Russia and Eastern Europe

(EEUR) Cash management for retail points of sale

2819830

United Kingdom: Corrections to the VAT 100 report

United Kingdom

KB2819830

2818753

United States: Payroll tax update 2013-R6

United States

Not applicable

2850617

United States: Payroll tax update 2013-R9

United States

Not applicable


Cumulative update 6 for Microsoft Dynamics AX 2012 R2 contains the following hotfixes.


KB number

Description

Area

2812310

You experience slow performance when a timesheet is processed in Enterprise Portal in Microsoft Dynamics AX 2012 R2

AIF\Queue Management

2845539

Hotfix 2845539 is available to provide an AIF Microsoft Azure Service Bus Adapter for services in Microsoft Dynamics AX 2012 R2

AIF\Web Services

2826820

When importing through the sales order service, the color and size are not defaulted when specifying a retail variant on a sales line

AX Retail

2828056

Disabling Retail license revokes access to the bar code form/table

AX Retail

2796118

Posting of multiple service items generates duplicate errors

AX Retail\Headquarters

2796644

Products Masters Dimension Groups overwritten by the Retail Product Hierarchy when released to company

AX Retail\Headquarters

2809159

Retail sales inquiry shows only unposted transactions when periodic Post Inventory has been run or the statement has been calculated

AX Retail\Headquarters

2823484

Invalid tax code combination message occurs when posting statements that include Issue Gift Card and Add to Gift Card transactions

AX Retail\Headquarters

2831235

Calculate total discount on posting on Accounts Receivable paramaters causes double discount when statement is posted

AX Retail\Headquarters

2831896

Multiple shifts registered by the same user results onlt in the latest tender declaration being used in statement calculation

AX Retail\Headquarters

2832593

Payment method deleted from Store, then unable to re-add the Payment method

AX Retail\Headquarters

2833964

During Create Actions, selecting LocationFilter in SQL takes high CPU usage

AX Retail\Headquarters

2834740

Store cash posting account set to Bank Account causes statement posting error

AX Retail\Headquarters

2834741

Product variant number does not changes when the dimensions are changed on a Sales order line

AX Retail\Headquarters

2840187

Slow performance occurs when using products with a large number of dimension combinations

AX Retail\Headquarters

2842519

Wrong status for Inventory transaction if Post inventory function is used a few times and check box Aggregation/ Voucher transactions is marked

AX Retail\Headquarters

2845319

If parameter Price including sales tax is marked and parameter Use customer based tax is not marked in Store setup then for all Customer orders, registered in POS parameter Price include sales tax should also be marked

AX Retail\Headquarters

2847826

Customer Transaction History in POS not showing total sales value

AX Retail\Headquarters

2849528

Inventory adjustment Journal - Store Inventory Tab dimensions not transferred

AX Retail\Headquarters

2851847*

Lack of some information in Z-Report (Payment methods in Tenders section) printed in AX in form Retail/ Inquiries/ Shift

AX Retail\Headquarters

2852673

Not possible to delete a new node that was added incorrectly to the Retail product hierarchy

AX Retail\Headquarters

2823920

Customer account includes a Cash sale on Sales Invoice On POS

AX Retail\POS

2829678

Picking and Receiving for Purchase orders shows the variant information, but Picking and Receiving for a Transfer Order does not

AX Retail\POS

2838074

POS Picking and Receiving for Purchase Order do not display already received quantity in the Received column

AX Retail\POS

2839573

Customer group with Include sales tax parameter enabled calculates incorrect retail transactions for the customer

AX Retail\POS

2852311

Payment for Customer order in POS is not included into Statement

AX Retail\POS

2808375*

Report Config file needs to be updated which is used by Business Analyzer

BI and Reporting

2819814*

Select criteria duplicating on Budget Control reports

BI and Reporting

2842102*

Report parameter values based on a MDX query retrieving date dimension members are not sorted chronologically in lookups

BI and Reporting

2853892*

Cascading/dependent parameters for reports are not functioning in the AX client

BI and Reporting

2851881*

Error is thrown when trying to generate Power View Reports

BI and Reporting\OLAP Framework

2851883+*

Can't add KPIs and Indicators to a Business Overview web part in Windows server 2012/IE10 when there is a Power view web part in the same Role center

BI and Reporting\OLAP Framework

2839091*

Export from report to excel file, user cannot select the right excel format, and if exported to xsl, allowed row number is limited to 65535

BI and Reporting\SRS Reporting

2811385

"There is no template that exists with the present or empty language" error message when you create a document in Microsoft Dynamics AX 2012 R2

Client\Office Add-ins

2832160

Color coded keys for different layers are not visible when doing a code compare on Windows 8 or Windows Server 2012

Developer and Partner Tools\MorphX\Editor (X++ editor)

2819279

Form names for list pages is incorrectly being captured as fact box names

Developer and Partner Tools\Task Recorder

2826166+

Not able to preview the attached documents or Expense report in EP

Enterprise Portal

2847851+

Project dimension view on EP is not aligned

Enterprise Portal

2850100

Non-system administrators can create notes in Enterprise Portal but are not able to view them

Enterprise Portal\Authentication

2816069

Unable to save the delivery address on a 'Purchase Requisition' line when using Enterprise Portal

Enterprise Portal\Enterprise Portal

2846002

Penny difference for Misc. charges ledger account in a Purchase order

GFM\Accounting Framework

2849680

Unable to close fiscal period in one company (that has no pending open transactions) when there are unposted transactions in another company that is using the same Ledger calendar

GFM\Accounting Framework

2814784

Create and Confirm Purchase Order, then change Item Posting Setup, then post PO Physical then Financial, Financial posting is wrong

GFM\Accounts Payable

2832838

Disabled inventory ledger integration creates a zero transaction

GFM\Accounts Payable

2842479

Attachment button is disabled in Enterprise Portal if the Vendor Invoice has been submitted to workflow

GFM\Accounts Payable

2850189

Freight charges are being posted with a transaction type of Transfer when they should be posted with a Transaction Type of Purchase order

GFM\Accounts Payable

2807514

Item sales tax group is not defaulted in Prepayment invoice form

GFM\Accounts Payable\Invoicing

2807753

Error posting a purchase invoice

GFM\Accounts Payable\Invoicing

2814748*

When vendor invoice is printed with serial number information, one line is printed per serial number in AX 2012

GFM\Accounts Payable\Invoicing

2820697

Unable to post a prepayment if change management is active and using workflow

GFM\Accounts Payable\Invoicing

2826239

Sales Tax is overstated when posting a PO Invoice that has a prepayment on it

GFM\Accounts Payable\Invoicing

2826239

Sales Tax is overstated when posting a PO Invoice that has a prepayment on it

GFM\Accounts Payable\Invoicing

2827702

Attachments are no longer visible after posting a Vendor Invoice from Pending to Open

GFM\Accounts Payable\Invoicing

2838507

Physical cost amount of the ordered and invoiced quantity is wrong

GFM\Accounts Payable\Invoicing

2840201

PO matching leads to double tax posting in case of a tax exempt posting

GFM\Accounts Payable\Invoicing

2840571

Cannot cancel a PO when a Prepayment invoice entered with has a rounding distribution

GFM\Accounts Payable\Invoicing

2841667

Vendor Invoice cannot be processed because it contains invoice policy validations tryijng to post a vendor invoice

GFM\Accounts Payable\Invoicing

2846471

Payment schedule button is not available for PO invoicing

GFM\Accounts Payable\Invoicing

2846776

Dimensions on partial purchase order invoices not displayed on Header

GFM\Accounts Payable\Invoicing

2850736

Vendor invoice due date calculates incorrectly if you adjust the posting /invoice dates prior to selecting the purchase order

GFM\Accounts Payable\Invoicing

2830632

Vendor transactions report on open transactions show original invoice balance instead of open balance

GFM\Accounts Payable\Reports

2850734*

Posted transactions by journal missing lines for sales taxes

GFM\Accounts Payable\Reports

2821243

The joined cursor has been used in another SELECT statement in method: ReleaseUpdateTransformDB40_Cust\custInvoiceTransDeltaPreUpgradeProcess()

GFM\Accounts Receivable

2840505

After upgrading, the customer is unable to process credit card based order and invoices

GFM\Accounts Receivable

2845418

During AP/AR foreign currency revaluation, the transaction to revert last exchange rate adjustment transaction will share same ledger dimension from one of the previous transaction

GFM\Accounts Receivable

2849677

Field BusinessNumber_CA must be filled in attempting to link a Canadian customer to a non-Canadian legal entity

GFM\Accounts Receivable

2806652

Collection letter is not available to reprint

GFM\Accounts Receivable\Collections

2806653

You can use a ledger account to post a transaction unexpectedly when the Don't allow manual posting check box is active in Microsoft Dynamics AX 2012 R2

GFM\Accounts Receivable\Free Text Invoice

2811644

Dimension missing in recurring invoice

GFM\Accounts Receivable\Free Text Invoice

2812573

When deleting recurring invoices, unexpected invoices are deleted

GFM\Accounts Receivable\Free Text Invoice

2830024

The Customer Name is not being printed on the free text pro forma invoice The Customer Name is not being printed on the free text pro forma invoice

GFM\Accounts Receivable\Free Text Invoice

2835074

Changes in Free Text Invoice Template are not being picked up into the subledger journal

GFM\Accounts Receivable\Free Text Invoice

2841653

Reason code is not available on voucher transactions for posted free text invoice or correction of free text invoice

GFM\Accounts Receivable\Free Text Invoice

2837433

Country name is displayed in system language instead of user language while creating an address for a customer

GFM\Accounts Receivable\Reports

2823570*

Placement of the "Page" text on the Sales Invoice report is not in the proper location

GFM\Accounts Receivable\Sales Order Invoicing

2839290

When printing a sales invoice with a multiline cash discount the discount text is incorrectly formatted if the date format under regional settings does not match the language of the invoice

GFM\Accounts Receivable\Sales Order Invoicing

2802693

An error occurs when multiple workbooks are stored for the same budget plan document

GFM\Budget

2806679

Aggregation of the child plans in a different than accounting currency does not convert amounts to accounting currency in the parent plan.

GFM\Budget

2816896

Cannot create a record in Budget source tracking detail in cases where partial relief has been done before finalizing

GFM\Budget

2830797

Budget control cube calculates budget funds available measure incorrectly

GFM\Budget\Budget Control

2802725

An error occurs while displaying screenshot attachment

GFM\Budget\Budget Planning

2814785

Adding Forecast position data to a budget plan using the "Select forecast positions" option can produce incorrect error

GFM\Budget\Budget Planning

2832886

Bank Reconciliation - importing statements when in Batch mode causes stack trace error

GFM\Cash Management\Bank\Bank Reconciliation

2854574

Unable to create record in Transaction Code Mapping form

GFM\Cash Management\Bank\Bank Reconciliation

2819359

Query in Entering customer payments form gets filtered incorrectly after you enter one payment

GFM\Cash Management\Customer\Payments and Settlement

2839148

Bank Transaction Type does not default off the method of payment if the method of payment does not have a default payment account

GFM\Cash Management\Customer\Payments and Settlement

2855218

Incorrect due dates are generated, when payment schedule is used with specific allocation and term of payments

GFM\Cash Management\Customer\Payments and Settlement

2811591

Endless loop upon proposal delete Vendor Payment proposal

GFM\Cash Management\Vendor\Payments and Settlement

2812979

Vendor remit-to address not being populated in the remittance tab in the vendor payment journal when issuing a payment proposal

GFM\Cash Management\Vendor\Payments and Settlement

2841502

Payment proposal shows wrong payment account in Balance control and Payment distribution

GFM\Cash Management\Vendor\Payments and Settlement

2843713

Cannot generate NACHA IAT file for Canadian Vendor

GFM\Cash Management\Vendor\Payments and Settlement

2848126

The remittance address on the selected transaction line does not match the remittance address on the selected payment journal line

GFM\Cash Management\Vendor\Payments and Settlement

2837560

LedgerExchangeRate service create operation throws an error when the currency pair already exists

GFM\Currency Framework

2782358

Structure fast tab not refreshed on FA form

GFM\Fixed Assets

2799897

The Amount in reporting currency field doesn’t get updated correctly while transferring Fixed asset record to different set of dimensions

GFM\Fixed Assets

2803055

Fixed Asset Services does not automatically generate Number Sequence IDs for Asset Ids

GFM\Fixed Assets

2803103

Incorrect depreciation is created while transferring vouchers to Fixed asset

GFM\Fixed Assets

2805256

Fixed asset depreciation proposal is calculated incorrectly and ignores accumulated depreciation

GFM\Fixed Assets

2805274

Financial dimensions are not defaulted in Split fixed asset journal for depreciation offset account

GFM\Fixed Assets

2836798

Depreciation periods remaining not updating for manual depreciation method

GFM\Fixed Assets

2814772

Unable to override default offset accounts coming from the FA posting profile(Splitting fixed asset)

GFM\Fixed Assets\Journals

2814830

The system transfers depreciation with acquisition voucher unexpectedly in Microsoft Dynamics AX 2012 R2

GFM\Fixed Assets\Journals

2821244

Transfer of Fixed Asset validates on old account structure and fails if no longer available

GFM\Fixed Assets\Journals

2845070

Fixed assets acquisition made from purchase orders with summary update creates one fixed asset instead of several

GFM\Fixed Assets\Purchase Order

2852715

Fixed assets Transfer form showing incorrect posting layer (Tax instead of Current)

GFM\Fixed Assets\Setup

2812873*

Generating ISR Report for a specific period thrown error

GFM\GDL-SYS

2812914

The electronic invoice XML file for Mexico is incorrect when a discount is used in a sales order in Microsoft Dynamics AX 2012 R2

GFM\GDL-SYS

2813849*

Correction transactions are incorrectly presented in German journal list - amount sign in lines and incorrect totals

GFM\GDL-SYS

2818915

IRS path when creating 1099 output file ignores folders past the second folder for the save location

GFM\GDL-SYS

2819020

Marking rows in the Settle open transactions slows down to around 3 seconds after marking 150 lines

GFM\GDL-SYS

2822071

Mexico Electronic invoice is not accurate when using Price Unit factor in sales order

GFM\GDL-SYS

2829605

Report Transaction list by account does not display settllement correctly

GFM\GDL-SYS

2836480

AX 2012 R2 Cancelling a products receipt in Italian company returns error “Fiscal Period is not open. Date is not open”, even though fiscal period is open.

GFM\GDL-SYS

2836520

Unable to create a customer with Third country/region from Customer master

GFM\GDL-SYS

2843642

Error message presented when trying to Consolidate Vendor invoices for Intercompany

GFM\GDL-SYS

2845527

Purchase tax report for Mexico doesnt display posted data when report generated with Unrealized

GFM\GDL-SYS

2846831

Intrastat is showing wrong country destination ID

GFM\GDL-SYS

2849190

Incorrect address city on control report Norma 34

GFM\GDL-SYS

2849201

post invoice journal using Posting journal doesnt update journal number in the voucher transaction

GFM\GDL-SYS

2850157

VendPayments_SEPATruncateTags XSLT removes XML tag information resulting in invalid SEPA file

GFM\GDL-SYS

2852534

French Vendor Account Statement report display vendor name twice

GFM\GDL-SYS

2852711*

Italian fiscall lifo report showing unexpected results

GFM\GDL-SYS

2801686*

Poor performance experienced while running “Transaction Origin (LedgerTransBase)” report

GFM\General Ledger

2801686*

Poor performance experienced while running “Transaction Origin (LedgerTransBase)” report

GFM\General Ledger

2809318

In Dimension statement report, lines are duplicated when Filter is added with criteria

GFM\General Ledger

2810555

Error occurred when printing the posted transactions in autoreport for the GL Posted Transactions

GFM\General Ledger

2811630

Error prompt, while posting AR payment Journal with offset account type as sub-ledger (any account type other than Ledger)

GFM\General Ledger

2815293

Dimension Values can be changed when the Journal Ledger has been submitted for Approval

GFM\General Ledger

2819119

Journal lines are getting posted incorrectly in different companies

GFM\General Ledger

2819863*

Correction transactions are incorrectly presented in Extended journal list (DE AX certification)

GFM\General Ledger

2820691

Dimension set balance updates do not handle debits and credits in a single update

GFM\General Ledger

2820792

All Journal lines are displayed in "Inquiry" form

GFM\General Ledger

2829797

Periodic processes removing records from GeneralJournalAccountEntry_W when it should not

GFM\General Ledger

2832317

Full dimension set rebuild initializes all dimension sets for balances

GFM\General Ledger

2835136

Submit button disappears on the General Ledger workflow

GFM\General Ledger

2836564

The COMPANYIMAGE table is not upgraded correctly for RefRecID to COMPANYINFO

GFM\General Ledger

2840107

Hotfix 2840107 is available for menu item changes for financial reporting in Microsoft Dynamics AX 2012 R2

GFM\General Ledger

2838948

the selection criteria ‘null’ of source financial dimension criteria in allocation rule of the main account is not working as expected

GFM\General Ledger\Allocations

2841643

it is not possible to create multiple allocations for 100%, based on the dimensions used through Allocation Rules

GFM\General Ledger\Allocations

2823134

Setup main accounts to support currency translation for financial reporting

GFM\General Ledger\Chart of Accounts

2828787

Drill down on trial balance list page amounts

GFM\General Ledger\Chart of Accounts

2831712

Display ledger account segments as separate columns in the trial balance list page

GFM\General Ledger\Chart of Accounts

2840548

Add dimension set value(s) name as a column in the trial balance list page (re-enable)

GFM\General Ledger\Chart of Accounts

2818893

Main account description not being translated after creation of new partition

GFM\General Ledger\Dimensions

2823571

It is not possible to filter translated accounts

GFM\General Ledger\Dimensions

2830471

Users can still create new Financial Dimension even though security has been setup to restrict them from doing so

GFM\General Ledger\Dimensions

2831818

Filter criteria given by user is not considered for filtering data in Lookup

GFM\General Ledger\Dimensions

2833433

Posting validation using the wrong account structure

GFM\General Ledger\Dimensions

2851488

Dimension attribute value combination display value are set to blank and orphaned when changing custom dimension value resulting in loss of dimensions on all Budget Register Entry transactions

GFM\General Ledger\Dimensions

2852717

Upgrade to AX 2012 R2 upgrade script ReleaseUpdateTransformDB50_Ledger\dimensionsPreProcessing does not account for partitions

GFM\General Ledger\Dimensions

2842543

Financial Statement Report Perform very slow when running across dimensions and sets

GFM\General Ledger\Financial Statements

2802564

Stack Trace error occurs while running “Detailed trail balance” report

GFM\General Ledger\Reports

2841591

Journal report prints empty except the first journal which works fine

GFM\General Ledger\Reports

2849471

Cannot launch the report Dimension statement twice at the same time and opening balances not included in accumulated totals

GFM\General Ledger\Reports

2800396

An error occurs while checking "Show open only" check box in Bill of Exchange journal

GFM\GLS-CONS

2806675

Unable to click “Settle endorsed bill of exchange” button on the due date of endorsed bill of exchange

GFM\GLS-CONS

2806677

Customer balance remains even after settling Endorsed bill of exchange

GFM\GLS-CONS

2809981

When posting intercompany transactions through source document framework, the Chinese voucher type and number are always from the source company.

GFM\GLS-CONS

2812477

A country-specific update is available for China to improve tax integration for the Golden Tax system in Microsoft Dynamics AX 2012 R2

GFM\GLS-CONS

2822154

When selecting cutoff day as payment method in Terms of payment, due date calculation is wrong

GFM\GLS-CONS

2824106

Transactions may be counted multiple times in certain Chinese local report in Microsoft Dynamics AX 2012 R2

GFM\GLS-CONS

2828213

GBT exported file GeneralLedger_XXX.xml doesn't include summary account of posting profile for customer and vendor balance and net amount

GFM\GLS-CONS

2832078

Separate ledger accounts of inventory value by sites cause error to Inventory items with the standard cost method

GFM\GLS-CONS

2832599

Consolidated invoice - customer's sales orders are not being selected based on the posting date of the sales order invoice

GFM\GLS-CONS

2832836*

The issue of 16 AR/AP reports record the amount to Credit or Debit when the parameter "Credit note as correction"

GFM\GLS-CONS

2849007

Purchase Order line "Product name" does not display for 1st line but in subsequent line it display afterward

GFM\GLS-CONS

2854001

Chinese functionality: Unable to expand the tree control and view the full account names in Chart of accounts when using a Main account hierarchy with very long account names

GFM\GLS-CONS

2806511

A country-specific update is available to add the event for canceling an NF-e fiscal document in Brazil in Microsoft Dynamics AX 2012 R2

GFM\GLS-CONS\Brazil

2827136

The protocol number is incorrect in an NF-e document that is exported from an invoice in Microsoft Dynamics AX 2012 R2 for Brazil

GFM\GLS-CONS\Brazil

2827137

Incorrect NF-e inquiry web service version number is generated when you export an NF-e document for an invoice in Microsoft Dynamics AX 2012 R2 for Brazil

GFM\GLS-CONS\Brazil

2828686

A country-specific update is available to comply with the "Nota técnica 2012.005" legislation of NF-e in Brazil in Microsoft Dynamics AX 2012 R2 with the Brazilian localization layer installed

GFM\GLS-CONS\Brazil

2836418

AX does not allow to post a Customer payment journal with INTEREST or FINE in case Dimensions are mandatory (does not allow blank)

GFM\GLS-CONS\Brazil

2839495

A country-specific update is available to add the NF-e contingency SCAN functionality in Microsoft Dynamics AX 2012 R2 for Brazil

GFM\GLS-CONS\Brazil

2840176

Adjusting the ‘Tax base amount’ value before posting is not working as such amounts are not being posted

GFM\GLS-CONS\Brazil

2841218

Error thrown while posting Return order for inter state

GFM\GLS-CONS\Brazil

2842648*

Accumulated column presenting incorrect data for the Analytical Ledger report

GFM\GLS-CONS\Brazil

2843171

unable to post Import of services Fiscal document

GFM\GLS-CONS\Brazil

2846375

No withholding tax is being calculated when executing the payment of an Invoice journal in Accounts payable

GFM\GLS-CONS\Brazil

2847113

Error thrown when making payment using 'Enter customer payment' form

GFM\GLS-CONS\Brazil

2852127

Posted sales complementary invoice does not take the series as part of invoice number

GFM\GLS-CONS\Brazil

2852186

Changing the address on a Purchase Requistion causes the error The Country/region and State of delivery address must have the same Country/region and State of Fiscal establishment address

GFM\GLS-CONS\Brazil

2853336

For Electronic payments, when importing the bank return file, for all rejected invoices, the Amount = 0.00

GFM\GLS-CONS\Brazil

2854005

Day Book report is not showing the amounts in the default company currency

GFM\GLS-CONS\Brazil

2855609

Analytical Ledger report is not showing the amounts in the default company currency

GFM\GLS-CONS\Brazil

2791403*

The hash value is not inserted in a correction e-file for the 26Q, 27Q or 27EQ statement report in Microsoft Dynamics AX 2012 R2 with the India localization layer installed

GFM\GLS-CONS\India

2800747

A country-specific update is available to correctly display purchase order distribution lines for purchase orders that have "Price Incl. Tax" tax codes in Microsoft Dynamics AX 2012 R2 that has the India localization layer installed

GFM\GLS-CONS\India

2829307

FA Acquisition vouchers are all displayed as posted under Current Layer instead of being displayed under Current and Tax layers

GFM\GLS-CONS\India

2843123

unable to post transactions with TDS and financial dimension issue

GFM\GLS-CONS\India

2849075

Lines are not getting retrieved and not visible when Periodic Journal lines are created

GFM\GLS-CONS\India

2852122

Depreciation calculation as per IT Act – not working correctly

GFM\GLS-CONS\India

2815253

"Function VendDocumentTableMap.parmVatDueDate_W has been used incorrectly" when you post a purchase product receipt in the Hungarian version of Microsoft Dynamics AX 2012 R2

GFM\GLS-EE

2809381

Purch\sales book's reference to original facture by FactureJour_RU recid is not filled for non-corrective factures

GFM\GLS-EE\Russian Federation

2809381

Purch\sales book's reference to original facture by FactureJour_RU recid is not filled for non-corrective factures

GFM\GLS-EE\Russian Federation

2829764

ReleaseUpdateDB60_Basic method updateAdjustment_RU needs to check for config keys being enabled

GFM\GLS-EE\Russian Federation

2835075

Data upgrade from AX2009 to AX2012 R2 does not correctly update accounts for CustVend and Invent Posting log

GFM\GLS-EE\Russian Federation

2850246

Error when posting return order for a customer with postponed passing of property

GFM\GLS-EE\Russian Federation

2855327

Filter doesn't work for Agreement ID in PO header

GFM\GLS-EE\Russian Federation

2855777

Error thrown while when creating or viewing return order

GFM\GLS-EE\Russian Federation

2851858

Temporary sales tax transactions is not cleared when sales order is created from Statement

GFM\Tax

2855382

Breakdown of voucher and check sales tax parameter do not work together

GFM\Tax

2834700

Sales tax report/Ledger reconciliation does not consider reversing entries

GFM\Tax\Reports

2839696

Wrong information shown on the popup detail for transaction date in the TaxTrans table

GFM\Tax\Reports

2833529

When directly posting to sales tax codes and sales tax accounts into a journal line, the tax in the line is not being calculated when the Tax Code is assigned to the Sales and Item Tax group

GFM\Tax\Tax Calculation

2836928

Sales tax penny difference between TaxTrans and LedgerTrans

GFM\Tax\Tax Calculation

2830499

Personal Contacts Contact Information is not associated to the contact person but to the worker

Human Resources

2831128

Absence registration page does not refresh upon submitting for approval, resulting in ability to reuse the same registration

Human Resources

2839276

An error is shown when searching in the Position hierachy

Human Resources\Directory View

2802798

Payroll Tax update 2013-R4 for the United States

Human Resources\Payroll

2810530

Added the ability to enter .0000 for both Worker Deduction and Employer Contribution fields for Contribution Calculation Rates

Human Resources\Payroll

2812179*

Payroll Tax history summary Inquiry and Tax history report duplicate actual tax amount for manually added tax lines

Human Resources\Payroll

2816872

Payroll Contribution Calculation Rates for Employer Contribution do not allow fixed caps when using percentage of employee

Human Resources\Payroll

2817276

Expired benefit does not show up on Pay statement detail, Pay statement report, Check report, Benefit register report or Pay statement Benefit Inquiry

Human Resources\Payroll

2820659

Retirement deduction limits are using the current date, when they should be using the payment date

Human Resources\Payroll

2831941

YTD Gross pay total is incorrect on the Pay statement when a combination of issued and submitted pay statements exist

Human Resources\Payroll

2834005

Tax transaction history does not display the MD State Withholding amounts for supplemental/bonus pay runs

Human Resources\Payroll

2838946

Number sequence is not generated when using the Payroll Earning Service

Human Resources\Payroll

2849916

Payroll reversed and non-issued pay statements show on pay statements

Human Resources\Payroll

2850646

Create an inquiry against the Earning Statement Lines table

Human Resources\Payroll

2798734

Automatic linking to nearest parent category associated with purchase agreements when selecting child category

Public Sector\AP\Invoicing

2848243

Vendor invoice journal cash discounts are not applied back to invoices lines

Public Sector\AP\Payments

2815330

Department access on purchase agreements listing departments not eligible for selection

Public Sector\AP\PSFR

2798811

Billing Classification enterprise portal chart report does not display commas or currency values

Public Sector\AR\EP and Role Centers

2800292

FIX: Interest days calculated for credit notes on the Transactions tab of the Interest note in Accounts Receivable are incorrect when you use multiple interest rates in Microsoft Dynamics AX 2012 R2

Public Sector\AR\Interest and Collections

2828791

Incorrect interest amounts are computed on interest note transactions created with a payment schedule

Public Sector\AR\Interest and Collections

2820481

Selecting the cash discount option for settlement priority fails automatic settlement

Public Sector\AR\Payments and Settlements

2836793

Confirm budget reservation button on the commitments form affected by incorrect scope of workflow setup for commitments across legal entities

Public Sector\Budget

2838599

Budget analysis form does not show correct data when main accoount is not used as a budget control dimension

Public Sector\Budget

2855180

Budget analysis form is showing entries from other legal entities

Public Sector\Budget

2816049

Fiscal year-end close opening transactions process does not process closing period entries

Public Sector\GL

2798809

Year-to-year expenditure comparison by period enterprise portal report chart includes closing entries

Public Sector\GL\EP and Role Centers

2852517

Sales tax payments using settlement accounts incorrectly posts tax amounts to vendor summary account

Public Sector\GL\Periodic

2821180

Advanced Ledger Entry (ALE) does not apply Project Indirect costs logic

Public Sector\GL\Transactions

2839280

Sales Agreement Classification Drop Down List is no longer available when the Public Sector license key is unmarked

Public Sector\Procurement and Sourcing\Agreement

2810506

Performance is improved when large number of commitments are displayed on the commitments list page

Public Sector\Procurement and Sourcing\PSFR

2839386

Issue with the stringSize that is storing the Document Status field values

SCM\Inventory

2832120*

Inventory report for Packing Material is missing in Dynamics AX 2012

SCM\Inventory\Inventory Management

2834949

Running the Check upgrade readiness results in an error in the ReleaseUpdateTransformDB50_InventTrans upgrade script

SCM\Inventory\Inventory Management

2851558

If Quality Order is having type "Route operation" then, while re-opening it, an error occurs

SCM\Inventory\Quality Management

2829728

Master planning ignores the priority of substitute component, resulting in incorrect update consumption quantities of the formula item

SCM\Planning\Master Planning

2829987

When running Master Planning an error message "Item is included circularly in the BOM" is thrown, when product variants are used on a BOM.

SCM\Planning\Master Planning

2822168

Firming a Planned Production Order throws an error "Planned order does not exist" and reference to the Planned Production Order is missing

SCM\Planning\Planned Orders

2851560

The firming of the Planned Production Order does not update the financial dimensions

SCM\Planning\Planned Orders

2856239

Opening Planned Purchase Order from Purchase Order list page shows no records

SCM\Planning\Planned Orders

2838963

Job Scheduling is not allocating jobs to all the available resources within a resource group

SCM\Planning\Scheduling

2848890

Scheduling backward with synchronize references and infinite capacity and material throws infolog message and schedules reference Production Orders forward

SCM\Planning\Scheduling

2806551

Poor performance experienced while upgrading with Process Industries enabled

SCM\Process Industries\Process Industries AX2012

2827375

Incorrect rounding issue in 'Per Series' in Formula line

SCM\Process Industries\Process Industries AX2012

2852513

Price unit of a co-product cost is not considered in Batch Order formula and cost postings

SCM\Process Industries\Process Industries AX2012

2833428

The Return, Accept and Reject buttons are not activated when you save a line for a Reply to Quote after making changes to the line item

SCM\Procurement

2834494

Error when defining periodic job Confirm Purchase Order batch

SCM\Procurement

2821200

Serial number is not synchronized from the Intercompany Sales Order to the other orders in the originating company resulting in error while updating Packing Slip

SCM\Procurement\Intercompany

2828082

When a Return Order is created for a Sales Order with Direct Delivery and split due to 2 different disposition codes, the discount disappears for the second line

SCM\Procurement\Intercompany

2838962

Intercompany Sales Order Line not cancelled after cancellation of corresponding Purchase Order Line

SCM\Procurement\Intercompany

2821219

Packing Slip number in the Item Arrival Journal is not transferred to the Post Product Receipt form

SCM\Procurement\Product Receipts

2833430

External Item Description is not transferred to the Purchase Order line for a Purchase Order created from a Sales Order

SCM\Procurement\Purchase Orders

2834290

"Price unit" is not transferred correctly to Purchase Order created from Sales Order

SCM\Procurement\Purchase Orders

2840848

Error "Line Number XX is outside the range of delivery schedule and cannot be used" occurs when entering a delivery schedule for an item which is part of a Purchase Order

SCM\Procurement\Purchase Orders

2841185

Stack trace error thrown when trying to create a credit note on a Return type Purchase Order if Payable parameter Default Settlement Type for credit notes is set to Designated Transactions

SCM\Procurement\Purchase Orders

2854626

When firming a Planned Purchase Order, the Purchase Order does not receive the currency code from the linked Purchase Agreement

SCM\Procurement\Purchase Orders

2838179

DateTime on Product Attribute not converted to the correct timezone

SCM\Product

2819554+

Attributes of type text with fixed list are incorrectly sorted in lookups for Product Configurator

SCM\Product\Product Configuration

2845057

The form for editing user defined table constraint is unusable

SCM\Product\Product Configuration

2852110

The configuration selected for the configured item on a Sales order or Quotation are not attached to the line in the company if not all components have been released

SCM\Product\Product Configuration

2803568

Storage and Tracking Dimension Groups are not populated while creating a new product using template for non-admin users

SCM\Product\Product Master Data Management\Product Data Management

2835630

New Released Product form is not bound to the company it is initially opened in

SCM\Product\Product Master Data Management\Product Data Management

2848777

When entering site specific settings for many items, using the same site specific form, the items cannot be updated as the system displays an error

SCM\Product\Product Master Data Management\Product Data Management

2850807

Released Product form values are not saving correctly

SCM\Product\Product Master Data Management\Product Data Management

2855191

Template changes are not independent of changes to a Released product

SCM\Product\Product Master Data Management\Product Data Management

2819817

Error on ProdParmStarUp table when exiting Print Options form of the Production Start form

SCM\Production and Shop Floor

2815472

Batchbalancing, for Potency, calculates incorrect Filler quantities when same active-ingredients-batch is on multiple locations

SCM\Production and Shop Floor\Batch Orders

2845056

Creating new Batch/Production Order takes a long time if many Production Orders exist

SCM\Production and Shop Floor\Batch Orders

2850387

Item Number is editable in the Formula Lines form accessed from Planned Batch Order

SCM\Production and Shop Floor\Batch Orders

2822400

The field Type which was set to "Vendor" while creating Production order (PO) is empty after the PO is created

SCM\Production and Shop Floor\Production Orders

2840448

Process Industries Production Control parameter ‘Alert use on non-standard version usage’ causes error when manually creating a new Planned Order of type Purchase order

SCM\Production and Shop Floor\Production Orders

2836822

Operations without job management setup are visible in the Job Registration form

SCM\Production and Shop Floor\Shop Floor Control\Job Registration

2850178

The “Status previous operations” in the Job Registration form always returns "N/A"

SCM\Production and Shop Floor\Shop Floor Control\Job Registration

2851043

Stack trace error appears while entering quantity using Hotkeys in the Job Registration form

SCM\Production and Shop Floor\Shop Floor Control\Job Registration

2833593

Wrong values are showing in Costing sheet when mode is "Costing" and the Setting is "Per"

SCM\Production Costing

2847555

Expired resources are still used in price calculations on Production Orders

SCM\Production Costing\BOM Calculation

2854487

The lookup for Bill of Material (BOM) is blank if the license configuration for BOM Approval is disabled

SCM\Resource and Activity

2833427

The production type defaults as Bill of Material ( BOM) rather than None

SCM\Resource and Activity\Engineering Change\BOM

2848030

Creating a new BOM errors “Creation of BOM is not allowed for items of type Item”

SCM\Resource and Activity\Engineering Change\BOM

2848063

Resource requirement updated incorrectly when more route versions are used

SCM\Resource and Activity\Engineering Change\Routes

2849349

When a resource group is added in the resource requirements of the route operation, the cost categories and scrap percentages are not set

SCM\Resource and Activity\Resource Management

2839358

Sales order tab in Backorder lines inquiry does not properly display sales order information

SCM\Sales

2836045

AX does not honor the language set on a customer for document reports

SCM\Sales\Packing Slip

2837393

Rebates do not retrieve financial dimensions from Sales Line

SCM\Sales\Rebates

2823454

Item lines are not sorted by sort code when you generate a picking list for a sales order in Microsoft Dynamics AX 2012 R2

SCM\Sales\Sales Orders

2823454

Item lines are not sorted by sort code when you generate a picking list for a sales order in Microsoft Dynamics AX 2012 R2

SCM\Sales\Sales Orders

2823457

Delivery Terms and Mode of Delivery do not default from the Delivery Address when creating a Sales Order

SCM\Sales\Sales Orders

2834948*

Printing of shipping labels does not honor the number of copies requested

SCM\Sales\Sales Orders

2841554

Deliver Remainder error on a Project Sales Order

SCM\Sales\Sales Orders

2841812

"Updating has been interrupted because there is an inventory transaction with the status Registered.” error received when posting registration on Return Order

SCM\Sales\Sales Orders

2852277

Country description displayed on system language instead of customer language, on Sales Order Confirmation report

SCM\Sales\Sales Orders

2855723

Sales Order Confirmation does not print to the selected destination when executed in batch using Print: After option

SCM\Sales\Sales Orders

2830390

Request for Quotation reply sheet does not print in languages other than en-us and en-gb

SCM\Sourcing\Request for Quotes

2829633

External notes do not print on Purchase Requisition report

SCM\Sourcing\Requisition

2842294+

Unable to Approve/Deny/Delegate a Vendor Request using Enterprise Portal

SCM\Sourcing\Vendor\Vendor Approval

2837401+

Multi select look up's does not work with filter criteria on customer address

SI\Address Book

2819370+

Creating a new Contact does not default in the Contact For customer information in Enterprise Portal

SI\CRM

2837962+

When Closing a case, if you answer No to the question "Do you want to remove all open activities", the open activities are removed anyway

SI\CRM\Case Management

2852145

Contact for another lead is saved under the new Lead that has not+hing to do with the first lead created

SI\CRM\Leads

2818803+

Incorrect committed cost balance remains on the Travel Requistion even after posting related Expense report

SI\Expense Management

2838624

Expense Purpose field in Cash Advance is not a look-up field

SI\Expense Management\Cash Advances

2822243

Create a Copy feature of Travel Requisitions does not copy over the Dimension values of the header and the line

SI\Expense Management\Enterprise Portal

2825700+

EP Expense Report with mix of project and non-project expense with tax fails to post

SI\Expense Management\Expense Entry

2839012

Total Expense Report Amount is adding expense and cash advance return

SI\Expense Management\Expense Entry

2842016

Budget Indicator not displayed on Expense Report when cost has overrun

SI\Expense Management\Expense Entry

2853890

Itemization lines missing data from expense lines

SI\Expense Management\Expense Entry

2816274

Line property doesn’t save on Expense Report until the report is edited

SI\Expense Management\Reports

2817297

Sales tax line on an Expense Report doesn’t update itemization lines

SI\Expense Management\Reports

2840661

Budget check on travel requisition not working

SI\Expense Management\Travel Requisitions

2827196

Approver cannot approve or reject workflow workitems from email notifications directly in Microsoft Dynamics AX 2012 R2

SI\Expense Management\Workflow

2828829

Not able to add a workflow condition based on a Line property in Expense Line Workflow

SI\Expense Management\Workflow

2823917

Posting a partial product receipt and posting partial invoice is relieving all line amounts on the committed cost when it should NOT be for a project purchase order

SI\Project Accounting

2823918

Posting a vendor invoice for purchase order related to project using Retrieve purchase order functionality does NOT populate spent amount after Vendor invoice is posted

SI\Project Accounting

2823919

Project Reservations for Purchase Requistion to Purchase Order to Vendor Invoice: The tax amount should not be doubled and after posting vendor invoice amount equals tax should not be left over for committed amounts

SI\Project Accounting

2828155

Unable to update project related information from Excel Add-in

SI\Project Accounting

2829147

Project Quotation created from Project uses Customer details (i.e. Currency) and not from Project Contract

SI\Project Accounting

2829745

When disabling Feature sets related to Project and compile, you get compile errors

SI\Project Accounting

2836334

Posting a project invoice the system returns the following error: "a number sequence has not been set up for the reference Invoice in the area project” ignoring the number sequence group setup

SI\Project Accounting

2831336

Adjustment transactions fail when quantity is changed during adjustments

SI\Project Accounting\Adjustments

2844161

Incorrect transaction types loaded on project budgets created from forecast model in case of fixed price projects

SI\Project Accounting\Budget and Forecast

2844194

Invoice date of fixed price project hour forecast created from a quotation is set as session date

SI\Project Accounting\Budget and Forecast

2850800

Indirect costs are not included in the Total budgeted cost field in the Cost Control form (Porting DAXSE 404712 to R2)

SI\Project Accounting\Budget and Forecast

2837549

Voucher imbalance errors when posting a project elimination

SI\Project Accounting\Estimates

2818805

Sales Price for hour and expense when viewed from customer is displaying sales prices for other customers

SI\Project Accounting\FIM Integration

2819347

Not possible to use Financial dimension default templates on purchase order line created from projects

SI\Project Accounting\FIM Integration

2823149

Allocation terms do not work properly when posting project transactions

SI\Project Accounting\FIM Integration

2821222

On-account transactions which are not posted are shown as both pending and posted transactions

SI\Project Accounting\Journals

2831952

Incorrect Posting type in Project Free text invoice correction postings

SI\Project Accounting\Journals

2840178

Beginning balance journal causes hour qty to be incorrect

SI\Project Accounting\Journals

2846373

Project validation is not working for worker/project on hour journal as it does with project quotation

SI\Project Accounting\Journals

2846753

Expense Entry from Beg Bal doesn't display cost price on Project Posted Transaction

SI\Project Accounting\Journals

2854552

Project Beginning Balance Journal Item transaction error requiring employee when worker/project validation set to Mandatory

SI\Project Accounting\Journals

2840186

When exploding a BOM item onto a Purchase order line where the Purchase order is linked to a Project that requires Activity on items, AX throws the error: "Enter an Activity number. The require Activity number for Item transactions is marked in Project"

SI\Project Accounting\Project Control

2853827

Dimension value as a selection criteria on the Project Actual transactions report throws an error

SI\Project Accounting\Reports

2834086

Project of user-defined status are not available in Billing rule form

SI\Project Contracts and Billing\Billing Rules

2842603

Currency on invoice proposal is editable on header causing inconsistencies

SI\Project Contracts and Billing\Invoicing

2824782

Project Quotation format Summarized by transaction type format does display correctly.

SI\Project Contracts and Billing\Project Quotations

2841662

Elimination Date warnings after Project Quotation is transferred to Project

SI\Project Contracts and Billing\Project Quotations

2828849

Project PO form will be refreshed back to first PO in same project after submit it to workflow

SI\Project Management

2823115

Error while scheduling resources in projects for activities with new calendars

SI\Project Management\Resource Scheduling

2826163

Project Purchase Order budget check results not working

SI\Project Management\SCM Integration

2839457

Return project purchase order can’t be receipted

SI\Project Management\SCM Integration

2839575

Not possible to return project item requirement packing slip

SI\Project Management\SCM Integration

2840148

"No account number exists for account type Cost for project" error is being returned when trying to activate new standard cost containing a project id

SI\Project Management\SCM Integration

2843575

Financial Dimensions do no re-default when you change the project id on a purchase order

SI\Project Management\SCM Integration

2845412

Project PO shifts to previous PO record after submission for approval through workflow

SI\Project Management\SCM Integration

2851546

Employee project validation do not work in Job Registration

SI\Project Management\SCM Integration

2819612

Project timesheet that is approved without required dimensions is stuck and can’t be posted

SI\Project Management\Timesheet

2821270

Timesheet for on hold period with automatic posting get updated with wrong status

SI\Project Management\Timesheet

2823476

Show timesheets for my projects list is displaying duplicates

SI\Project Management\Timesheet

2823546

Timesheet approval action buttons are not displayed until the timesheet line is saved

SI\Project Management\Timesheet

2829577

Hotfix 2829577 is available for the Microsoft Dynamics AX 2012 R2 mobile application and for the applications that work against Microsoft Dynamics AX

SI\Project Management\Timesheet

2832546+

Intercompany timesheets entry referencing incorrect customer accounts

SI\Project Management\Timesheet

2834988+

Show option in the EP Timesheet displays data incorrectly

SI\Project Management\Timesheet

2840553

Timesheet internal comments are being displayed on Project Invoices rather than the External Comments

SI\Project Management\Timesheet

2842012

Timesheet is submitted without error even when timesheet line does not contain line property

SI\Project Management\Timesheet

2844791+

Timesheet approval workflow when resubmitted after returned is assinged to the wrong approver.

SI\Project Management\Timesheet

2831318

Service order created from service agreement in a closed fiscal year cannot be posted if it is linked to an item

SI\Service Management

2815616

Unable to synchronize due to property changes in metadata which occurs after upgrade to 6.2

Upgrade

2840108

Source side upgrade script dependencies can become invalid with disabled license or configuration keys

Upgrade

2815695

Compile and CIL Generation checklist items don't get marked as Finished when run from the in-place upgrade checklists

Upgrade\Upgrade Checklist

2823543

"A hierarchy stop condition is required" error message when you run a workflow that uses an escalation path for workflow elements in Microsoft Dynamics AX 2012 R2

Workflow

2840206

Workflows assigned to all users within the security role

Workflow

2840208

ExpenseLines.DefaultDimension.XXX condition fields getting truncated while configuring workflow

Workflow

2847566

Full Compilation doesn't show all compile errors

X++ Language\Compiler


Notes

  • The asterisk mark (*) indicates a hotfix that affects reports. If you apply this hotfix, be sure to redeploy reports in your environment. For details, see Deploy updated reports to a report server.

  • The plus mark (+) indicates a hotfix that affects Enterprise Portal. If you apply this hotfix, be sure to deploy the updates to Enterprise Portal. For details, see Deploy updates to Enterprise Portal.



Cumulative update 6 for Microsoft Dynamics AX 2012 R2 includes the following binary hotfixes.

KB number

Description

Area

2845539

Hotfix 2845539 is available to provide an AIF Microsoft Azure Service Bus Adapter for services in Microsoft Dynamics AX 2012 R2

AIF\Web Services

2831335

Store databases approach or exceed the Microsoft SQL Server Express database size limitation quickly in Microsoft Dynamics AX for Retail 2012

AX Retail

2844046

Update Visual Studio projects to the RTM format of SharePoint Tools

AX Retail

2831962

An unhandled exception error occurs when trying to link an item with barcodes to 'product sale' in layout setup in Headquarters

AX Retail\Headquarters

2799144

Discount percentage is applied incorrectly before discount amount is applied when you process an item that use the discount in POS in Microsoft Dynamics AX for Retail 2012 R2

AX Retail\POS

2803846

Store phone number does not appear on receipts

AX Retail\POS

2804523

Income/ Expense transactions missing from X and Z reports

AX Retail\POS

2810499

POS staff list will show staff members multiple times, depending on how many address books they are in

AX Retail\POS

2818342

Discount percentage on receipt does not print if Aggregate Products for Printing is selected

AX Retail\POS

2828076

Error when using the logoff hotkey in POS

AX Retail\POS

2828758

You cannot recall a transaction without invoking User Interface to select a suspended transaction in Microsoft Dynamics AX for Retail 2012 R2 POS

AX Retail\POS

2829099

When aggregate products for printing is enabled, transactions for the same products but different variants are grouped into one line on receipts

AX Retail\POS

2829976

POS does not respect Aggregate Items setting when Must Key in Price is set to something other than “Not mandatory”

AX Retail\POS

2836165

The sequence of cash-drawer opening and receipt printing is not consistent in Retail POS

AX Retail\POS

2839573

Customer group with Include sales tax parameter enabled calculates incorrect retail transactions for the customer

AX Retail\POS

2839664

Blind closed shift needs an open shift in order to Declare Start Amount

AX Retail\POS

2839699

Error converting data type nvarchar to numeric on Item returns

AX Retail\POS

2840542

Show Journal form only displays transactions with entry status = normal, and does not include customer orders data

AX Retail\POS

2841213

Total amount calculated incorrectly for Return transaction if Total discount % or Total discount amount is used in sales transaction

AX Retail\POS

2844996

Deposit override for Customer order not recognized in Recall Customer order

AX Retail\POS

2845945

Reason codes for Retail returns, overrides, and other operations are not linked to line numbers or printed in the lines section on receipts

AX Retail\POS

2846705

Retail POS does not round properly when certain round-to values are set

AX Retail\POS

2846723

Sales Invoice error when selecting this option and there are no Pending Invoices on customer

AX Retail\POS

2847028

Store address formatted in-correctly on receipt if address consist of more then one line

AX Retail\POS

2850748

Unable to recall sales order at POS using the printed receipt number

AX Retail\POS

2851881

Error is thrown when trying to generate Power View Reports

BI and Reporting\OLAP Framework

2851882

SQL Server 2012 SP1 CU4 version need to be added to supported power view version in AX

BI and Reporting\OLAP Framework

2839091

Export from report to excel file, user cannot select the right excel format, and if exported to xsl, allowed row number is limited to 65535

BI and Reporting\SRS Reporting

2805318

Menu in Favorites shifts to a different menu item

Client

2835414

Client crashes when closing a maximized form in Developer's workspace on Windows Server 2012

Client

2840091

Client hangs and the quick link keys flash’s while accessing via a remote app on another workstation when run on Windows Server 2012

Client

2848005

After personalizing [Journal voucher] form, input assistant display of [Account] field disappear

Client

2828917

Client or AOS crash caused by post event handlers

Client\AOT

2829697

UTCDateTime fields in forms disappear in the user interface in Microsoft Dynamics AX 2012 R2

Client\Controls

2771692

Unable to add a record in table Product variants colours (EcoResProductVariantColor) with Unit of Work Color when dimension configuration is disabled

Client\Forms

2800904

Focus is lost when using arrow keys to correct entry in "Name" field of Vendor list

Client\Forms

2816385

You receive an error message after you personalize a form in Microsoft Dynamics AX 2012 R2

Client\Forms

2816386

Control added via personalization is not being inserted into correct location if form is pre-loaded

Client\Forms

2830342

X++ exception occurs after user personalizes [Sales order] or [Purchase order] form

Client\Forms

2801219

"Value cannot be null" error message when you exit spreadsheet edit mode in a Word document in Microsoft Dynamics AX 2012 R2

Client\Office Add-ins

2802548

You cannot change connection information about the Excel add-in workbook if default Microsoft Dynamics AX configuration is incorrect in Microsoft Dynamics AX 2012 R2

Client\Office Add-ins

2803118

Hotfix 2803118 is available to support Office add-in for reading and publishing data from and to services and tables in Microsoft Dynamics AX 2012 R2

Client\Office Add-ins

2809791

Some newly added enumeration fields overwrite existing fields in a workbook when the Excel add-in is used with Microsoft Dynamics AX 2012 R2

Client\Office Add-ins

2809792

Data is not updated and you receive an error message when you update a workbook that uses the BudgetPlanOfficeAddinService service in Microsoft Dynamics AX 2012 R2: "Failed to load query AxdBudgetPlanofficeAddin"

Client\Office Add-ins

2809811

You receive an error message when you try to publish an Excel workbook that contains a matrix field of mandatory fields from a table in Microsoft Dynamics AX 2012 R2: "There are incomplete records in your worksheet"

Client\Office Add-ins

2809825

An error occurs when you try to add the BudgetPlanOfficeAddinService in Microsoft Dynamics AX 2012 R2 as a data source in Microsoft Excel

Client\Office Add-ins

2811601

Export to Excel corrupts header characters to ‘?’ mark(s) if workbook supports refresh sets to ‘When possible’ and user language=JA in user options

Client\Office Add-ins

2812196

An Excel workbook may be saved as a corrupted workbook when the AssetFixedAssetService in Microsoft Dynamics AX 2012 R2 is used as a data source

Client\Office Add-ins

2831877

Error is generated while copying and pasting data in Excel between sheets when the Dynamics Ax Office add-in is enabled

Client\Office Add-ins

2838715

Export in Excel, empty fields in excel should be number formatted

Client\Office Add-ins

2840114

Error when trying to add record(s) to LedgerJournalName

Client\Office Add-ins

2801699

strRem() method works differently in the interpreter and IL

Developer and Partner Tools

2838058#

When performing an AX 2012 to AX 2012 R2 (In-Place) upgrade the Norwegian Labels are not installed (Plus other tier 2 languages)

Developer and Partner Tools

2844240#

You experience slow performance when you run the X++ compilation in Microsoft Dynamics AX 2012 R2

Developer and Partner Tools\MorphX

2849357#

X++ customization getting lost through in-place upgrade from AX 2012 CU 3 to R2

Developer and Partner Tools\MorphX

2843318

Business Purpose field in Travel Requisition is not behaving correctly

Enterprise Portal

2851308

EP workflow bar is not enabled for the filtered records

Enterprise Portal\Enterprise Portal\Controls

2835128

EP search service is logging into AX as SharePoint service account rather than user account while performing search

Enterprise Portal\Enterprise Portal\Search

2802798

Payroll Tax update 2013-R4 for the United States

Human Resources\Payroll

2848904

Rerunning job scheduling on the same production order (with references) multiple times is giving inconsistent results

SCM\Planning\Master Planning

2838963

Job Scheduling is not allocating jobs to all the available resources within a resource group

SCM\Planning\Scheduling

2819254

Subcomponent conditions for a Product Configuration Model do not work correctly when using the same component for multiple lines

SCM\Product\Product Configuration

2827374

Production Order Operations Scheduling throws error "Not enough capacity could be found"

SCM\Production and Shop Floor

2835615

Error while running reindex in AX 2012 R2

Server\Admin Forms

2834989

AOS crash's when going to Production Information Management | Common | released products

Server\AOS Service

2830040

AOS crash when AOS server configuration have the startup commands configured as -internal=comments -internal=nocursorreuse

Server\DataBase

2843336

Legal entities form doesn't work properly after disabling and enabling configuration key

Server\DataBase

2832056#

Model security cache enhancement

Server\Security

2846581

XDS policy is not applied to INSERT_RECORDSET SELECT FROM <ConstrainedTable>

Server\Security\RLS

2729496

Kernel doesn't handle SQL Active/Passive cluster failover for TempDB tables

Server\Temp Table

2829585

Assemblies in the GAC are overwritten when you run the Setup.exe file to install a component in Microsoft Dynamics AX 2012 R2

Setup\Installation

2826846#

Error is thrown when splitting database during initial in-place upgrade phase

Upgrade\Upgrade Framework\Data Upgrade Framework

2821878

Open timesheet line from role centre doesn’t work on timesheet header

Workflow

2802757

Event handler works differently than in prior versions when running on IL

X++ Language

2842002#

Problem with ternary conditional operator in IL

X++ Language\CLR Interop

2813589

XppPrePostArgs args returns empty when you debug X++ code in Microsoft Dynamics AX 2012 R2

X++ Language\Compiler

2822515

Compiler output not reporting X++ compile errors

X++ Language\Compiler

2840106

IL generator changes non-latin characters

X++ Language\Managed Transition


Note The hash symbol (#) indicates a hotfix that impacts the database schema. If you apply this hotfix, you must reinitialize the model store. For more information, see Install updates to database, AOS, and clients.

File information for cumulative update 6 The global version of this cumulative update has the file attributes (or later file attributes) that are listed in the following table. The dates and times for these files are listed in Coordinated Universal Time (UTC). When you view the file information, it is converted to local time. To find the difference between UTC and local time, use the Time Zone tab in the Date and Time item in Control Panel.

Need more help?

Want more options?

Explore subscription benefits, browse training courses, learn how to secure your device, and more.

Communities help you ask and answer questions, give feedback, and hear from experts with rich knowledge.

Was this information helpful?

What affected your experience?
By pressing submit, your feedback will be used to improve Microsoft products and services. Your IT admin will be able to collect this data. Privacy Statement.

Thank you for your feedback!

×