class ActiveNetsuite::CustomRecord

{urn:customization_2013_2.setup.webservices.netsuite.com}CustomRecord

nullFieldList - ActiveNetsuite::NullField
customRecordId - SOAP::SOAPString
customForm - ActiveNetsuite::RecordRef
isInactive - SOAP::SOAPBoolean
disclaimer - SOAP::SOAPString
created - SOAP::SOAPDateTime
lastModified - SOAP::SOAPDateTime
name - SOAP::SOAPString
owner - ActiveNetsuite::RecordRef
recType - ActiveNetsuite::RecordRef
enableNumbering - SOAP::SOAPBoolean
numberingPrefix - SOAP::SOAPString
numberingSuffix - SOAP::SOAPString
numberingMinDigits - SOAP::SOAPLong
description - SOAP::SOAPString
numberingInit - SOAP::SOAPLong
numberingCurrentNumber - SOAP::SOAPLong
allowNumberingOverride - SOAP::SOAPBoolean
isNumberingUpdateable - SOAP::SOAPBoolean
translationsList - ActiveNetsuite::CustomRecordTranslationsList
includeName - SOAP::SOAPBoolean
showId - SOAP::SOAPBoolean
showCreationDate - SOAP::SOAPBoolean
showCreationDateOnList - SOAP::SOAPBoolean
showLastModified - SOAP::SOAPBoolean
showLastModifiedOnList - SOAP::SOAPBoolean
showOwner - SOAP::SOAPBoolean
showOwnerOnList - SOAP::SOAPBoolean
showOwnerAllowChange - SOAP::SOAPBoolean
usePermissions - SOAP::SOAPBoolean
allowAttachments - SOAP::SOAPBoolean
showNotes - SOAP::SOAPBoolean
enablEmailMerge - SOAP::SOAPBoolean
isOrdered - SOAP::SOAPBoolean
allowInlineEditing - SOAP::SOAPBoolean
isAvailableOffline - SOAP::SOAPBoolean
allowQuickSearch - SOAP::SOAPBoolean
recordName - SOAP::SOAPString
scriptId - SOAP::SOAPString
customFieldList - ActiveNetsuite::CustomFieldList
xmlattr_internalId - SOAP::SOAPString
xmlattr_externalId - SOAP::SOAPString

Constants

AttrExternalId
AttrInternalId

Attributes

allowAttachments[RW]
allowInlineEditing[RW]
allowNumberingOverride[RW]
allowQuickSearch[RW]
created[RW]
customFieldList[RW]
customForm[RW]
customRecordId[RW]
description[RW]
disclaimer[RW]
enablEmailMerge[RW]
enableNumbering[RW]
includeName[RW]
isAvailableOffline[RW]
isInactive[RW]
isNumberingUpdateable[RW]
isOrdered[RW]
lastModified[RW]
name[RW]
nullFieldList[RW]
numberingCurrentNumber[RW]
numberingInit[RW]
numberingMinDigits[RW]
numberingPrefix[RW]
numberingSuffix[RW]
owner[RW]
recType[RW]
recordName[RW]
scriptId[RW]
showCreationDate[RW]
showCreationDateOnList[RW]
showId[RW]
showLastModified[RW]
showLastModifiedOnList[RW]
showNotes[RW]
showOwner[RW]
showOwnerAllowChange[RW]
showOwnerOnList[RW]
translationsList[RW]
usePermissions[RW]

Public Class Methods

new(nullFieldList = nil, customRecordId = nil, customForm = nil, isInactive = nil, disclaimer = nil, created = nil, lastModified = nil, name = nil, owner = nil, recType = nil, enableNumbering = nil, numberingPrefix = nil, numberingSuffix = nil, numberingMinDigits = nil, description = nil, numberingInit = nil, numberingCurrentNumber = nil, allowNumberingOverride = nil, isNumberingUpdateable = nil, translationsList = nil, includeName = nil, showId = nil, showCreationDate = nil, showCreationDateOnList = nil, showLastModified = nil, showLastModifiedOnList = nil, showOwner = nil, showOwnerOnList = nil, showOwnerAllowChange = nil, usePermissions = nil, allowAttachments = nil, showNotes = nil, enablEmailMerge = nil, isOrdered = nil, allowInlineEditing = nil, isAvailableOffline = nil, allowQuickSearch = nil, recordName = nil, scriptId = nil, customFieldList = nil) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20090
def initialize(nullFieldList = nil, customRecordId = nil, customForm = nil, isInactive = nil, disclaimer = nil, created = nil, lastModified = nil, name = nil, owner = nil, recType = nil, enableNumbering = nil, numberingPrefix = nil, numberingSuffix = nil, numberingMinDigits = nil, description = nil, numberingInit = nil, numberingCurrentNumber = nil, allowNumberingOverride = nil, isNumberingUpdateable = nil, translationsList = nil, includeName = nil, showId = nil, showCreationDate = nil, showCreationDateOnList = nil, showLastModified = nil, showLastModifiedOnList = nil, showOwner = nil, showOwnerOnList = nil, showOwnerAllowChange = nil, usePermissions = nil, allowAttachments = nil, showNotes = nil, enablEmailMerge = nil, isOrdered = nil, allowInlineEditing = nil, isAvailableOffline = nil, allowQuickSearch = nil, recordName = nil, scriptId = nil, customFieldList = nil)
  @nullFieldList = nullFieldList
  @customRecordId = customRecordId
  @customForm = customForm
  @isInactive = isInactive
  @disclaimer = disclaimer
  @created = created
  @lastModified = lastModified
  @name = name
  @owner = owner
  @recType = recType
  @enableNumbering = enableNumbering
  @numberingPrefix = numberingPrefix
  @numberingSuffix = numberingSuffix
  @numberingMinDigits = numberingMinDigits
  @description = description
  @numberingInit = numberingInit
  @numberingCurrentNumber = numberingCurrentNumber
  @allowNumberingOverride = allowNumberingOverride
  @isNumberingUpdateable = isNumberingUpdateable
  @translationsList = translationsList
  @includeName = includeName
  @showId = showId
  @showCreationDate = showCreationDate
  @showCreationDateOnList = showCreationDateOnList
  @showLastModified = showLastModified
  @showLastModifiedOnList = showLastModifiedOnList
  @showOwner = showOwner
  @showOwnerOnList = showOwnerOnList
  @showOwnerAllowChange = showOwnerAllowChange
  @usePermissions = usePermissions
  @allowAttachments = allowAttachments
  @showNotes = showNotes
  @enablEmailMerge = enablEmailMerge
  @isOrdered = isOrdered
  @allowInlineEditing = allowInlineEditing
  @isAvailableOffline = isAvailableOffline
  @allowQuickSearch = allowQuickSearch
  @recordName = recordName
  @scriptId = scriptId
  @customFieldList = customFieldList
  @__xmlattr = {}
end

Public Instance Methods

__xmlattr() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20070
def __xmlattr
  @__xmlattr ||= {}
end
xmlattr_externalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20082
def xmlattr_externalId
  __xmlattr[AttrExternalId]
end
xmlattr_externalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20086
def xmlattr_externalId=(value)
  __xmlattr[AttrExternalId] = value
end
xmlattr_internalId() click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20074
def xmlattr_internalId
  __xmlattr[AttrInternalId]
end
xmlattr_internalId=(value) click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20078
def xmlattr_internalId=(value)
  __xmlattr[AttrInternalId] = value
end