Class: ActiveNetsuite::TransactionBodyCustomField

Inherits:
CustomFieldType show all
Defined in:
lib/activenetsuite/soap/default.rb

Overview

urn:customization_2013_2urn:customization_2013_2.setupurn:customization_2013_2.setup.webservicesurn:customization_2013_2.setup.webservices.netsuiteurn:customization_2013_2.setup.webservices.netsuite.comTransactionBodyCustomField

nullFieldList - ActiveNetsuite::NullField
fieldType - ActiveNetsuite::CustomizationFieldType
scriptId - SOAP::SOAPString
label - SOAP::SOAPString
owner - ActiveNetsuite::RecordRef
description - SOAP::SOAPString
selectRecordType - ActiveNetsuite::RecordRef
storeValue - SOAP::SOAPBoolean
showInList - SOAP::SOAPBoolean
globalSearch - SOAP::SOAPBoolean
isParent - SOAP::SOAPBoolean
insertBefore - ActiveNetsuite::RecordRef
subtab - ActiveNetsuite::RecordRef
availableToSso - SOAP::SOAPBoolean
displayType - ActiveNetsuite::CustomizationDisplayType
displayWidth - SOAP::SOAPLong
displayHeight - SOAP::SOAPLong
help - SOAP::SOAPString
parentSubtab - ActiveNetsuite::RecordRef
linkText - SOAP::SOAPString
isMandatory - SOAP::SOAPBoolean
checkSpelling - SOAP::SOAPBoolean
maxLength - SOAP::SOAPLong
minValue - SOAP::SOAPDouble
maxValue - SOAP::SOAPDouble
defaultChecked - SOAP::SOAPBoolean
defaultValue - SOAP::SOAPString
isFormula - SOAP::SOAPBoolean
defaultSelection - ActiveNetsuite::RecordRef
dynamicDefault - ActiveNetsuite::CustomizationDynamicDefault
searchDefault - ActiveNetsuite::RecordRef
searchCompareField - ActiveNetsuite::RecordRef
sourceList - ActiveNetsuite::RecordRef
sourceFrom - ActiveNetsuite::RecordRef
sourceFilterBy - ActiveNetsuite::RecordRef
bodyPurchase - SOAP::SOAPBoolean
bodySale - SOAP::SOAPBoolean
bodyOpportunity - SOAP::SOAPBoolean
bodyJournal - SOAP::SOAPBoolean
bodyExpenseReport - SOAP::SOAPBoolean
bodyStore - SOAP::SOAPBoolean
bodyTransferOrder - SOAP::SOAPBoolean
bodyItemReceipt - SOAP::SOAPBoolean
bodyItemReceiptOrder - SOAP::SOAPBoolean
bodyItemFulfillment - SOAP::SOAPBoolean
bodyItemFulfillmentOrder - SOAP::SOAPBoolean
bodyInventoryAdjustment - SOAP::SOAPBoolean
bodyBTegata - SOAP::SOAPBoolean
bodyAssemblyBuild - SOAP::SOAPBoolean
bodyPrintFlag - SOAP::SOAPBoolean
bodyPickingTicket - SOAP::SOAPBoolean
bodyPrintPackingSlip - SOAP::SOAPBoolean
bodyCustomerPayment - SOAP::SOAPBoolean
bodyVendorPayment - SOAP::SOAPBoolean
bodyDeposit - SOAP::SOAPBoolean
bodyBom - SOAP::SOAPBoolean
bodyPrintStatement - SOAP::SOAPBoolean
filterList - ActiveNetsuite::TransactionBodyCustomFieldFilterList
accessLevel - ActiveNetsuite::CustomizationAccessLevel
searchLevel - ActiveNetsuite::CustomizationSearchLevel
roleAccessList - ActiveNetsuite::CustomFieldRoleAccessList
deptAccessList - ActiveNetsuite::CustomFieldDepartmentAccessList
subAccessList - ActiveNetsuite::CustomFieldSubAccessList
translationsList - ActiveNetsuite::CustomFieldTranslationsList
xmlattr_internalId - SOAP::SOAPString

Constant Summary collapse

AttrInternalId =
XSD::QName.new(nil, "internalId")

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods inherited from Record

