Share via


WMSCheckABCZonesDP.insertIntoTempTable Method [AX 2012]

Inserts the filtered data into the WMSCheckABCZonesTmp table.

Syntax

private void insertIntoTempTable(
    WMSCheckABCZonesTmp _wmsCheckABCZonesTmp, 
    InventItemLocation _inventItemLocation, 
    InventDim _inventDim)

Run On

Server

Parameters

  • _inventItemLocation
    Type: InventItemLocation Table
    The record of the InventItemLocation table that is used by the report.
  • _inventDim
    Type: InventDim Table
    The record of the InventDim table that is used by the report.

See Also

Reference

WMSCheckABCZonesDP Class