Posts

Showing posts from April, 2018

Best Practice for Development

Best Practices for Developers: 1.       Variable or constant or parameter declarations should be as local as possible to utilize memory resources in an efficient way. 2.       Unused variables, methods, and classes should be removed from the code. 3.       The re-usability should be maximized. E.g. rather than repeating lines of code at different places, a single method can be written so that changes in the method can be reflected at all the places where this method is used. 4.       A method should perform a single well-defined task and be named according to the task performed. 5.       All the text used in Dynamics AX is supposed to be in a label  6.       A try or catch deadlock or retry loop should always be created around database transactions that can cause deadlocks. 7.       Prefer switch statement rather than multiple if-else statements. 8.       Remove commented code before shipping code. 9.       Follow indentation rules. 10.   Follow case rules for naming classes,

Table ID for the tables in AX 2012 R2

Table ID for the tables in AX 2012 R2 Hi, AccountingDistribution ( accounting distribution 7452 ) AccountingDistributionEventTmp ( accounting distribution 100001 ) AccountingDistributionTemplate ( Accounting distribution template 7453 ) AccountingDistributionTemplateDetail ( Accounting distribution template detail 7454 ) AccountingDistributionTmp ( AccountingDistributionTmp 100002 ) AccountingDistributionTmpAmounts ( Accounting distributions 7455 ) AccountingDistributionTmpJournalize ( accounting distribution 100003 ) AccountingDistributionTmpPurchSummary ( Encumbrance summary 7446 ) AccountingEvent ( Accounting event 7456 ) AccountingEventDateTmp ( Accounting event 100004 ) AccountingEventTmp ( Accounting event 100005 ) AccountingTmpEvent ( Accounting event 100006 ) AccountSumMap ( Account totals 1326 ) AddressCountryRegionBLWI ( BLWI country/region 1049 ) AddressCountryRegionGroupBLWI ( BLWI country/region groups 1050 ) AddressZipCodeImportLog_NL ( ZIP/postal code import log