class ActiveNetsuite::WorkOrder
{urn:inventory_2013_2.transactions.webservices.netsuite.com}WorkOrder
nullFieldList - ActiveNetsuite::NullField createdDate - SOAP::SOAPDateTime lastModifiedDate - SOAP::SOAPDateTime customForm - ActiveNetsuite::RecordRef manufacturingRouting - ActiveNetsuite::RecordRef status - SOAP::SOAPString tranId - SOAP::SOAPString entity - ActiveNetsuite::RecordRef job - ActiveNetsuite::RecordRef assemblyItem - ActiveNetsuite::RecordRef expandAssembly - SOAP::SOAPBoolean isWip - SOAP::SOAPBoolean quantity - SOAP::SOAPDouble units - ActiveNetsuite::RecordRef tranDate - SOAP::SOAPDateTime memo - SOAP::SOAPString department - ActiveNetsuite::RecordRef m_class - ActiveNetsuite::RecordRef itemList - ActiveNetsuite::WorkOrderItemList location - ActiveNetsuite::RecordRef salesTeamList - ActiveNetsuite::SalesTeamList partnersList - ActiveNetsuite::PartnersList createdFrom - ActiveNetsuite::RecordRef buildable - SOAP::SOAPDouble options - ActiveNetsuite::CustomFieldList built - SOAP::SOAPDouble startDate - SOAP::SOAPDateTime endDate - SOAP::SOAPDateTime revision - ActiveNetsuite::RecordRef subsidiary - ActiveNetsuite::RecordRef customFieldList - ActiveNetsuite::CustomFieldList xmlattr_internalId - SOAP::SOAPString xmlattr_externalId - SOAP::SOAPString
Constants
- AttrExternalId
- AttrInternalId
Attributes
assemblyItem[RW]
buildable[RW]
built[RW]
createdDate[RW]
createdFrom[RW]
customFieldList[RW]
customForm[RW]
department[RW]
endDate[RW]
entity[RW]
expandAssembly[RW]
isWip[RW]
itemList[RW]
job[RW]
lastModifiedDate[RW]
location[RW]
manufacturingRouting[RW]
memo[RW]
nullFieldList[RW]
options[RW]
partnersList[RW]
quantity[RW]
revision[RW]
salesTeamList[RW]
startDate[RW]
status[RW]
subsidiary[RW]
tranDate[RW]
tranId[RW]
units[RW]
Public Class Methods
new(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, manufacturingRouting = nil, status = nil, tranId = nil, entity = nil, job = nil, assemblyItem = nil, expandAssembly = nil, isWip = nil, quantity = nil, units = nil, tranDate = nil, memo = nil, department = nil, v_class = nil, itemList = nil, location = nil, salesTeamList = nil, partnersList = nil, createdFrom = nil, buildable = nil, options = nil, built = nil, startDate = nil, endDate = nil, revision = nil, subsidiary = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19126 def initialize(nullFieldList = nil, createdDate = nil, lastModifiedDate = nil, customForm = nil, manufacturingRouting = nil, status = nil, tranId = nil, entity = nil, job = nil, assemblyItem = nil, expandAssembly = nil, isWip = nil, quantity = nil, units = nil, tranDate = nil, memo = nil, department = nil, v_class = nil, itemList = nil, location = nil, salesTeamList = nil, partnersList = nil, createdFrom = nil, buildable = nil, options = nil, built = nil, startDate = nil, endDate = nil, revision = nil, subsidiary = nil, customFieldList = nil) @nullFieldList = nullFieldList @createdDate = createdDate @lastModifiedDate = lastModifiedDate @customForm = customForm @manufacturingRouting = manufacturingRouting @status = status @tranId = tranId @entity = entity @job = job @assemblyItem = assemblyItem @expandAssembly = expandAssembly @isWip = isWip @quantity = quantity @units = units @tranDate = tranDate @memo = memo @department = department @v_class = v_class @itemList = itemList @location = location @salesTeamList = salesTeamList @partnersList = partnersList @createdFrom = createdFrom @buildable = buildable @options = options @built = built @startDate = startDate @endDate = endDate @revision = revision @subsidiary = subsidiary @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19106 def __xmlattr @__xmlattr ||= {} end
m_class()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19098 def m_class @v_class end
m_class=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19102 def m_class=(value) @v_class = value end
xmlattr_externalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19118 def xmlattr_externalId __xmlattr[AttrExternalId] end
xmlattr_externalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19122 def xmlattr_externalId=(value) __xmlattr[AttrExternalId] = value end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19110 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 19114 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end