#activate, active, #active=, #active?, #add, all, basic_search_class, #client, client, client=, delete, #delete, deleted, find, find_by, find_by_external_id, find_by_id, find_by_internal_id, #getters, #inactivate, inactive, #inactive=, #load, #loaded?, raise_not_found_error, ref, #ref, search_next, #setters, #to_s, type, #update, update, where

Methods included from MethodInflector

included, #method_missing

Constructor Details

#initialize(nullFieldList = nil, fieldType = nil, scriptId = nil, label = nil, owner = nil, description = nil, selectRecordType = nil, storeValue = nil, showInList = nil, globalSearch = nil, isParent = nil, insertBefore = nil, subtab = nil, availableToSso = nil, displayType = nil, displayWidth = nil, displayHeight = nil, help = nil, parentSubtab = nil, linkText = nil, isMandatory = nil, checkSpelling = nil, maxLength = nil, minValue = nil, maxValue = nil, defaultChecked = nil, defaultValue = nil, isFormula = nil, defaultSelection = nil, dynamicDefault = nil, searchDefault = nil, searchCompareField = nil, sourceList = nil, sourceFrom = nil, sourceFilterBy = nil, bodyPurchase = nil, bodySale = nil, bodyOpportunity = nil, bodyJournal = nil, bodyExpenseReport = nil, bodyStore = nil, bodyTransferOrder = nil, bodyItemReceipt = nil, bodyItemReceiptOrder = nil, bodyItemFulfillment = nil, bodyItemFulfillmentOrder = nil, bodyInventoryAdjustment = nil, bodyBTegata = nil, bodyAssemblyBuild = nil, bodyPrintFlag = nil, bodyPickingTicket = nil, bodyPrintPackingSlip = nil, bodyCustomerPayment = nil, bodyVendorPayment = nil, bodyDeposit = nil, bodyBom = nil, bodyPrintStatement = nil, filterList = nil, accessLevel = nil, searchLevel = nil, roleAccessList = nil, deptAccessList = nil, subAccessList = nil, translationsList = nil) ⇒ TransactionBodyCustomField

Returns a new instance of TransactionBodyCustomField.



21195
21196
21197
21198
21199
21200
21201
21202
21203
21204
21205
21206
21207
21208
21209
21210
21211
21212
21213
21214
21215
21216
21217
21218
21219
21220
21221
21222
21223
21224
21225
21226
21227
21228
21229
21230
21231
21232
21233
21234
21235
21236
21237
21238
21239
21240
21241
21242
21243
21244
21245
21246
21247
21248
21249
21250
21251
21252
21253
21254
21255
21256
21257
21258
21259
21260
21261
# File 'lib/activenetsuite/soap/default.rb', line 21195

