Anda di halaman 1dari 36

Microsoft Dynamics AX 2012 R3

What’s new in
CU 13 for
Microsoft
Dynamics AX
2012 R3
This document describes the new or changed
functionality, and regulatory updates, that
were included in cumulative update (CU) 13.

White paper

September 2017

Send feedback.

www.microsoft.com/dynamics/ax
Contents
Compatibility notice 2

Client enhancements 3

Developer tools enhancements 4

BI and reporting enhancements 7

Financial enhancements 7

Retail enhancements 11

Human capital management enhancements 17

Supply chain management enhancements 19

Warehouse and transportation management enhancements 22

Public sector enhancements 27

Country/region-specific updates that are included in CU 13 28

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 1


What’s new in CU 13 for Microsoft Dynamics AX 2012 R3
This document lists the changes to functionality that have been included for Microsoft Dynamics AX 2012 R3 in
Cumulative update (CU) 13. For more details about the changes that are included in CU 13, see the release notes at
https://support.microsoft.com/help/4032175/. Most of these changes were made in the Warehouse management,
Transportation management, and Retail areas of the product. In addition, several regulatory features have been
included in CU 13. This document lists and briefly describes these features. For more details, see
https://mbs.microsoft.com/customersource/northamerica/AX/downloads/product-
releases/msdax2012r3cu10whatsnew12.

Compatibility notice
Compatibility announcements Notes

Microsoft Windows Server 2016 is supported


with AX 2012 R3 CU 13.

Microsoft Visual Studio Team Foundation


Server 2017 is now supported with
AX 2012 R3 CU 13.

Microsoft SQL Server 2016 Service Pack 1


(SP 1) is supported with AX 2012 R3 CU 13.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 2


Client enhancements
The following enhancements were added to the Microsoft Dynamics AX client.

Description of issue or change request Description of enhancement

Big data technologies and machine learning Microsoft Cognitive Services application programming interfaces
that are used to do advanced analytics can (APIs) hide the complexity and let you use machine learning directly
solve difficult issues and make Microsoft in Microsoft Dynamics AX. You don’t have to invest in your own data
Dynamics AX business processes more science and other big data technology skills. In this hotfix, we
intelligent. A primary issue is the issue of provide the components and building blocks that are required in
making product recommendations. Product order to solve the issue of making product recommendations.
recommendations are one of the most Cortana intelligence services management showcases the integration
prevalent technologies that businesses in the of the Recommendations API in AX 2012 R3. You can use this
Retail segment use, and they can be used in capability to create a machine learning model and train that model
several ways. Microsoft Dynamics AX to generate recommendations. You can use the model as a reference
extends its support for product implementation, and then connect more Cognitive Services APIs or
recommendations through statically bring other Microsoft Cortana intelligence-based insights into your
maintained related products functionality on Microsoft Dynamics AX solution.
products. However, this functionality is
For more detailed information, see the Cortana Intelligent Services
difficult to scale.
management white paper on Microsoft TechNet.
Microsoft Dynamics AX supports Retail
business processes and includes
functionality to generate product
recommendations as statically configured
related products on an item. Also, there are
several obstacles to the application of
machine learning techniques to solve this
issue. These obstacles are especially related
to operationalizing such systems in the
context of an enterprise. Issues that
solutions must address include security,
scalability, availability, and most of all, ease
of use and the efficacy of the machine
learning models themselves.
KB 3201875

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 3


Developer tools enhancements
The following enhancements were added to developer tools.

Description of issue or change request Description of enhancement

A paper about the performance benchmark Microsoft has published the following blog post to show the
for the Microsoft Dynamics AX Data performance benchmark that has been completed for selected
import/export framework (DIXF) is required. entities:
KB not applicable https://blogs.msdn.microsoft.com/axsupport/2017/07/20/dynamics-
ax-2012-dixf-performance-benchmark-results/

When you run several concurrent imports The changes in the hotfix update the DMF service, so that concurrent
through the Data management framework imports no longer cause the service to stop responding. The changes
(DMF), the system stops responding. In some also prevent other errors.
environments, other issues also occur.
KB 3218786

Multiple sources can stage mappings for the The changes in the hotfix add support for mapping one source field
same source field in DIXF. to multiple staging fields.
KB 4022760

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 4


Description of issue or change request Description of enhancement

When you set up a recurring export to a file The changes in the hotfix introduce a new method in the
in DIXF, the file name is always the same. A DMFExportEntityDetails table to generate the new file path. This
unique file name is required for subsequent method is named replaceFilePathPlaceholders, and you can extend
export files. it by using pre-method event handlers. Therefore, overlayering isn’t
KB 4032447 required. You can then add new placeholders as you require. By
default, the following placeholders are supported:
● <guid> – This placeholder is replaced by a new globally unique
identifier (GUID).
● <RecId> – This placeholder is replaced by the export record’s
RecId value.
● <localdate> – This placeholder is replaced by the date in the
current Microsoft Windows time zone. The default format is
yyyy-MM-dd.
● <localdatetime> – This placeholder is replaced by the date and
time in the current Windows time zone. The default format is
yyyy-MM-dd_HH.mm.ss.ff.
● <localtime> – This placeholder is replaced by the time in the
current Windows time zone. The default format is HH.mm.ss.ff.
● <utcdate> – This placeholder is replaced by the date in
Coordinated Universal Time (UTC). The default format is
yyyy-MM-dd.
● <utcdatetime> – This placeholder is replaced by the date and
time in UTC. The default format is yyyy-MM-dd_HH.mm.ss.ff.
● <utctime> – This placeholder is replaced by the time in UTC. The
default format is HH.mm.ss.ff.

A setting is added to the DIXF service to The changes in the hotfix add a new
enable generation of an XSD file where AllowMissingElementsInXsdForOptionalFields configuration
optional fields can be missing from the XML option in the DIXF service’s DMFConfig.xml file. If this option is set to
file. True, elements for optional fields in the XSD file will be set to
Note that DIXF doesn’t support the import minOccurs=‘0’ and maxOccurs=‘1’. Therefore, the elements don’t
of XML files that have missing elements, have to exist in the XML file.
even if a field is optional. This behavior applies only to the XSD file. DIXF still won’t accept XML
KB 4032504 files that have missing elements. You can use this XSD file to validate
an XML file before you include the missing elements.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 5


