empty InventDimId May 27, 2012 InventDimId is a mandatory field for some tables. If you don't use it, you can left it blank: Ssss.InventDimId = InventDim::inventDimIdBlank(); Read more
How to Join InventSum and InventDim with group by InventLocationID ? February 25, 2012 While select InventSum Join InventDim where inventSum.InventDimId == InventDim.InventDimId && inventSum. inventLocationID == InventDim. inventLocationID Group By inventLocationID { write logic here for } Read more