def initialize(nullFieldList = nil, fieldType = nil, scriptId = nil, label = nil, owner = nil, description = nil, selectRecordType = nil, storeValue = nil, showInList = nil, globalSearch = nil, isParent = nil, insertBefore = nil, subtab = nil, availableToSso = nil, displayType = nil, displayWidth = nil, displayHeight = nil, help = nil, parentSubtab = nil, linkText = nil, isMandatory = nil, checkSpelling = nil, maxLength = nil, minValue = nil, maxValue = nil, defaultChecked = nil, defaultValue = nil, isFormula = nil, defaultSelection = nil, dynamicDefault = nil, searchDefault = nil, searchCompareField = nil, sourceList = nil, sourceFrom = nil, sourceFilterBy = nil, bodyPurchase = nil, bodySale = nil, bodyOpportunity = nil, bodyJournal = nil, bodyExpenseReport = nil, bodyStore = nil, bodyTransferOrder = nil, bodyItemReceipt = nil, bodyItemReceiptOrder = nil, bodyItemFulfillment = nil, bodyItemFulfillmentOrder = nil, bodyInventoryAdjustment = nil, bodyBTegata = nil, bodyAssemblyBuild = nil, bodyPrintFlag = nil, bodyPickingTicket = nil, bodyPrintPackingSlip = nil, bodyCustomerPayment = nil, bodyVendorPayment = nil, bodyDeposit = nil, bodyBom = nil, bodyPrintStatement = nil, filterList = nil, accessLevel = nil, searchLevel = nil, roleAccessList = nil, deptAccessList = nil, subAccessList = nil, translationsList = nil)
  @nullFieldList = nullFieldList
  @fieldType = fieldType
  @scriptId = scriptId
  @label = label
  @owner = owner
  @description = description
  @selectRecordType = selectRecordType
  @storeValue = storeValue
  @showInList = showInList
  @globalSearch = globalSearch
  @isParent = isParent
  @insertBefore = insertBefore
  @subtab = subtab
  @availableToSso = availableToSso
  @displayType = displayType
  @displayWidth = displayWidth
  @displayHeight = displayHeight
  @help = help
  @parentSubtab = parentSubtab
  @linkText = linkText
  @isMandatory = isMandatory
  @checkSpelling = checkSpelling
  @maxLength = maxLength
  @minValue = minValue
  @maxValue = maxValue
  @defaultChecked = defaultChecked
  @defaultValue = defaultValue
  @isFormula = isFormula
  @defaultSelection = defaultSelection
  @dynamicDefault = dynamicDefault
  @searchDefault = searchDefault
  @searchCompareField = searchCompareField
  @sourceList = sourceList
  @sourceFrom = sourceFrom
  @sourceFilterBy = sourceFilterBy
  @bodyPurchase = bodyPurchase
  @bodySale = bodySale
  @bodyOpportunity = bodyOpportunity
  @bodyJournal = bodyJournal
  @bodyExpenseReport = bodyExpenseReport
  @bodyStore = bodyStore
  @bodyTransferOrder = bodyTransferOrder
  @bodyItemReceipt = bodyItemReceipt
  @bodyItemReceiptOrder = bodyItemReceiptOrder
  @bodyItemFulfillment = bodyItemFulfillment
  @bodyItemFulfillmentOrder = bodyItemFulfillmentOrder
  @bodyInventoryAdjustment = bodyInventoryAdjustment
  @bodyBTegata = bodyBTegata
  @bodyAssemblyBuild = bodyAssemblyBuild
  @bodyPrintFlag = bodyPrintFlag
  @bodyPickingTicket = bodyPickingTicket
  @bodyPrintPackingSlip = bodyPrintPackingSlip
  @bodyCustomerPayment = bodyCustomerPayment
  @bodyVendorPayment = bodyVendorPayment
  @bodyDeposit = bodyDeposit
  @bodyBom = bodyBom
  @bodyPrintStatement = bodyPrintStatement
  @filterList = filterList
  @accessLevel = accessLevel
  @searchLevel = searchLevel
  @roleAccessList = roleAccessList
  @deptAccessList = deptAccessList
  @subAccessList = subAccessList
  @translationsList = translationsList
  @__xmlattr = {}
end

Dynamic Method Handling

This class handles dynamic methods through the method_missing method in the class ActiveNetsuite::MethodInflector

Instance Attribute Details

#accessLevelObject

Returns the value of attribute accessLevel.



21176
21177
21178
# File 'lib/activenetsuite/soap/default.rb', line 21176

def accessLevel
  @accessLevel
end

#availableToSsoObject

Returns the value of attribute availableToSso.



21131
21132
21133
# File 'lib/activenetsuite/soap/default.rb', line 21131

def availableToSso
  @availableToSso
end

#bodyAssemblyBuildObject

Returns the value of attribute bodyAssemblyBuild.



21166
21167
21168
# File 'lib/activenetsuite/soap/default.rb', line 21166

def bodyAssemblyBuild
  @bodyAssemblyBuild
end

#bodyBomObject

Returns the value of attribute bodyBom.



21173
21174
21175
# File 'lib/activenetsuite/soap/default.rb', line 21173

def bodyBom
  @bodyBom
end

#bodyBTegataObject

Returns the value of attribute bodyBTegata.



21165
21166
21167
# File 'lib/activenetsuite/soap/default.rb', line 21165

def bodyBTegata
  @bodyBTegata
end

#bodyCustomerPaymentObject

Returns the value of attribute bodyCustomerPayment.



21170
21171
21172
# File 'lib/activenetsuite/soap/default.rb', line 21170