Description of issue or change request Description of enhancement

System errors in the DIXF service aren’t The changes in the hotfix add a new DIXF parameter that is named
visible to Microsoft Dynamics AX. Write errors to Exceptions table. If this option is selected, any error
KB 4022006 message that is inserted into the DMFStagingLog table will also be
written to the SysExceptionTable table. By default, the option is
cleared.

When you run several concurrent imports or The changes in the hotfix introduce two new settings in the
exports of Microsoft Excel documents DMFConfig.xml file:
through DIXF, the system stops responding. ● UseMigrateLock:
In some environments, other issues also ● True – Limit both imports and exports to one operation at a
occur. time by locking on an object in the DIXF service. This lock
KB 4013873 applies only to Excel files. The lock is ignored for all other data
types.
● False – No locking occurs. This behavior is the default
behavior.
● UseIsolationLevel:
● Process – Most issues that we have with Excel and Microsoft
SQL Server Integration Services (SSIS) appear to corrupt
memory in the current process, such as the DIXF service. This
option starts a new process for each import or export
operation for an Excel file. This option should prevent in-
process memory corruption.
● AppDomain – Use a new AppDomain instead of a new
process. This option should provide better performance.
However, its performance compared to process-level isolation
is uncertain.
● None – Do everything in the DIXF service process. This
behavior is the default behavior.

Master Data Management (MDM) support The changes in this hotfix include support for SQL Master Data
for Microsoft SQL Server 2016. Services 2016.
KB 3199177

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 6


BI and reporting enhancements
The following enhancements were added to business intelligence (BI) and reporting functionality.

Description of issue or change request Description of enhancement

On the Z report for Retail Modern POS The changes in the hotfix add a new table to store information when
(MPOS), Microsoft Dynamics AX doesn’t shifts are closed. This table contains a tax amount, sales amount, and
print separate lines per sales tax percentage. return amount for each tax. The amounts are grouped by tax code
Instead, it prints only one line that has the and tax rate. This information is presented on the Z report for MPOS.
total. Important: This hotfix contains one or more reports. Make sure that
KB 4033082 you’ve imported all your modified reports into the Application
Object Tree (AOT), and then install the hotfix, and redeploy the
reports.

When two users have the same user rights to The changes in the hotfix fix this issue.
generate the Cost statement hierarchy
report at the same time, the reports show
different content.
KB 4024633

Financial enhancements
The following enhancements were added to Financial functionality.

Description of issue or change request Description of enhancement

1099 changes for 2016 - AX 2012 R3 The hotfix contains changes to the 1099 code to reflect updated
KB 3199354 Internal Revenue Service (IRS) formats.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 7


Description of issue or change request Description of enhancement

A new feature provides an alternate way to This feature enables the new Maintain carry-forward status.
report a carry-forward budget. The feature
maintains the carry-forward status on
relieving documents that were based on an
originating document that was carried
forward.
You can use this functionality by selecting
the Maintain carry-forward option in the
Budget control configuration form. When
this option is enabled, you might have to run
budget control data maintenance for the
previous year to retroactively update
documents from the previous year. If you
change functionality mid-year, not after
year-end, you should also retroactively
update the budget for any transactions for
the current year.
This feature can’t be disabled after it’s
enabled, because the alternate configuration
might have been used for transactions that
would not be considered carry-forward
transactions.
KB 3210503

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 8


Description of issue or change request Description of enhancement

This feature enables the reprocessing of The changes in the hotfix enable the reprocessing of documents
documents against budget control. A user in against budget control.
the budget manager role begins by opening
the Budget control data maintenance form
and creating a new process. The user selects
the start and end dates, and selects between
confirmed and draft documents. The budget
manager then selects to find documents and
selects which data maintenance scenarios to
look for. Documents are then scanned for
issues against the list of scenarios that are
selected. If issues are found, the budget
manager can inquire into the documents
that were found and reprocess them. After
reprocessing, the data maintenance process
becomes a read-only record of the
documents that were found and also shows
the results of the reprocessing.
Note that if there isn’t enough budget for
the document to be processed, the user who
runs the process might require budget
overrun permission.
KB 3206959

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 9


Description of issue or change request Description of enhancement

When revaluation occurs before an invoice is The changes in the hotfix check the revaluation date against the
settled, the settlement can create an settlement date. If the dates differ, separate vouchers are generated
unrealized transaction for a gain or a loss. in France. If the dates are the same, a single voucher is posted in
When the invoice is fully settled, the countries or regions other than France.
settlement posting will reverse the
unrealized gain or loss, and post a realized
gain or loss. When revaluation and
settlement occur on different dates, the
posting will use both the revaluation date
and the settlement date. Because France
requires a new voucher number for each
date, the posting must be split by date, and
different voucher numbers must be assigned
to the lines that have different dates. The
reversal of the unrealized gain or loss
transaction will be on the original
revaluation date and requires a new voucher
number. The realized gain or loss, and the
settlement date, can be posted by using the
original voucher number that was generated
during the settlement process.
KB 3205038

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 10


Description of issue or change request Description of enhancement

In Enterprise Portal for Microsoft The program was changed so that the Qty field is editable, and the
Dynamics AX, a receipt for a fixed asset Quantity to receive value will be now passed correctly so that
purchase can’t be posted correctly. receipts for fixed asset purchases can be posted correctly.
KB 3207719

If you want to update the ledger allocation The program was changed so that it now maintains the temp table
with advanced rules, a long time is required across all the basis rules and does incremental updates only when
in order to run advanced ledger allocation they are required. The update also reduces the dimension values that
basis rules. One result is that the TempDB are set based on the dimensions that are used in the setup of
table is filled up. allocation rules.
This issue occurs because the process of
creating a flattened dimension combination
table is less efficient than it could be. If a
user has many basis allocation sources or
destinations, the table is regenerated for
each. Table regeneration increases the
processing time. The update statements for
setting the individual dimension values also
unnecessarily set dimension values, because
not all dimensions are used in the setup of
basis rules.
KB 4033003

Retail enhancements
The following enhancements were added to Microsoft Dynamics AX for Retail functionality.

Description of issue or change request Description of enhancement

