Share via


WMSBillOfLadingDP.insertIntoTempTable Method [AX 2012]

Inserts the specified records in the temporary table.

Syntax

private void insertIntoTempTable(
    int _rowNum, 
    boolean _emptyRecords, 
    boolean _dummyRecordsForCustomer, 
    boolean _peekCustomer, 
    boolean _peekCarrier)

Run On

Server

Parameters

  • _rowNum
    Type: int
  • _dummyRecordsForCustomer
    Type: boolean

Remarks

This method checks for a particular record and inserts it and also inserts dummy records when it is required.

See Also

Reference

WMSBillOfLadingDP Class