Showing posts with label AX 2012. Show all posts
Showing posts with label AX 2012. Show all posts

Friday, September 28, 2018

AX 2012 - How to avoid to restart AOS for cache refresh on deployment of new objects e.g. SSRS


Sometimes on deployment of new objects, one has to restart AOS to refresh the cache on Server. This one is not good on production server. In order to avoid it, there are four Action menu items, which can be duplicated and set to RunOn: Server in property and then run to cause cache refresh on server. The names of menu items are as below:


\Menu Items\Action\SysFlushAOD
\Menu Items\Action\SysFlushData
\Menu Items\Action\SysFlushDictionary
\Menu Items\Action\SysFlushReportServer

The property RunOn: Called from, can be changed to Server on all of these menu items.

Thursday, January 22, 2015

AX 2012 - Manually deploying SSRS for multiple SSRS instances

Link to article: AX 2012 - Manually deploying SSRS for multiple SSRS instances using power shell.

Aging period definitions (form) [AX 2012]

Use this form to set up and manage user-defined aging period definitions.

You can use aging period definitions to analyze the maturity of customer accounts and vendor accounts, based on a date that you enter. That date, together with the unit and interval information that you enter on the Periods tab in this form, is used to calculate a date interval for each aging period (column header) in the aging period definition.

Each aging period that you set up for the aging period definition corresponds to a column on the list page or in the form or report when the analysis is performed. The aging periods are shown on the list page or in the form or report in the order in which you set them up in this form. You can change the order of the periods by selecting an option in the Printing direction field.

Link to tutorial

Microsoft Dynamics AX Posting Profile Inventory Transactions in Modules (Sub Ledgers)

Link to article: Microsoft Dynamics AX Posting Profile Inventory Transactions in Modules (Sub Ledgers)

Dynamics AX: Picking, Registration, Reservation, Marking...What’s the Difference?

The different ways of selecting inventory for issue and receipt and their effects on inventory are a source of confusion for many Microsoft Dynamics AX users. The common denominator between them all is this: They are all ways that the user specifies exact inventory (specific to dimension) to be issued or received. Below is a brief definition of each function and an example of its use. The examples shown are not the only ways to perform each function in AX, but a simple demonstration of the functionality.

AX 2012 - Number Sequence continuous does not generate next number instead zeros

Link to the issue: AX 2012 - Number Sequence continuous does not generate next number instead zeros

In Microsoft Dynamics AX 2012 how to copy configuration and setup data from one environment to another environment.

Link to article: In Microsoft Dynamics AX 2012 how to copy configuration and setup data from one environment to another environment.

Rename Product Dimensions To Match Your Business


Product Dimensions within Dynamics AX are great because they give you four extra elements that you can use to segregate out all of your products, and you can start reducing the number of base product codes that you use. By default the main three dimensions are named Size, Color, and Style, but if you think of your product dimensions in different terms, don’t disregard this feature, because you can rename them to be whatever you like.

Link to article: Rename Product Dimensions To Match Your Business

AX 2012 Retail - Solution to error "Cannot create a record in Staging log (DMFStagingLog). Stage: Source. The record already exists."

Cannot create a record in Staging log (DMFStagingLog). Stage: Source. The record already exists.

Link to solution

Dynamics AX R3 Error in Retail

Solutions to some errors in AX 2012 R3 Retail:

Link to article

AX 2012 - How to Import Model on correct AOS

The article AX 2012 - How to Import Model on correct AOS explains importing model procedure when you are running multiple AOS instances:

Link to article

How to: Export and Import a Model [AX 2012]

This article explains how to import or export a model from/to AX 2012.

Link to the article How to: Export and Import a Model [AX 2012]

Adding users in Management Reporter from AX2012 R2

Facing problem while adding users in Management Reporter from AX2012 R2. This article will explain some solutions to the issues faced while adding users to MR.

Link to article

Dynamics AX 2012 Reporting: How to add company logo into query based report

You need to put a company logo in your SSRS Report, this article will explain about this.

Dynamics AX 2012 Reporting: How to add company logo into query based report: Link to article

AX 2012 - Manually Install SSRS Report Extensions


Some times you need to manually install reporting extensions specially when multiple instances of SSRS.

Manually Run the Install-AXReportInstanceExtensions command [AX 2012]
Read the article

Step by Step Guide How to Install Dynamics AX 2012 SSRS and Analysis Extensions

A tutorial on steps you would like to perform when installing SSRS and Analysis Extensions for AX 2012:

Link to article

AX 2012 - Resolving Compile Errors and Generating CIL is not Optional

Resolving compile errors and generating CIL is not optional in AX 2012. Many errors may arise due to the reason you've not successfully compiled CIL (saved assembly once) after you compiled full AOT.

Read the article

AX 2012 - Data Migration Framework - DMF - Troubleshooting

Very nice article about some mechanics for Data Migration Framework in AX 2012. It may help you in achieving migration while using DMF:

Link to article

Delete transactions in Dynamics AX 2012

This will be helpful when you want to delete all transactions but not the primary setup data in AX 2012:

Link to tutorial