If you add more than 50 fields to a receipt The hotfix increases the maximum number of fields that you can add
footer, you receive the following error to a receipt footer to 100.
message:
“Index was outside the bounds of the array.”
KB 4026032

When you change the sales price for a sales The hotfix adds a change that causes the discount from the retail
order that is registered in a call center, the pricing engine to be added when the sales price is changed on a
line discount isn’t updated. sales order.
KB 3207807

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 11


Description of issue or change request Description of enhancement

Add basic fields to the Customer table to The hotfix adds fields to the Customer table to indicate a customer’s
indicate privacy choices for all interfaces in contact preferences.
all channels. For example, you can indicate
that the customer doesn’t want to be called,
emailed, or texted.
KB 3198247

Do post-synchronization cleanup of the You can do post-synchronization cleanup of the channel database to
channel database to reduce data volume. reduce data volume.
KB 3208173 To enable this feature, you must complete the following tasks
1 Upgrade the following components on the client:
● Async Client
● Channel database (upgrade by Channel database utility)
2 Upgrade Application Object Server (AOS) to introduce a new
configuration, Strip irrelevant master data from channel
database, in the Retail scheduler parameters form.
3 Turn on the configuration. The configuration must then be
synced to the channel database by the 1110 scheduler job.
4 If there is customization that changes or adds tables, customize
the stored procedure in the channel database to correctly purge
data: [crt].[StripMasterData].

Commerce Data Exchange: Async Server isn’t We haven’t announced support for multiple partitions for Retail for
partition-aware. AX 2012 R3, and we have no plans to support them.
KB 3211031 This hotfix enables Commerce Data Exchange (CDX) to be used in
multi-partition environments to provide the required feature under
the following conditions:
● Proper naming rules are followed because Microsoft Dynamics AX
doesn’t validate names as they are entered.
● Status monitoring is disabled from hidden UI elements, because
status monitoring doesn’t work in multi-partition environments.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 12


Description of issue or change request Description of enhancement

When you run any CDX download job, an The changes in the hotfix optimize processing by grouping the
insert into the temp database query occurs change tracking queries across multiple data groups, if specific
one time for every data group in the requirements can be met.
distribution schedule. This query is run 100
times for every CDX job that has 100 data
groups. This behavior affects performance,
especially for large jobs such as price
changes.
KB 3208541

The X report and Z report at the point of sale The changes in the hotfix help guarantee that the amounts from
and Microsoft Dynamics AX HQ include the sales quotations aren’t included on the X report and Z report.
amounts from sales quotations.
KB 4020295

View the balance of loyalty reward points in The hotfix added a feature to show and check the balance of loyalty
POS. card points in the Customer detail, Store operation, and Loyalty
KB 3203569 payment forms.

A performance issue occurs in the Retail The hotfix adds a Search button and changes the process so that the
Sales form when there are many SQL query is run only when the button is clicked.
records in the Microsoft Dynamics AX
database.
KB 4024615

Aggregation in Enterprise POS (EPOS) The hotfix adds a custom field in the Retail parameters form. When
doesn’t work as expected with discounts, this field is selected, it prevents the Discount amount and Call
because the line aggregation logic in POS center order lines from being split.
(formerly the commerce runtime [CRT]
pricing engine) is incomplete.
Also, when the mix-and-match discount is
set up, Discount amount and Call center
order lines are split in two.
KB 4034708

Sell or return products outside assortments. The hotfix adds a new control that lets users sell (and return) items
KB 4016172 outside the store assortment.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 13


Description of issue or change request Description of enhancement

If a credit memo is created while the The hotfix clears the credit memo that was previously created and
network at the store is down, a credit memo then creates a replacement.
that doesn’t have a reference is created at
Microsoft Dynamics AX HQ.
KB 4021760

Add support for a third-party gift card, check Before you use the gift card feature, make sure that the EPOS/MPOS
processing, and more, by enhancing POS button grids have been updated so that they use the required
and extending the Payment software payment method. Also make sure that the payment connector
development kit (SDK) for Microsoft supports the new gift card and check processing.
Dynamics AX 2012.
Support configuration of multiple payment
connectors for POS for AX 2012.
KB 4012745

Add support for prices to be triggered on Prices will be triggered based on the selected catalogs, when the
the basis of selected catalogs, when the catalogs have the same categories.
catalogs have the same categories.
KB 3203626

The Z report includes gift card sales. Remove the total for gift card purchases from the sales total on
KB 4014096 Z reports. Add lines for gift card purchases to Z reports in Microsoft
Dynamics AX and POS.
There are two application hotfixes and one kernel hotfix.
First, apply the hybrid hotfix (first application hotfix and kernel hotfix,
builds 6.3.5000.2854 and 6.3.5000.2861, in either order).
Then apply the second application hotfix (build 6.3.5000.2891).

Once per transaction settings aren’t Changes in the hotfix enable MPOS to honor Once per transaction
honored for return transactions when settings for infocodes and return transactions that involve the return
multiple items are returned. of multiple items.
Also, MPOS doesn’t honor the Once per
transaction setting on infocodes.
KB 4012952

When the transaction type is Customer The changes in the hotfix let you enter the info code for customer
Order, the cash info code isn’t triggered in order transactions in MPOS.
MPOS.
KB 4014058

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 14


Description of issue or change request Description of enhancement

Triggered infocodes in MPOS don’t occur in For infocodes to be triggered in the correct order, multiple reason
the correct order. codes can’t be retrieved in a single request. When multiple reason
KB 3215008 codes are retrieved in one request, the client shows all of them
before it retrieves the subcode that will trigger another reason code.
When one reason code at a time is retrieved instead, the subcode
that you selected and the reason code are triggered in the correct
sequence.
In the following scenario, reason code A will trigger reason code B
after a subcode is selected, and reason code C should be shown in
sequence.
Implementation order before the fix:
1 First request: A, C
2 Second request: B
Implementation order after the fix:
1 First request: A
2 Second request: B
3 Third request: C