def bodyCustomerPayment
  @bodyCustomerPayment
end

#bodyDepositObject

Returns the value of attribute bodyDeposit.



21172
21173
21174
# File 'lib/activenetsuite/soap/default.rb', line 21172

def bodyDeposit
  @bodyDeposit
end

#bodyExpenseReportObject

Returns the value of attribute bodyExpenseReport.



21157
21158
21159
# File 'lib/activenetsuite/soap/default.rb', line 21157

def bodyExpenseReport
  @bodyExpenseReport
end

#bodyInventoryAdjustmentObject

Returns the value of attribute bodyInventoryAdjustment.



21164
21165
21166
# File 'lib/activenetsuite/soap/default.rb', line 21164

def bodyInventoryAdjustment
  @bodyInventoryAdjustment
end

#bodyItemFulfillmentObject

Returns the value of attribute bodyItemFulfillment.



21162
21163
21164
# File 'lib/activenetsuite/soap/default.rb', line 21162

def bodyItemFulfillment
  @bodyItemFulfillment
end

#bodyItemFulfillmentOrderObject

Returns the value of attribute bodyItemFulfillmentOrder.



21163
21164
21165
# File 'lib/activenetsuite/soap/default.rb', line 21163

def bodyItemFulfillmentOrder
  @bodyItemFulfillmentOrder
end

#bodyItemReceiptObject

Returns the value of attribute bodyItemReceipt.



21160
21161
21162
# File 'lib/activenetsuite/soap/default.rb', line 21160

def bodyItemReceipt
  @bodyItemReceipt
end

#bodyItemReceiptOrderObject

Returns the value of attribute bodyItemReceiptOrder.



21161
21162
21163
# File 'lib/activenetsuite/soap/default.rb', line 21161

def bodyItemReceiptOrder
  @bodyItemReceiptOrder
end

#bodyJournalObject

Returns the value of attribute bodyJournal.



21156
21157
21158
# File 'lib/activenetsuite/soap/default.rb', line 21156

def bodyJournal
  @bodyJournal
end

#bodyOpportunityObject

Returns the value of attribute bodyOpportunity.



21155
21156
21157
# File 'lib/activenetsuite/soap/default.rb', line 21155

def bodyOpportunity
  @bodyOpportunity
end

#bodyPickingTicketObject

Returns the value of attribute bodyPickingTicket.



21168
21169
21170
# File 'lib/activenetsuite/soap/default.rb', line 21168

def bodyPickingTicket
  @bodyPickingTicket
end

#bodyPrintFlagObject

Returns the value of attribute bodyPrintFlag.



21167
21168
21169
# File 'lib/activenetsuite/soap/default.rb', line 21167

def bodyPrintFlag
  @bodyPrintFlag
end

#bodyPrintPackingSlipObject

Returns the value of attribute bodyPrintPackingSlip.



21169
21170
21171
# File 'lib/activenetsuite/soap/default.rb', line 21169

def bodyPrintPackingSlip
  @bodyPrintPackingSlip
end

#bodyPrintStatementObject

Returns the value of attribute bodyPrintStatement.



21174
21175
21176
# File 'lib/activenetsuite/soap/default.rb', line 21174

def bodyPrintStatement
  @bodyPrintStatement
end

#bodyPurchaseObject

Returns the value of attribute bodyPurchase.



21153
21154
21155
# File 'lib/activenetsuite/soap/default.rb', line 21153

def bodyPurchase
  @bodyPurchase
end

#bodySaleObject

Returns the value of attribute bodySale.



21154
21155
21156
# File 'lib/activenetsuite/soap/default.rb', line 21154

def bodySale
  @bodySale
end

#bodyStoreObject

Returns the value of attribute bodyStore.



21158
21159
21160
# File 'lib/activenetsuite/soap/default.rb', line 21158

def bodyStore
  @bodyStore
end

#bodyTransferOrderObject

Returns the value of attribute bodyTransferOrder.



21159
21160
21161
# File 'lib/activenetsuite/soap/default.rb', line 21159

def bodyTransferOrder
  @bodyTransferOrder
end

#bodyVendorPaymentObject

Returns the value of attribute bodyVendorPayment.



