RetailTransactionSalesTrans.seperateTransactionInventDim Method
Seperates an inventory dimension record into and InventDim record to be associated with the current record, and an InventDim record to be used for registering tracking dimensions.
Syntax
private void seperateTransactionInventDim(
InventDim _transactionInventDim,
InventDim _salesTransInventDim,
InventDim _trackingRegisterInventDim)
Run On
Called
Parameters
- _transactionInventDim
Type: InventDim Table
A InventDim record specifying the inventory dimension combination to be seperated.
- _salesTransInventDim
Type: InventDim Table
A InventDim record which will contain the inventory dimension combination to be associated with the current record.
- _trackingRegisterInventDim
Type: InventDim Table
A InventDim record which will contain the inventory dimension combination to be used for registering tracking dimensions.
Remarks
The _salesTransInventDim and _trackingRegisterInventDim records will contain the result of the seperation.