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.
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
- _direction
Type: IntrastatDirection Enumeration
The direction of the transfer.
- _inventTransferJour
Type: InventTransferJour Table
The InventTransferJour buffer that data is copied from.
Remarks
The data from the inventory transfer orders is filtered from the InventTransferJour table by using the enum value InventTransferUpdateType::Shipment.