21171
21172
21173
# File 'lib/activenetsuite/soap/default.rb', line 21171

def bodyVendorPayment
  @bodyVendorPayment
end

#checkSpellingObject

Returns the value of attribute checkSpelling.



21139
21140
21141
# File 'lib/activenetsuite/soap/default.rb', line 21139

def checkSpelling
  @checkSpelling
end

#defaultCheckedObject

Returns the value of attribute defaultChecked.



21143
21144
21145
# File 'lib/activenetsuite/soap/default.rb', line 21143

def defaultChecked
  @defaultChecked
end

#defaultSelectionObject

Returns the value of attribute defaultSelection.



21146
21147
21148
# File 'lib/activenetsuite/soap/default.rb', line 21146

def defaultSelection
  @defaultSelection
end

#defaultValueObject

Returns the value of attribute defaultValue.



21144
21145
21146
# File 'lib/activenetsuite/soap/default.rb', line 21144

def defaultValue
  @defaultValue
end

#deptAccessListObject

Returns the value of attribute deptAccessList.



21179
21180
21181
# File 'lib/activenetsuite/soap/default.rb', line 21179

def deptAccessList
  @deptAccessList
end

#descriptionObject

Returns the value of attribute description.



21123
21124
21125
# File 'lib/activenetsuite/soap/default.rb', line 21123

def description
  @description
end

#displayHeightObject

Returns the value of attribute displayHeight.



21134
21135
21136
# File 'lib/activenetsuite/soap/default.rb', line 21134

def displayHeight
  @displayHeight
end

#displayTypeObject

Returns the value of attribute displayType.



21132
21133
21134
# File 'lib/activenetsuite/soap/default.rb', line 21132

def displayType
  @displayType
end

#displayWidthObject

Returns the value of attribute displayWidth.



21133
21134
21135
# File 'lib/activenetsuite/soap/default.rb', line 21133

def displayWidth
  @displayWidth
end

#dynamicDefaultObject

Returns the value of attribute dynamicDefault.



21147
21148
21149
# File 'lib/activenetsuite/soap/default.rb', line 21147

def dynamicDefault
  @dynamicDefault
end

#fieldTypeObject

Returns the value of attribute fieldType.



21119
21120
21121
# File 'lib/activenetsuite/soap/default.rb', line 21119

def fieldType
  @fieldType
end

#filterListObject

Returns the value of attribute filterList.



21175
21176
21177
# File 'lib/activenetsuite/soap/default.rb', line 21175

def filterList
  @filterList
end

#globalSearchObject

Returns the value of attribute globalSearch.



21127
21128
21129
# File 'lib/activenetsuite/soap/default.rb', line 21127

def globalSearch
  @globalSearch
end

#helpObject

Returns the value of attribute help.



21135
21136
21137
# File 'lib/activenetsuite/soap/default.rb', line 21135

def help
  @help
end

#insertBeforeObject

Returns the value of attribute insertBefore.



21129
21130
21131
# File 'lib/activenetsuite/soap/default.rb', line 21129

def insertBefore
  @insertBefore
end

#isFormulaObject

Returns the value of attribute isFormula.



21145
21146
21147
# File 'lib/activenetsuite/soap/default.rb', line 21145

def isFormula
  @isFormula
end

#isMandatoryObject

Returns the value of attribute isMandatory.



21138
21139
21140
# File 'lib/activenetsuite/soap/default.rb', line 21138

def isMandatory
  @isMandatory
end

#isParentObject

Returns the value of attribute isParent.



21128
21129
21130
# File 'lib/activenetsuite/soap/default.rb', line 21128

def isParent
  @isParent
end

#labelObject

Returns the value of attribute label.



21121
21122
21123
# File 'lib/activenetsuite/soap/default.rb', line 21121

def label
  @label
end

#linkTextObject

Returns the value of attribute linkText.



21137
21138
21139
# File 'lib/activenetsuite/soap/default.rb', line 21137

def linkText
  @linkText
end

#maxLengthObject

Returns the value of attribute maxLength.



21140
21141
21142
# File 'lib/activenetsuite/soap/default.rb', line 21140

def maxLength
  @maxLength
end

#maxValueObject

Returns the value of attribute maxValue.