Retail offline synchronization doesn’t remove The hotfix uses the Microsoft sync framework feature to clean up
tombstoned records from the _TRACKING metadata in the change tracking tables on both stored databases
tables from channel databases or offline and offline databases. The SqlSyncStoreMetadataCleanup class in
databases. A tombstoned record is a deleted the synchronization framework will clean up the metadata if a row is
record in a replica of a distributed data store. deleted from the base table, and all nodes in all scopes have received
Note that the hotfix adds a setting attribute that row. The cleanup retention day is configurable in the
in the configuration file for the offline configuration file for the offline synchronization service.
synchronization service. The hotfix won’t
automatically update the configuration file
for the offline synchronization service.
Therefore, so the service will use the default
value of 7 (days) if this setting isn’t updated
manually in the configuration file.
Here is the setting:
<setting
name=“TrackingTableRetentionDays”
serializeAs=“String”>
<value>7</value>
</setting>
KB 3207458

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 15


Description of issue or change request Description of enhancement

The Sales invoice operation should be The Sales invoice operation is now supported in MPOS. The Sales
supported in MPOS. invoice button that is used to get the sales order payment at a store
KB 3199141 has been fixed in MPOS. Therefore, the “Operation is not supported”
message is no longer shown.

In instances where the sale of a released The changes in the hotfix let you return an item without a receipt
product is blocked, an item that was sold when the item was blocked for sale in POS.
earlier can’t be returned without a receipt.
KB 4010539

There are performance issues in EPOS when The changes in the hotfix fix the cache for taxes in two cases:
you do barcode scanning of more than 40 to ● When the sales tax group or item tax group is null or empty, the
50 items in a cart. taxes won’t be calculated.
KB 4032191 ● When no tax code is returned, make sure that the value is cached.

If a sales order is created in POS, and a The changes in the hotfix resolve the issue.
deposit of 100 percent of the amount is paid
(with the change amount), the change
amount is posted to the customer
transactions.
KB 4034929

Performance in EPOS is slow when barcodes The following changes are included in the hotfix:
are scanned for more than 40 to 50 items in ● Enable sales line calculation to directly call the default code
a cart. instead of calling pricing engine service, and make this behavior
KB 4033138 configurable.
● Short-circuit rounding calls in the pricing engine.

An incorrect quantity is presented for The changes in the hotfix add two new columns, Delivered and
recalled customer orders in POS if a partial Deliver remainder, to the MPOS Customer order pickup form.
quantity is picked and the rest is canceled. Therefore, incorrect quantities aren’t presented for recalled customer
KB 4020948 orders when a partial quantity is picked and the rest is canceled. This
fix requires that both application and binaries be patched.

By default, line comment details (Size, Color, In MPOS, line comment details are shown by default for transaction
Style, Comment, and Discount) should be items.
shown for items in MPOS.
KB 3217093

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 16


Description of issue or change request Description of enhancement

When you set up the font size, style, and The changes in the hotfix cause the font size, style, and color for
color on buttons in the MPOS layout buttons to appear correctly in the MPOS layout designer.
designer, the choices don’t show up
correctly.
KB 3196720

Human capital management enhancements


The following enhancements were added to Human capital management functionality.

Description of issue or change request Description of enhancement

This update provides the changes for the The changes in the hotfix enable the update that provides the
2016 version of the Affordable Care Act changes for the 2016 version of the ACA forms. These forms contain
(ACA) forms. These forms include the 1095-B the 1095-B and 1095-C SSRS reports and electronic form 1094-C.
and 1095-C SQL Server Reporting Services Important: This hotfix includes one or more reports. Make sure that
(SSRS) reports and electronic form 1094-C. you’ve imported all modified reports into the AOT, and then install
KB 3213742 the hotfix, and redeploy the reports.

This hotfix installed updates for 2017-R1 The changes in the hotfix enable the 2017-R1 payroll tax updates for
payroll tax for the US version of AX 2012 R3. the US version of AX 2012 R3.
This change is now preempted by Important:
KB 3212811 (2017-R2 payroll tax update). ● As of the 2016-R4 release, the Windows versions of the Symmetry
KB 3212811 Tax Engine (STE) are built by using Microsoft Visual Studio. The
files are now larger than they previously were, because both STE
versions are included. Also, the zip files for releases now include
two folders that contain the two versions. These folders are
named Visual Studio 2010 and Visual Studio 2013. You must
select the STE files that you will use for the update from one of
the two folders. These files are the same release, but they were
built in different versions of Visual Studio. The directory structure
for STE remains the same. The Microsoft Visual C++ 2013
redistributables (32-bit and 64-bit) are included in the package, in
the _VCRedist folder.
● As of the 2016-R5 release, the Microsoft .NET Framework
version 2.0 was transitioned to the Microsoft .NET Framework
version 4.0. You must make sure that the .NET Framework
version 4.0 is installed on your client computers. The installer is
located in the package, in the _.NET40FW folder.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 17


Description of issue or change request Description of enhancement

This hotfix installed updates for 2017-R2 The changes in the hotfix enable the updates for 2017-R1 payroll tax
payroll tax for the US version of AX 2012 R3. for the US version of AX 2012 R3.
KB 3218716 Important:
● As of the 2016-R4 release, the Windows versions of STE are built
by using Visual Studio. The files are now larger than they
previously were, because both STE versions are included. Also, the
zip files for releases now include two folders that contain the two
versions. These folders are named Visual Studio 2010 and Visual
Studio 2013. You must select the STE files that you will use for the
update from one of the two folders. These files are the same
release, but they were built in different versions of Visual Studio.
The directory structure for STE remains the same. The Visual
C++ 2013 Redistributable Packages (32-bit and 64-bit) are
included in the package, in the _VCRedist folder.
● As of the 2016-R5 release, the .NET Framework version 2.0 was
transitioned to the .NET Framework version 4.0. You must make
sure that the .NET Framework version 4.0 is installed on your
client computers. The installer is located in the package, in the
_.NET40FW folder.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 18


Supply chain management enhancements
The following enhancements were added to Supply chain management functionality.

Description of issue or change request Description of enhancement

No planned orders are created that have The changes in the hotfix help ensure that master planning settles
Consider Shelf Live and Min/Max every issue with an existing supply or with a planned order. Note that
Coverage. the fix changes the logic for items that have shelf life enabled, and
KB 4023339 that are set to be replenished according to a minimum or maximum
coverage code.
If the inventory goes below the value that is specified in the
Minimum field for the coverage rule, a planned order will be created
for the full quantity that is specified in the Maximum field, not for
the quantity that is required in order to get to the maximum value.
This behavior leads to planned orders that suggest purchasing or
producing a greater quantity than is expected, based on the logic
that is applied in the previous version. Before you install this hotfix,
verify that this change is consistent with your organization’s
requirements.

