Share via


TMSPackingListDP.insertTMSPackingList Method [AX 2012]

This is method inserts the data into the TMSPackingListTmp table.

Syntax

public void insertTMSPackingList(
    WHSShipmentTable _whsShipmentTable, 
    WHSLoadLine _whsLoadLine, 
    WHSContainerTable _whsContainerTable, 
    SalesTable _salesTable, 
    int64 _numberOfContainers, 
    Weight _weight)

Run On

Server

Parameters

  • _numberOfContainers
    Type: int64
    Total number of containers

See Also

Reference

TMSPackingListDP Class