AX Code revuew template / document

Hi,

I am looking for a Dynamics AX code review document / template or a checklist which can be used for reviewing developments.

I need this for both versions AX (2009 & 2012).

I tried searching this in Sure Step 2012 , but I could not find it there.

Can you please give me some pointers for this ?.

Thanks,

Nikhil

I don’t have exactly what you’re looking for, nevertheless I can give you some hints:

  • Best Practices for Microsoft Dynamics AX Development is the most important resource for AX.
  • Leverage the automated BP check and add your own rules if needed. Core reviewers should waste time with something what can be checked automatically. For example, if all new methods should have a specific prefix, it can be verified automatically.
  • Code Complete contains many checklist - you may get valuable ideas there.