Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- _tmpBuffer
Type: InventSupplyTmpVendors Table
The temporary InventSupplyTmpVendors buffer to insert data into.
- _mapCustMOD
Type: Map Class
A map containing the mode of delivery and the transport times.
- _itemId
Type: ItemId Extended Data Type
The ID of the item to insert.
- _vendTable
Type: VendTable Table
A VendTable table for the vendor to insert.
- _vendLeadTime
Type: LeadTime Extended Data Type
The lead time in days.
- _vendCalendarDays
Type: CalendarDays Extended Data Type
A Boolean value that specifies whether the lead time is expressed in calendar days.