IntrastatTransfer.loadFromInventTransferJourExport Method [AX 2012]

Copies data that originated from inventory transfer orders from the InventTransferJour and InventTransferJourLine tables to the Intrastat table.

Syntax

public void loadFromInventTransferJourExport(IntrastatDirection _direction, InventTransferJour _inventTransferJour)

Run On

Called

Parameters

Remarks

The data from the inventory transfer orders is filtered from the InventTransferJour table by using the enum value InventTransferUpdateType::Shipment.

See Also

Reference

IntrastatTransfer Class