class ActiveNetsuite::ResourceAllocationSearchRowBasic
{urn:common_2013_2.platform.webservices.netsuite.com}ResourceAllocationSearchRowBasic
allocationType - ActiveNetsuite::SearchColumnSelectField allocationUnit - ActiveNetsuite::SearchColumnEnumSelectField customer - ActiveNetsuite::SearchColumnSelectField endDate - ActiveNetsuite::SearchColumnDateField externalId - ActiveNetsuite::SearchColumnStringField internalId - ActiveNetsuite::SearchColumnSelectField notes - ActiveNetsuite::SearchColumnStringField numberHours - ActiveNetsuite::SearchColumnDoubleField percentOfTime - ActiveNetsuite::SearchColumnDoubleField project - ActiveNetsuite::SearchColumnSelectField requestedBy - ActiveNetsuite::SearchColumnSelectField resource - ActiveNetsuite::SearchColumnSelectField startDate - ActiveNetsuite::SearchColumnDateField customFieldList - ActiveNetsuite::SearchColumnCustomFieldList
Attributes
allocationType[RW]
allocationUnit[RW]
customFieldList[RW]
customer[RW]
endDate[RW]
externalId[RW]
internalId[RW]
notes[RW]
numberHours[RW]
percentOfTime[RW]
project[RW]
requestedBy[RW]
resource[RW]
startDate[RW]
Public Class Methods
new(allocationType = [], allocationUnit = [], customer = [], endDate = [], externalId = [], internalId = [], notes = [], numberHours = [], percentOfTime = [], project = [], requestedBy = [], resource = [], startDate = [], customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 43917 def initialize(allocationType = [], allocationUnit = [], customer = [], endDate = [], externalId = [], internalId = [], notes = [], numberHours = [], percentOfTime = [], project = [], requestedBy = [], resource = [], startDate = [], customFieldList = nil) @allocationType = allocationType @allocationUnit = allocationUnit @customer = customer @endDate = endDate @externalId = externalId @internalId = internalId @notes = notes @numberHours = numberHours @percentOfTime = percentOfTime @project = project @requestedBy = requestedBy @resource = resource @startDate = startDate @customFieldList = customFieldList end