When you split quarantine orders after you When you split the quarantine order after you click Start, the
click the Start button, no quality orders are changes in the hotfix help guarantee that the quality order is created
generated, even if the status changed to when the quarantine order is reported as finished.
Reported as finished. However, if you split
the quarantine order before you click Start,
the quality orders are automatically
generated.
KB 3209155

If you use the option to reserve ordered The changes in the hotfix resolve this issue by helping to ensure that
items, when you work with quality orders the original reservation on the sales order line is reestablished when
and inventory blocking, the status of sales the quality order is processed.
order lines isn’t updated from Reserved
ordered to Reserved physical after a
quality order is processed.
KB 4012301

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 19


Description of issue or change request Description of enhancement

When you import items by using the DIXF The hotfix introduces a menu item that fills in the ReqItemLevel
tool, a table (ReqItemLevel) that is related to table.
item master planning isn’t filled in.
Therefore, when you use master scheduling,
item requirements aren’t counted, and no
planned orders created.
KB 4022486

When you run the calculation of confirmed This hotfix resolves the issue. When you run that calculation of
delivery dates, if the Allow multiple confirmed delivery dates, earlier receipts will no longer be ignored if
deliveries field is set to Yes and the Allow multiple deliveries is set to Yes, the deliveries are CTP, and
deliveries are capable to promise (CTP), the sales line is already pegged.
earlier receipts will be ignored if the sales
line is already pegged.
KB 4012712

Select a packing slip takes a long time to be The hotfix resolves the performance issue by optimizing data access
processed for an intercompany sales order and improving the performance of the business logic.
when the sales policy is set to Unit price
equal to cost price.
KB 3212427

To meet customer requirements, Microsoft Microsoft has been developing the Z3 solver since 2008. The Z3
must use technology to address the solver has now reached a level of maturity where it can match and, in
increasing complexity of the product some cases, outperform the Microsoft Solver Foundation (MSF)
configuration model. solvers.
KB 4012892 Furthermore, the Z3 solver is an open source project that has an
active community that is continuously evolving. Therefore, for
product configuration in AX 2012, you have an opportunity to take
advantage of the Z3 solver to provide better performance and, in the
future, new solving capabilities for product configuration.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 20


Description of issue or change request Description of enhancement

Flex+ and Flex- values are calculated even The hotfix introduces the following changes to address this issue:
though the worker isn’t allowed to register ● In the Time Attendance Parameters form, the following changes
for flex time. have been made:
KB 3203527 ● The existing Auto insert flex-/absence field has been split
into two fields. The existing field was renamed Auto insert
flex. When it’s selected, it shows the absence code that the
Absence Group the Reduce flex property were selected for.
● A new field, Auto insert absence, has been added. The drop-
down list for this field includes the selection Absence code,
for which the Absence Group property, Reduce flex, isn’t
selected.
● In the Absence group form, the control removes the ability to
change the Reduce flex property if the related absence code is
set in the Auto insert flex or Auto insert absence fields.
● In the Approve/Calculate form, when a worker’s time is
calculated in the Calculate or approve form, the system should
insert the absence code that was set up in either the Auto insert
flex- field or the Auto insert absence field. If the Flex allowed
option is set for the worker, the absence code in the Auto insert
flex- field should be used. If Flex allowed isn’t set for the worker,
the absence code in the Auto insert absence field should be
used.

When you have many bills of materials The changes in the hotfix improve performance of the BOM
(BOMs), BOM lines, or BOM versions, the circularity check that is optimized for high complexity, in scenarios
performance of the BOM circularity check where you have many BOMs, BOM lines, or BOM versions.
that is optimized for high complexity might
not be acceptable.
KB 4020816

Backflush costings aren’t completed in a The changes in the hotfix improve the performance olf backflush
timely manner. costing.
KB 4021970

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 21


Description of issue or change request Description of enhancement

When you use the Excel add-in tool to The changes in the hotfix remove the relation of the specific table to
import edited trade agreement lines, the the retail license code. Therefore, the record can be updated, and a
existing record isn’t modified. Instead, an new record isn’t inserted when the record is edited in the Excel add-
additional record is created in the unposted in.
Price/discount agreement journal, so that
the Price/discount agreement journal is
unusable.
KB 4019229

You don’t receive an error message when The changes in the hotfix prevent catch-weight items from being
you add catch-weight items to a purchase added to a purchase requisition.
requisition.
KB 4012305

Warehouse and transportation management enhancements


The following enhancements were added to Warehouse and transportation management functionality.

Description of issue or change request Description of enhancement

Report the consumption of material that is The changes in the hotfix let you report the consumption of material
staged or picked material. that is either reserved or picked.
KB 4014132

Item trace crashes when there are many The changes in the hotfix use a custom class instead of InventTrans
work transactions. to cache data for item tracing.
KB 4014541

Pick work for withdrawal kanbans that are A withdrawal kanban can now be released for picking to a warehouse
handled by using the warehouse that is managed by using flexible location storage. This fix
management system. implements an enhancement that was added to a more recent
KB 4016114 version of the product.

Correct reservation status after warehouse Warehouse items that have the Storage inventory dimension enabled
items that have the Storage dimension now get the correct reservation status after they are re-marking.
enabled are re-marked
KB 4013003

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 22


Description of issue or change request Description of enhancement

Timing of planned production orders when Planned production orders were proposed too early when
overlapping jobs are enabled and the route overlapping jobs were enabled and the route operations used
operations use different calendars. different calendars. This issue has now been resolved. In this
KB 4010424 situation, planned production orders are now proposed in an
appropriate manner.

Move one item or a whole license plate (LP) If the Allow movement of inventory with associated work check
that has work behind when there is box in the Work users form is selected, you can move part or all of
replenishment work behind. an LP that is tied to the replenishment work.
KB 4010584

Guided partial cycle counting at a location The changes in the hotfix add support for partial cycle counting.
has been enabled. Work line breaks are added to the cycle counting work template, and
KB 4025460 partial cycle counting work will be generated during cycle counting
planning. This fix implements an enhancement that was added to a
more recent version of the product.

