In Dynamics AX 2012, there are times when batch jobs appear to be stranded in a waiting status. When this happens, the cause can typically be a batch server or batch group which is not set up properly. However, if these are set up correctly and yo
MS Dynamics AX中对编写X++提倡的最佳实践原则还是极有借鉴实用价值.因此温习而知新并借来记之. General coding principles for Microsoft Dynamics AX. Declare variables as locally as possible. Check the error conditions in the beginning; return/abort as early as possible. Have only one succes