Monthly Archives: August 2008

Something to check if the Dynamics AX 4 client crashes upon startup

  Good morning,   If you get the following error when starting up a Dynamics AX 4 client and just can’t see anything wrong with the configuration or anything else; look into the following folder on your local machine "<Drive … Continue reading

Posted in Dynamics Ax 4.0x | Comments Off on Something to check if the Dynamics AX 4 client crashes upon startup

“Go to the Main Table Form” differences between Axapta 2.x and Dynamics AX 4

  Good morning,   The "Go To Main Table Form" functionality in Axapta used to filter on the child form for the calling record, as well as update as the parent form changed record. In AX 4 that is no … Continue reading

Posted in Dynamics Ax 4.0x | Comments Off on “Go to the Main Table Form” differences between Axapta 2.x and Dynamics AX 4

System-generated find() and exist() methods on tables

  Good afternoon,   The following job will output correct (but not best practice) code for find() and exist() methods for any table (that has a primary key), to a text file:   public static void genFindNExist(Args _args){    SysDictTable sysDictTable;    … Continue reading

Posted in Dynamics Ax 4.0x | Comments Off on System-generated find() and exist() methods on tables