Some operations on warehouse mobile The changes in the hotfix introduce an outer dataset transaction to
devices span multiple database transactions. help guarantee that the whole operation either succeeds or fails. You
Therefore, data integrity is exposed to risk, can also include retry logic on update conflicts, dead locks, and
because there is no guarantee that all the duplicate key exceptions to further increase the resilience of the
transactions are committed (or rolled back) system.
for a given warehouse operation.
KB 3210293

Because of an issue that affects the central The changes in the hotfix help guarantee that the affected processes
warehouse flows, partial transactions aren’t use a reliable pattern.
committed to the database. This issue
typically occurs when the system is under a
heavy load. The issue shows itself in several
ways. For example, work is created, but the
associated waves and loads don’t reflect it.
KB 3210822

When a work order is completed, a counter The counter fields were redundant and have been removed.
is decremented on WHSWaveTable. This
update is done by using exclusive locks that
can negatively affect performance. There is
also a risk that the counter fields might go
out of sync with the actual work that is
completed.
KB 3217157

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 23


Description of issue or change request Description of enhancement

Sales orders have a release status of The changes in the hotfix help guarantee that the system prevents
Released, even though they still have sales orders from reaching the Released status when there are
unreleased lines. unreleased lines.
KB 3217156

This issue concerns WHSLoadLine queries on The changes in the hotfix help guarantee that the load line queries
specific locations across warehouses. If correctly filter on the warehouse.
multiple warehouses have locations that
have same name, load lines from the
incorrect warehouse are used in some
circumstances.
KB 3202309

Pick items from another location in short Items in short picking scenarios can now be picked from another
picking scenarios. location. This change enables a process where goods can be shipped
KB 3205507 as quickly as possible. Note that this feature requires
kernel 6.3.1000.1928 (KB 3048540) or later.

Pick (other) work order lines, even if one of The replenishment work blocking policy can now be set up to allow
the order lines is blocked by demand users to pick (other) work order lines, even if one of the lines is
replenishment. blocked by demand replenishment. This fix implements an
KB 3205828 enhancement that was added to a more recent version of the
product.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 24


Description of issue or change request Description of enhancement

Packed goods can be brought from the The packing station experience has been improved to help guarantee
packing station to the staging area or loaded that it will seamlessly integrate with all the other workflows in the
directly on a truck. warehouse. On a high level, these are the areas that have been
KB 3217388 improved:
● The setup experience is better aligned with the rest of Warehouse
management.
● The packing station is now seen as a location. When warehouse
workers sign in at a packing station, they will see and work on
only shipments and containers that are present at that specific
packing location.
● Work can now be generated to bring goods from the packing
station to the staging and bay door locations.
● The concept of container groups has been introduced to enable
multiple containers to be moved out of the packing station in one
operation.
● A new packing policy has been introduced to give warehouse
managers more flexibility about how containers should be
handled in the packing process.
● The concept of manual manifesting has been introduced to
enable a loosely coupled integration with external transportation
provider systems.
● The user experience for packing and container processing has
been improved.
This fix implemented an enhancement that was added to a more
recent version of the product.

Plan purchase orders through TMS in an Purchase orders in an inbound process can now be updated from
inbound process when you use change Transportation management when change management is activated.
management. Previously, this type of update required that the whole purchase
KB 4010426 order be routed through the approval steps again.

The performance of the Intercompany on- To improve performance, the hotfix updated the processing of on-
hand form in Warehouse management hand calculations and postpones cost calculations until the user
doesn’t meet market expectations for shows the values.
performance.
KB 4016608

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 25


Description of issue or change request Description of enhancement

When there is a maximum weight or volume Previously, when you set up a maximum weight or volume on the
on the work template, the work split is now work template, work was split on the lowest UOM. Now work is split
based on the directive unit, not on the on the directive unit.
lowest unit of measure (UOM).
KB 3215971

Finished goods can be cross-docked to bay During reporting as finished, goods can now be cross-docked to a
door locations to provide an alternative to bay door location, based on transfer order demand. A transfer order
the put-away process, where finished goods that is released to a warehouse will generate work of the Transfer
from the production output are normally put issue type, and this work can then be picked from the production
in the Finished goods put away location. output location and put to a location that is determined by the
KB 3207958 transfer issue location directive for work. Previously, a warehouse
worker was guided to pick work of the Finished goods type from the
production output location and put to a location that was
determined by location directive for Finished goods put away.

The system requests a work confirmation For cluster picking, piece-by-piece picking can now be enabled, so
before a put is completed. that the system requests a work confirmation before a put is
KB 4021968 completed.

When you try to close the container in the The hotfix updated the processing so that, when you close a
WHS packing form, you receive the container by using the same ID as the LP that the goods are on, the
following error message: system doesn’t check whether the LP exists anywhere else in
“License Plate already exists in another inventory. The check is performed in the calling code after all the
location. container lines are moved.

“Update has been canceled.


“Container XXX did not close.”
KB 4016499

You can use the demand replenishment A wave template can now be constructed for raw material picking,
method for the raw material picking process. and a demand replenishment method can be added for production
KB 4015472 orders and kanbans. The capabilities correspond to the capabilities
for sales order picking and transfer order picking.

When you update the delivery address on a The changes in the hotfix help guarantee that the shipment or load
sales order, the changes aren’t reflected on delivery address will be updated when the sales order delivery
the existing shipment or load, and you address is updated.
receive a message that prohibits you from
making the change on the sales order when
shipments or loads exist.
KB 3214470

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 26


Description of issue or change request Description of enhancement

You might expect to log exceptions by using The changes in the hotfix help guarantee that you can create work
the menu item for LP receiving during the exceptions by using LP receiving, as you expect.
transfer order process.
KB 4021117

Public sector enhancements


The following enhancements were added to Public sector functionality.

Description of issue or change request Description of enhancement

The default Committed costs report doesn’t The changes in the hotfix enable support for the General budget
show general budget reservation as an reservation option to the Committed costs report.
option in the filter.
KB 3203640

