Share via


InventSupply.loopMapsAndInsertTmpVendors Method [AX 2012]

Loops through the map containing mode of delivery and transport times and inserts records into the temporary InventSupplyTmpVendors table buffer.

Syntax

protected void loopMapsAndInsertTmpVendors(
    InventSupplyTmpVendors _tmpBuffer, 
    Map _mapCustMOD, 
    ItemId _itemId, 
    VendTable _vendTable, 
    LeadTime _vendLeadTime, 
    CalendarDays _vendCalendarDays)

Run On

Server

Parameters

  • _mapCustMOD
    Type: Map Class
    A map containing the mode of delivery and the transport times.
  • _vendTable
    Type: VendTable Table
    A VendTable table for the vendor to insert.

See Also

Reference

InventSupply Class