Share via


InventSupply.loopMapsAndInsertStdLeadTime Method [AX 2012]

Loops through the map that contains mode of delivery and transport times and inserts records into the temporary InventSupplyTmpStdLeadTime table buffer.

Syntax

protected void loopMapsAndInsertStdLeadTime(
    InventSupplyTmpStdLeadtime _tmpBuffer, 
    Map _mapSuppMOD, 
    Map _mapCustMOD, 
    ItemId _itemId, 
    InventDim _inventDimSupply, 
    InventSupplyTmpLeadtimeType _leadTimeType, 
    InventSupplyLeadTimeSource _leadTimeSource, 
    LeadTime _leadTime, 
    CalendarDays _calendarDays, 
    ReqSetupDim _reqSetupDimSupp)

Run On

Server

Parameters

  • _mapSuppMOD
    Type: Map Class
    A map that contains modes of delivery and the transport times.
  • _mapCustMOD
    Type: Map Class
    A map that contains modes of delivery and the transport times.
  • _inventDimSupply
    Type: InventDim Table
    The ID of the dimension for supply warehouse.
  • _reqSetupDimSupp
    Type: ReqSetupDim Class
    A ReqSetupDim object that contains margins for the supply warehouse.

See Also

Reference

InventSupply Class