When posting definitions and balancing The changes in the hotfix help guarantee that the accounting
dimensions are enabled for Public sector, distribution will be generated, and that the retainage accounting
and retainage is generated for an invoice, distributions will use the posting definitions so that the entries are
unbalanced entries are generated, and the balanced.
invoice can’t be posted because the
retainage lines don’t carry the same
dimensions as the accounting distributions.
KB 4011994

As a year progresses, adjustments are The changes in the hotfix let you modify a budget reservation line by
frequently made to reduce the reservation using either the system date or if the related fiscal period is on hold
amount and free budgeted amounts for or closed, the first date of the next open fiscal period in that fiscal
other uses. A change can’t be posted, year.
because the process currently uses the
document date, and the fiscal period that is
associated with the document is frequently
on hold after month-end adjustments and
reporting are completed. The change should
be recorded by using either the system date
or, if the date is in a period that is on hold or
closed, the first day of the next open fiscal
period.
KB 4024841

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 27


Description of issue or change request Description of enhancement

You might experience performance issues in The new inquiry that is delivered in the hotfix uses the same pattern
the Budget analysis inquiry when you build as the Trial balance inquiry by replacing the tree hierarchy. In
the tree hierarchy. You might also experience addition to improving performance, this new pattern resolves issues
the following issues: where the tree doesn’t show optional blank segments in a selected
● The tree doesn’t show blank optional financial dimension set and exports the full dimension value
segments in a selected financial combination to Excel. Additionally, when the user selects the balance,
dimension set. the drill-down now shows only the transactions that make up that
● Dimension segments and values in the balance. Therefore, documents that are related to carry-forward are
grid are shown if no transactions are segregated from the current year’s activity, and Main account type
recorded (all zeros). equaling totals are included. The legacy version of the Budget
● Main account type equaling totals aren’t analysis inquiry is available when the parameter that enables the
included. (Core recently allowed general legacy inquiry to be used is enabled in the Budgeting parameters
budget register entries to be posted to form.
totals type accounts.) These totals aren’t
included in the query.
● Export to Excel from the inquiry doesn’t
include all dimension segments. It
includes only the segment in the grid.
● Export to Excel from the drill-down
inquiry doesn’t identify documents that
are related to carry-forward.
KB 4016794

Country/region-specific updates that are included in CU 13


The following enhancements and regulatory changes apply to specific countries and regions.

Description of issue or change request Description of enhancement

IN – RegF – FVU 5.2 for e-TDS/TCS file IN - RegF - FVU 5.2 for e-TDS/TCS file validation_AX2012R3
validation_AX2012R3
KB 3204229

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 28


Description of issue or change request Description of enhancement

Goods and Services Tax (GST) is an A new package will be delivered to provide GST functionality.
organization-wide transformational change
that will affect the whole value chain of
operations. This value chain includes
procurement, manufacturing, distribution,
warehousing, sales, and pricing.
GST is a destination-based tax that should
replace the current central taxes and duties
such as excise duty, service tax, counter-
vailing duty (CVD), special additional duty of
customs (SAD), central charges and cesses,
and local state taxes such as Value Added
Tax (VAT), Central Sales Tax (CST), Octroi,
Entry Tax, Purchase Tax, Luxury Tax, Taxes on
lottery, betting and gambling, state cesses
and surcharges, and Entertainment tax
(other than the tax that is levied by the local
bodies).
KB 4019353

Starting from the year 2017 reporting period, The hotfix enables the creation of an XML file for a new report for
a new mutual report for the calculation of the calculations of Pension, Medical, and Social Insurance Fund
Pension, Medical, and Social Insurance Fund contributions.
contributions is introduced.
KB 4011778

XML files for electronic audit reports can’t be The changes in the hotfix include updates of services and reports to
generated if their size exceeds 2 gigabytes help guarantee that electronic audit reports can be generated for any
(GB), because of the volume of data. The changes also include performance
System.OutOfMemoryException error. enhancements. intermediate and outer in-memory representation of
KB 4018035 XML documents (where the document is passed as a string) is
replaced by a file stream and passed as a file name. The hotfix also
introduces an option that lets you set up Application Integration
Framework (AIF) services to export a subset of table fields and
methods to reduce the volume of exported data. The subset consists
of the fields and methods that are actually used in the XSLT
transformations.
Important: This hotfix contains one or more reports. Make sure that
you’ve imported all your modified reports into the AOT, and then
install the hotfix, and redeploy the reports.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 29


Description of issue or change request Description of enhancement

Starting from the year 2017, there is a new This hotfix enables a new format of the 4-FSS report.
format of 4-FSS report that is submitted to
Social Insurance Fund.
KB 3215045

Starting from the year 2017, there are This hotfix enables an updated format of the SZV-M report.
changes in the electronic (XML) format of
the SZV-M report that is submitted to
Pension Fund.
KB 3217027

The bank exchange rate for VAT functionality This hotfix provides the core rounding feature that is enabled for
(HU, PL, and CZ) is included, for alignment Eurasian European Union.
with the core rounding engine.
KB 3217223

A country-specific hotfix for Japan is The changes in the hotfix address this issue.
required in order to enable generation of
appended table 16 series by fixed asset
groups.
KB 3218445

Starting from the year 2017, a new format of This hotfix enables the required format for the VAT declaration.
VAT declaration is introduced.
KB 4011770

Support is required for the export of The hotfix contains a solution for Norwegian and Lithuanian SAF-T
Standard Audit File - Tax (SAF-T) data. reporting.
KB 3207942

This hotfix introduces the changes for new The changes in the hotfix enable the updates for the new formats.
formats of the 3-F and P-4 statistical reports
that are available in the Russian version of
AX 2012 R3.
KB 3205092

Effective January 1, 2017, invoices that are The changes in the hotfix enable this update.
sent to French, Belgian, and Dutch public The e-Invoice functionality in Microsoft Dynamics AX supports the
sector companies must be submitted in use of electronic invoices in France, Belgium, and Netherlands.
electronic format.
KB 3190092

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 30


Description of issue or change request Description of enhancement

When vendor and customer invoices are The changes in the hotfix don’t include vendor invoices on the SAF
posted after the tax authority has requested VAT invoices report.
the SAF VAT invoice file that is created for Important: This hotfix contains one or more reports. Make sure that
the XML file for a specific period, vendor you’ve imported all your modified reports into the AOT, and then
invoices are included unexpectedly. install the hotfix, and redeploy the reports.
KB 3213392

