The Application Integration Framework allows us to create/update/delete or read data. Now in AX2009 we have a facility of creating/deleting records using AIF Service classes. There is “NO ADDITIONAL AIF SETUP”(Like Enabling Endpoints etc.) required to execute the code via service class. The services can be used to read/write data in AX.
Måned: oktober 2013
Microsoft Dynamics Ax
Compile and CIL Generation errors when reporting extensions is not installed
by Bo Jensen •
Under certain circumstances, you may receive the followingcompile or CIL generation errors when installing Microsoft Dynamics AX 2012. SysStartupCmdGenerateSsasProject (object) has no validrunable code in method ‘buildProject’. BIGenerator (object) has no valid runable code in method‘classDeclaration’. BIAnalysisServicesProjectController (object) has no validrunable code in method ‘buildProject’.
Microsoft Dynamics Ax
Microsoft Dynamics AX: Duplicate type with name in assembly
by Bo Jensen •
Duplicate type with name in assembly XX Sometimes we need to delete and recreate the service, we might face some issues with duplicate type error. Here is the solution:
Microsoft Dynamics Ax
Create batch job through X++ code ~ IT Pro Ramblings
by Bo Jensen •
If you need to execute code in batch, here is an example of how to add a batch job for the corresponding RunBaseBatch class.
