If you are working on objects (Tables or Classes) you haven't designed then it is quite possible you could have an insight about these objects by reverse engineering them to either data model or object model. I came to know about an excellent reverse engineering tool in AX 2012, that's why sharing here for others.... Continue Reading →
AX 2012: Conditional Relations with Field Fixed and Related Field Fixed
Conditional relations are used to filter records in parent or related table. We can define conditional relations by specifying fields in a table relation as: Field Fixed OR Related Field Fixed Consider a scenario of a call center. The operator's responsibility is to receive calls and get the orders for a shoe store. The... Continue Reading →
AX 2012: X++ breakpoints not hitting?
If you are not hitting the breakpoints you set in X++ code as expected then make sure that your code isn't executed by the SysOperation Framework (formerly known as Business Operations Framework - BOF). If this is the case then you can force the AOS to debug your code in Dynamics AX Debugger by CLEARING... Continue Reading →