This hotfix describes the changes for the The hotfix includes the new requirements for the Polish SAF VAT
Polish SAF VAT report that are available in report.
AX 2012 R3 for 2017.
KB 3207921

A new feature provides an example of an The feature includes an option for sending selected cash transactions
integration with a fiscal service EFSTA Simple to the fiscal service, receiving a fiscal response from the service, and
Receipt (EFR). printing an example of a confirmation document that includes the
KB 4013282 fiscal code.

Finland: Generic ISO20022 CredTrans FI The hotfix supports XML elements that take a reference from XML
format should include the payment ID. that is generated by using the services.
KB 4014110

Some changes should be made so that ● Enable an order of tags to be set up, not only in a particular
TotaleOperazioniAttive and IvaEsigibile report, but in the report setup in general.
tags can be set up. ● Enable tags that are technically required in the setup and on the
KB 4024932 report to be “hidden.”
● Enable a tax base amount to be calculated without a non-
deductible amount.
● CreditoAnnoPrecedente should be reported only in January, not
in the other months. CreditoPeriodoPrecedente should be
reported only in February through December, not in January.

NL – Dutch taxonomy version 11.3. The hotfix includes updated XML taxonomy schemas for two reports:
KB 3210581 VAT (OB) declaration and ICP declaration (EU Sales lists) -
version 11.0.

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 31


Description of issue or change request Description of enhancement

A new VAT return version was introduced in The changes in hotfix support the new format for the Norwegian VAT
2017. It includes19 items, some of which are statement.
new, and some of which are revised from the
current report.
All periods for 2016 must be reported by
using the current VAT return. The new VAT
return is for transactions from January 1,
2017.
KB 3163512

Posting is slow for Fixed assets depreciation The hotfix includes a periodic function that creates depreciation
journals that include many lines. journals for a specific number of lines. The maximum number of lines
KB 4010926 that a depreciation journal can contain is user-defined and is set in
the Periodic function dialog box that you access from the Fixed
assets parameters form.

The document type of Immediate Supply of The changes in the hotfix help guarantee that the document type of
Information (SII) customer invoices should SII customer invoices covers summarized invoices.
cover summarized invoices.
KB 4033507

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 32


Description of issue or change request Description of enhancement

Under new legislation in Spain (Real Decreto The hotfix adds new functionality to the SII Register to support the
596/2016, de 2 de Diciembre), a new VAT new requirements. This functionality lets users perform the following
management system that is based on the tasks:
publication of the Tax Registration Books is ● Set up a specific SII web service certificate that should be used to
established through the AEAT Electronic automatically transmit data directly to the authority.
Headquarters through the quasi-immediate ● Set up additional parameters that are required in order to
supply of the records of billing. automatically fill in the appropriate XML reports.
This legislation has the following ● Maintain a register of invoices to support the process of
requirements: transmission and retransmission, and receiving a response in the
● Maintenance of invoices that are following schemas: Customer invoices, Vendor invoices,
registered with additional statuses for Intracommunity invoices, Customer payments, and Vendor
export/import. payments.
● Required generation of input formats in ● Automatically generate and send XML reports to the SII system in
XML. the format of the following schemas: Customer invoices, Vendor
● Additional setup for sending and invoices, Intracommunity invoices, Customer payments, and
receiving automatic files. Vendor payments.
● Sending generated XML files. ● Automatically receive and interpret responses from the SII
● Receiving a response XML file and system.
appropriate update of invoices that were ● Store and review all the XML reports that are transmitted and
sent. received.

KB 4025232

The document type of Immediate SII The changes in the hotfix help guarantee that the document type of
customer invoices should cover summarized SII customer invoices covers summarized invoices.
invoices.
KB 4033507

A new regulatory feature addresses the The changes in the hotfix support compliance with the new
generation of SPED ECF layout version 3, legislation.
which is applicable for the 2017 fiscal year.
KB 4021026

New regulatory update: Generation of New regulatory update: Block K is generated in accordance with
Block K in accordance with layout 010 layout 010.
KB 3208195

The generation of Brazilian SPEC ECD was The changes in the hotfix update the generation of Brazilian SPEC
updated for layout 5.0. ECD for layout 5.0.
KB 4011513

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 33


Description of issue or change request Description of enhancement

Federal state Rio Grande do Sul has passed a The changes in the hotfix support compliance with the new
new law that changes how the tax base legislation.
amount (which is related to the ICMS DIF tax
type) must be calculated when fiscal
establishments buy goods as fixed assets (or
as a user and consumer).
KB 3206588

The new SPED layout includes the following The changes in the hotfix support compliance with the new
changes, which take effect in January 2017: legislation.
● Record E200 includes field 13.
● The CHV_DOCe field is included in
records C113, E113, E240, 1210, and
1923.
● Record E310 is included.
● Record C176 includes fields 10 and 26.
KB 3205583

The Electronic ledger accounting statement The Electronic ledger accounting statement includes the creation of
includes the generation of Period 13 in the Period 13 in the Trial Balance XML file.
Trial Balance XML file.
KB 3214515

The following country-specific updates for The changes in the hotfix support compliance with the new
Mexico includes the generation of XML files requirements.
for version 1.3:
● Trial Balance
● Chart of Account
● Journal
● Accounting listing
KB 4032152

What’s new in CU 13 for Microsoft Dynamics AX 2012 R3 34


Send feedback. © 2017 Microsoft Corporation. All rights
reserved.
Microsoft Dynamics is a line of integrated, adaptable business
management solutions that enables you and your people to make This document is provided “as-is.”
business decisions with greater confidence. Microsoft Dynamics works Information and views expressed in this
like and with familiar Microsoft software, automating and streamlining document, including URL and other
financial, customer relationship, and supply chain processes in a way Internet Web site references, may
that helps you drive business success. change without notice. You bear the risk
of using it.
United States and Canada toll-free: (888) 477-7989
Some examples are for illustration only
Worldwide: (1) (701) 281-6500
and are fictitious. No real association is
www.microsoft.com/dynamics intended or inferred.

This document does not provide you


with any legal rights to any intellectual
property in any Microsoft product. You
may copy and use this document for
your internal, reference purposes.

Anda mungkin juga menyukai