InventDimId on SalesLine

Hi All,

I am trying to debug the code from where the InventDimId on SalesLine is assigned to understand on what basis the InventDimId is assigned.Could you please help me in knowing the triggering point for getting the InventDimId in SalesLine Table.

Thanks a lot.

Regards

Chanikya

The InventDimId on salesLine will be update when you select an item on sales order line \Classes\SalesLineType\initFromInventTable and every time you modify any dimension on the sales order (example → location, warehouse etc…)
\Data Dictionary\Tables\SalesLine\Methods\modifyInventDim
\Data Dictionary\Tables\SalesLine\Methods\setInventDimId
Try adding break points to these methods.