Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Adds sales transaction data to the report data table.
Syntax
protected void addSalesTransactionData(
int _nodeId,
InventTransOrigin _inventTransOrigin,
InventTrans _inventTrans)
Run On
Server
Parameters
- _nodeId
Type: int
The ID for the current tracing hierarchy node.
- _inventTransOrigin
Type: InventTransOrigin Table
The record from the InventTransOrigin table related to _inventTrans.
- _inventTrans
Type: InventTrans Table
The record from the InventTrans table related to _inventTransOrigin.