Using #InventdimJoin Macro in AX 2009 to Extract Records
Posted Saturday, March 20th, 2010
The code snippet below demonstrates how to use the #InventdimJoin macro within AX 2009 to extract records from a table that have an InventDimId in them, and join to the proper InventDim record by InventDimId without having to write the entire SQL statement to create the join and ensure that the join is coded properly. The #InventDimJoin macro will insert the necessary lines needed during execution to ensure that the join is done properly.
