Share via


InventCostTrans.setFinancialInventDimId Method

Determines the financial inventory dimension for a specified invetDimGroupId and inventDim record.

Syntax

public void setFinancialInventDimId(InventDimGroupSetup _inventDimGroupSetup, InventDim _inventDim)

Run On

Called

Parameters

  • _inventDimGroupSetup
    Type: InventDimGroupSetup Class
    An instance of the InventDimGroupSetup class that provides information about dimension setup.
  • _inventDim
    Type: InventDim Table
    The inventDim record for which the financial relevant dimensions have to be determined.

Remarks

This method is used to obtain the financial inventDimId record, which will be used to group the inventCostTrans records. If many inventTrans records exist (because of the usage of serial numbers) these records will be grouped according to their financial inventory dimensions in the inventCostTrans table.

See Also

Reference

InventCostTrans Table