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...
Finnaly ... This is mY Blog I just wanna sharing with everyone... And make Everyone smile ... coz mybe they are find useful thing in here...
Monday, October 28, 2013
CIL Error and Solution in Dynamic AX 2012
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...
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.....
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){...
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)) & " "...
Subscribe to:
Posts (Atom)