21142
21143
21144
# File 'lib/activenetsuite/soap/default.rb', line 21142

def maxValue
  @maxValue
end

#minValueObject

Returns the value of attribute minValue.



21141
21142
21143
# File 'lib/activenetsuite/soap/default.rb', line 21141

def minValue
  @minValue
end

#nullFieldListObject

Returns the value of attribute nullFieldList.



21118
21119
21120
# File 'lib/activenetsuite/soap/default.rb', line 21118

def nullFieldList
  @nullFieldList
end

#ownerObject

Returns the value of attribute owner.



21122
21123
21124
# File 'lib/activenetsuite/soap/default.rb', line 21122

def owner
  @owner
end

#parentSubtabObject

Returns the value of attribute parentSubtab.



21136
21137
21138
# File 'lib/activenetsuite/soap/default.rb', line 21136

def parentSubtab
  @parentSubtab
end

#roleAccessListObject

Returns the value of attribute roleAccessList.



21178
21179
21180
# File 'lib/activenetsuite/soap/default.rb', line 21178

def roleAccessList
  @roleAccessList
end

#scriptIdObject

Returns the value of attribute scriptId.



21120
21121
21122
# File 'lib/activenetsuite/soap/default.rb', line 21120

def scriptId
  @scriptId
end

#searchCompareFieldObject

Returns the value of attribute searchCompareField.



21149
21150
21151
# File 'lib/activenetsuite/soap/default.rb', line 21149

def searchCompareField
  @searchCompareField
end

#searchDefaultObject

Returns the value of attribute searchDefault.



21148
21149
21150
# File 'lib/activenetsuite/soap/default.rb', line 21148

def searchDefault
  @searchDefault
end

#searchLevelObject

Returns the value of attribute searchLevel.



21177
21178
21179
# File 'lib/activenetsuite/soap/default.rb', line 21177

def searchLevel
  @searchLevel
end

#selectRecordTypeObject

Returns the value of attribute selectRecordType.



21124
21125
21126
# File 'lib/activenetsuite/soap/default.rb', line 21124

def selectRecordType
  @selectRecordType
end

#showInListObject

Returns the value of attribute showInList.



21126
21127
21128
# File 'lib/activenetsuite/soap/default.rb', line 21126

def showInList
  @showInList
end

#sourceFilterByObject

Returns the value of attribute sourceFilterBy.



21152
21153
21154
# File 'lib/activenetsuite/soap/default.rb', line 21152

def sourceFilterBy
  @sourceFilterBy
end

#sourceFromObject

Returns the value of attribute sourceFrom.



21151
21152
21153
# File 'lib/activenetsuite/soap/default.rb', line 21151

def sourceFrom
  @sourceFrom
end

#sourceListObject

Returns the value of attribute sourceList.



21150
21151
21152
# File 'lib/activenetsuite/soap/default.rb', line 21150

def sourceList
  @sourceList
end

#storeValueObject

Returns the value of attribute storeValue.



21125
21126
21127
# File 'lib/activenetsuite/soap/default.rb', line 21125

def storeValue
  @storeValue
end

#subAccessListObject

Returns the value of attribute subAccessList.



21180
21181
21182
# File 'lib/activenetsuite/soap/default.rb', line 21180

def subAccessList
  @subAccessList
end

#subtabObject

Returns the value of attribute subtab.



21130
21131
21132
# File 'lib/activenetsuite/soap/default.rb', line 21130

def subtab
  @subtab
end

#translationsListObject

Returns the value of attribute translationsList.



21181
21182
21183
# File 'lib/activenetsuite/soap/default.rb', line 21181

def translationsList
  @translationsList
end

Instance Method Details

#__xmlattrObject



21183
21184
21185
# File 'lib/activenetsuite/soap/default.rb', line 21183

def __xmlattr
  @__xmlattr ||= {}
end

#xmlattr_internalIdObject



21187
21188
21189
# File 'lib/activenetsuite/soap/default.rb', line 21187

def xmlattr_internalId
  __xmlattr[AttrInternalId]
end

#xmlattr_internalId=(value) ⇒ Object



21191
21192
21193
# File 'lib/activenetsuite/soap/default.rb', line 21191

def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end