Monday, October 28, 2013

CIL Error and Solution in Dynamic AX 2012

CIL generation: Value cannot be null. Parameter name: parameterTypes If that syntax you have, and you already fix it the object in AOT, but the error still same you must doFull Compile AOT (this is too much consuming time :( )  CIL generation: The given key was not present...
READ MORE - CIL Error and Solution in Dynamic AX 2012

Thursday, September 05, 2013

Refresh from after calling method

Refreshing a Form with a Single Root Data SourceTo refresh a parent form, you can often use a task to refresh the form. You should use a task when the form has a single root data source. For example, the CustTableListPage, SalesTable, VendTable, and HcmWorker forms all have a single...
READ MORE - Refresh from after calling method

Tuesday, August 27, 2013

Interfacing Dynamic AX With Eksternal Database Via ODBC with Batch Processing

When i wrote in this blog, am having difficulty and confuse how to interfacing dynamic ax with eksternal database via odbc.. Why why why.. what is happening in here.. when i execute the code via jobs, the code runs very well and succesfully insert and update the eksternal database.....
READ MORE - Interfacing Dynamic AX With Eksternal Database Via ODBC with Batch Processing

Thursday, May 23, 2013

Upload Financial Dimension Value For Dynamic AX 2012

Here goes the scenario for upload financial dimension value for Dynamic AX 2012 Example : You have financial dimension : Department and you want to insert or add  financial dimension value into it. here goes the scripts : static void TCN_DPRcreateDimensionValue(Args _args){...
READ MORE - Upload Financial Dimension Value For Dynamic AX 2012

Thursday, May 16, 2013

SRSS Reporting Format Report Date In Visual Studio 2010 with Dynamic AX 2012

1. Print page number like Page 1 of 2 ="Page "&Globals!PageNumber &" of "&Globals!TotalPages 2. Print current date with prefix like Jakarta, 1 April 2013 ="Jakarta, " & day(Globals!ExecutionTime) & " " & monthname(month(Globals!ExecutionTime)) & " "...
READ MORE - SRSS Reporting Format Report Date In Visual Studio 2010 with Dynamic AX 2012