class ActiveNetsuite::InventoryItemLocations
{urn:accounting_2013_2.lists.webservices.netsuite.com}InventoryItemLocations
location - SOAP::SOAPString quantityOnHand - SOAP::SOAPDouble onHandValueMli - SOAP::SOAPDouble averageCostMli - SOAP::SOAPDouble lastPurchasePriceMli - SOAP::SOAPDouble reorderPoint - SOAP::SOAPDouble preferredStockLevel - SOAP::SOAPDouble leadTime - SOAP::SOAPLong defaultReturnCost - SOAP::SOAPDouble safetyStockLevel - SOAP::SOAPDouble cost - SOAP::SOAPDouble inventoryCostTemplate - ActiveNetsuite::RecordRef buildTime - SOAP::SOAPDouble lastInvtCountDate - SOAP::SOAPDateTime nextInvtCountDate - SOAP::SOAPDateTime isWip - SOAP::SOAPBoolean invtCountInterval - SOAP::SOAPLong invtClassification - ActiveNetsuite::ItemInvtClassification costingLotSize - SOAP::SOAPDouble quantityOnOrder - SOAP::SOAPDouble quantityCommitted - SOAP::SOAPDouble quantityAvailable - SOAP::SOAPDouble quantityBackOrdered - SOAP::SOAPDouble locationId - ActiveNetsuite::RecordRef supplyReplenishmentMethod - ActiveNetsuite::RecordRef alternateDemandSourceItem - ActiveNetsuite::RecordRef fixedLotSize - SOAP::SOAPDouble periodicLotSizeType - ActiveNetsuite::PeriodicLotSizeType periodicLotSizeDays - SOAP::SOAPLong supplyType - ActiveNetsuite::RecordRef supplyLotSizingMethod - ActiveNetsuite::RecordRef demandSource - ActiveNetsuite::RecordRef backwardConsumptionDays - SOAP::SOAPLong forwardConsumptionDays - SOAP::SOAPLong
Attributes
alternateDemandSourceItem[RW]
averageCostMli[RW]
backwardConsumptionDays[RW]
buildTime[RW]
cost[RW]
costingLotSize[RW]
defaultReturnCost[RW]
demandSource[RW]
fixedLotSize[RW]
forwardConsumptionDays[RW]
inventoryCostTemplate[RW]
invtClassification[RW]
invtCountInterval[RW]
isWip[RW]
lastInvtCountDate[RW]
lastPurchasePriceMli[RW]
leadTime[RW]
location[RW]
locationId[RW]
nextInvtCountDate[RW]
onHandValueMli[RW]
periodicLotSizeDays[RW]
periodicLotSizeType[RW]
preferredStockLevel[RW]
quantityAvailable[RW]
quantityBackOrdered[RW]
quantityCommitted[RW]
quantityOnHand[RW]
quantityOnOrder[RW]
reorderPoint[RW]
safetyStockLevel[RW]
supplyLotSizingMethod[RW]
supplyReplenishmentMethod[RW]
supplyType[RW]
Public Class Methods
new(location = nil, quantityOnHand = nil, onHandValueMli = nil, averageCostMli = nil, lastPurchasePriceMli = nil, reorderPoint = nil, preferredStockLevel = nil, leadTime = nil, defaultReturnCost = nil, safetyStockLevel = nil, cost = nil, inventoryCostTemplate = nil, buildTime = nil, lastInvtCountDate = nil, nextInvtCountDate = nil, isWip = nil, invtCountInterval = nil, invtClassification = nil, costingLotSize = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityAvailable = nil, quantityBackOrdered = nil, locationId = nil, supplyReplenishmentMethod = nil, alternateDemandSourceItem = nil, fixedLotSize = nil, periodicLotSizeType = nil, periodicLotSizeDays = nil, supplyType = nil, supplyLotSizingMethod = nil, demandSource = nil, backwardConsumptionDays = nil, forwardConsumptionDays = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 52477 def initialize(location = nil, quantityOnHand = nil, onHandValueMli = nil, averageCostMli = nil, lastPurchasePriceMli = nil, reorderPoint = nil, preferredStockLevel = nil, leadTime = nil, defaultReturnCost = nil, safetyStockLevel = nil, cost = nil, inventoryCostTemplate = nil, buildTime = nil, lastInvtCountDate = nil, nextInvtCountDate = nil, isWip = nil, invtCountInterval = nil, invtClassification = nil, costingLotSize = nil, quantityOnOrder = nil, quantityCommitted = nil, quantityAvailable = nil, quantityBackOrdered = nil, locationId = nil, supplyReplenishmentMethod = nil, alternateDemandSourceItem = nil, fixedLotSize = nil, periodicLotSizeType = nil, periodicLotSizeDays = nil, supplyType = nil, supplyLotSizingMethod = nil, demandSource = nil, backwardConsumptionDays = nil, forwardConsumptionDays = nil) @location = location @quantityOnHand = quantityOnHand @onHandValueMli = onHandValueMli @averageCostMli = averageCostMli @lastPurchasePriceMli = lastPurchasePriceMli @reorderPoint = reorderPoint @preferredStockLevel = preferredStockLevel @leadTime = leadTime @defaultReturnCost = defaultReturnCost @safetyStockLevel = safetyStockLevel @cost = cost @inventoryCostTemplate = inventoryCostTemplate @buildTime = buildTime @lastInvtCountDate = lastInvtCountDate @nextInvtCountDate = nextInvtCountDate @isWip = isWip @invtCountInterval = invtCountInterval @invtClassification = invtClassification @costingLotSize = costingLotSize @quantityOnOrder = quantityOnOrder @quantityCommitted = quantityCommitted @quantityAvailable = quantityAvailable @quantityBackOrdered = quantityBackOrdered @locationId = locationId @supplyReplenishmentMethod = supplyReplenishmentMethod @alternateDemandSourceItem = alternateDemandSourceItem @fixedLotSize = fixedLotSize @periodicLotSizeType = periodicLotSizeType @periodicLotSizeDays = periodicLotSizeDays @supplyType = supplyType @supplyLotSizingMethod = supplyLotSizingMethod @demandSource = demandSource @backwardConsumptionDays = backwardConsumptionDays @forwardConsumptionDays = forwardConsumptionDays end