class ActiveNetsuite::ItemDemandPlanSearchBasic
{urn:common_2013_2.platform.webservices.netsuite.com}ItemDemandPlanSearchBasic
alternateSourceItem - ActiveNetsuite::SearchMultiSelectField analysisDuration - ActiveNetsuite::SearchLongField demandDate - ActiveNetsuite::SearchDateField externalId - ActiveNetsuite::SearchMultiSelectField externalIdString - ActiveNetsuite::SearchStringField internalId - ActiveNetsuite::SearchMultiSelectField internalIdNumber - ActiveNetsuite::SearchLongField item - ActiveNetsuite::SearchMultiSelectField lastModifiedDate - ActiveNetsuite::SearchDateField location - ActiveNetsuite::SearchMultiSelectField memo - ActiveNetsuite::SearchStringField projectionDuration - ActiveNetsuite::SearchLongField projectionInterval - ActiveNetsuite::SearchMultiSelectField projectionMethod - ActiveNetsuite::SearchEnumMultiSelectField projectionStartDate - ActiveNetsuite::SearchDateField quantity - ActiveNetsuite::SearchDoubleField subsidiary - ActiveNetsuite::SearchMultiSelectField units - ActiveNetsuite::SearchMultiSelectField customFieldList - ActiveNetsuite::SearchCustomFieldList
Attributes
alternateSourceItem[RW]
analysisDuration[RW]
customFieldList[RW]
demandDate[RW]
externalId[RW]
externalIdString[RW]
internalId[RW]
internalIdNumber[RW]
item[RW]
lastModifiedDate[RW]
location[RW]
memo[RW]
projectionDuration[RW]
projectionInterval[RW]
projectionMethod[RW]
projectionStartDate[RW]
quantity[RW]
subsidiary[RW]
units[RW]
Public Class Methods
new(alternateSourceItem = nil, analysisDuration = nil, demandDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, item = nil, lastModifiedDate = nil, location = nil, memo = nil, projectionDuration = nil, projectionInterval = nil, projectionMethod = nil, projectionStartDate = nil, quantity = nil, subsidiary = nil, units = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 30786 def initialize(alternateSourceItem = nil, analysisDuration = nil, demandDate = nil, externalId = nil, externalIdString = nil, internalId = nil, internalIdNumber = nil, item = nil, lastModifiedDate = nil, location = nil, memo = nil, projectionDuration = nil, projectionInterval = nil, projectionMethod = nil, projectionStartDate = nil, quantity = nil, subsidiary = nil, units = nil, customFieldList = nil) @alternateSourceItem = alternateSourceItem @analysisDuration = analysisDuration @demandDate = demandDate @externalId = externalId @externalIdString = externalIdString @internalId = internalId @internalIdNumber = internalIdNumber @item = item @lastModifiedDate = lastModifiedDate @location = location @memo = memo @projectionDuration = projectionDuration @projectionInterval = projectionInterval @projectionMethod = projectionMethod @projectionStartDate = projectionStartDate @quantity = quantity @subsidiary = subsidiary @units = units @customFieldList = customFieldList end