Quantcast
Channel: Microsoft Dynamics Ax
Browsing latest articles
Browse All 181 View Live

Image may be NSFW.
Clik here to view.

AX X++ str2Date function deep dive

From time to time, a user will need to pull a date from a string. More often than not it is from an XML or from some other location. In order to actually use this date passed, it needs to be of data...

View Article



ChangeCompany and table buffers

There is a bug with changeCompany keyword which prevents usage of the same initialized table buffer in different companies. For example, in the following code:InventItemGroup...

View Article

AX 2012 - AOS Crash Kernel Hotfix

Hi AllBelow the last Kernel Hotfix about AOS Crash ( KB Article Number : 2787191 )...

View Article

Image may be NSFW.
Clik here to view.

Users don't want to delete their usage data - but you've redeveloped the form...

The issue we're talking about here is this:There is an AX form which users make their own personalisations to, moving some of the fields around, or perhaps adding other fields (via the right...

View Article

Image may be NSFW.
Clik here to view.

Dynamics AX 2009 - X++ Thread Development

One of the possible technical tools that exists when developing solutions in Dynamics AX, and inside X++ is Threads. This is actually not a new thing, thread based development has been around for a...

View Article


Restoring a deleted sales order

static void restoreDeletedSO(Args _args)    {        SalesTableDelete    salesTableDelete;        SalesLineDelete     salesLineDelete;        SalesTable          salesTable;        SalesLine...

View Article

SysGlobalObjectCache class in AX 2012 [x++]

January 12, 2012 — Sreenath ReddyFriends,There is a new class SysGlobalObjectCache that has been introduced in AX 2012, which will help for Global object caching with the help of scope,  Key and...

View Article

Image may be NSFW.
Clik here to view.

Create and execute a batch job AX 2012

Microsoft Dynamics AX 2012 includes numerous batch jobs that perform operations such as generating reports, creating sales invoices, and processing journals. However, in several situations,...

View Article


Image may be NSFW.
Clik here to view.

Show batch class in task list

Sometimes running a batch job may depend on another one completing before it runs. To ensure that can happen, and to set it up involves some development work.To add a batch job to an existing batch...

View Article


Image may be NSFW.
Clik here to view.

Tips to help prevent long-running reports from timing out [AX 2012]

Updated: June 20, 2013Applies To: Microsoft Dynamics AX 2012 R3, Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012Microsoft Dynamics AX uses Microsoft...

View Article

Image may be NSFW.
Clik here to view.

How To: Addressing SSRS Session Timeouts

Microsoft Dynamics AX 2012Dealing with Dynamics AX 2012 Reporting Timeouts and ThresholdsDynamics AX 2012 uses SQL Server Reporting Services for rendering reports. SSRS gets the data from AOS by using...

View Article

Debugging in Dynamics AX 2012 as a non-admin Role

To access breakpoints as a limited user:1. open dynamics as admin2. add yourself to your favorite role (in addition to admin)3. shift control w to open a workspace.4. insert a break point into a well...

View Article

Image may be NSFW.
Clik here to view.

Creating Custom Number Sequences in Microsoft Dynamics AX 2012

OverviewNumber sequences are unique identifiers that can be associated with a master record so that they can be individually distinguished. They can be either formatted as alpha-numeric strings or...

View Article


Tutorial: Debugging AX while still using restricted roles (non-admin)

Saw this on our internal forum today, and thought it's a nice thing to share with all of you.1.       Close All AX instances2.       Open AX Development Environment (ax32.exe -development)3.       Open...

View Article

Image may be NSFW.
Clik here to view.

Tip: Use the debugger with limited permissions

First I would like to give also credits to a great person I have worked with on a project where we discovered the “hidden” feature within the Security Development Tool. His name is Peter Collewijn....

View Article


Image may be NSFW.
Clik here to view.

In Microsoft Dynamics AX, how to get a look up of all the tables available in...

This article explains you how to get a look up to a control for All the AOT tables and can answer to below relevant questions.·  Create a look up to show all the tables from AOT.·  How to develop a...

View Article

Image may be NSFW.
Clik here to view.

AX 2012 Export Data with Outbound ports

I've recently made some tests with AIF (Application Integration Framework), inbound ports and outbound ports.I had never used AIF before AX 2012 and this is a great tool once you understand how it...

View Article


Creating DIEF Entities for DocuRef in Dynamics AX

Since it is nearly impossible to generalize the DocuRef table entity in Dynamics AX, we need to create the code that will allow the data to be inserted into the table. The biggest issue is that we need...

View Article

Image may be NSFW.
Clik here to view.

Developing a SSRS report using the Report Data Provider in Microsoft Dynamics...

OverviewThere are multiple methods to develop SSRS reports in Microsoft Dynamics AX 2012. This tutorial will guide you in developing Report Data Provider (RDP) based SSRS reports.RDP based SSRS Reports...

View Article

Image may be NSFW.
Clik here to view.

Using Controller Class in Developing SSRS Reports in Microsoft Dynamics AX 2012

OverviewController class is used to control the report execution as well as preprocessing of the report data. The SSRS reporting framework uses this class to modify the report dialogs, calling the SQL...

View Article

Image may be NSFW.
Clik here to view.

RDP, Contract, UI Builder and Controller classes for SSRS report Development

Without going into more details over individual classes (RDP, Contract, UI Builder and Controller) I am writing this post to develop an SSRS report using all these classes (some of them are optional)....

View Article


AOT node compare

One of the most often used tool is the AOT node Compare utility, which has some improvements from the past but can be changed further.Now in AX 2012 the compare tool can be executed as CIL code rather...

View Article


Dynamics Ax Query Extended Range Value Expression

Dynamics Ax Query Extended Range Value ExpressionBy Rahul Sharma . on Monday, March 29, 2010In this article we will see how to define extended query ranges using expressions. These expressions can be...

View Article

Reduce SSRS deployment time for static reports in AX2012

Are you wasting minutes deploying and redeploying static SSRS reports in all the languages provided with AX2012? If you only need a handful of them, you might just as well consider disabling the...

View Article

Recalculate InventSum

InventSum is needed to recalculate sometimes.We should use InventSumRecalcItem class in Dynamics AX.Sample Code :// CODE BEGIN ****************************InventSumRecalcItem InventSumRecalcItem;;...

View Article

Browsing latest articles
Browse All 181 View Live




Latest Images