class ActiveNetsuite::CustomRecordType
{urn:customization_2013_2.setup.webservices.netsuite.com}CustomRecordType
nullFieldList - ActiveNetsuite::NullField recordName - SOAP::SOAPString 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 accessType - ActiveNetsuite::CustomRecordTypeAccessType allowAttachments - SOAP::SOAPBoolean showNotes - SOAP::SOAPBoolean enableMailMerge - SOAP::SOAPBoolean isOrdered - SOAP::SOAPBoolean isAvailableOffline - SOAP::SOAPBoolean allowQuickSearch - SOAP::SOAPBoolean enableDle - SOAP::SOAPBoolean enableNameTranslation - SOAP::SOAPBoolean isInactive - SOAP::SOAPBoolean disclaimer - SOAP::SOAPString enableNumbering - SOAP::SOAPBoolean numberingPrefix - SOAP::SOAPString numberingSuffix - SOAP::SOAPString numberingMinDigits - SOAP::SOAPLong numberingInit - SOAP::SOAPLong numberingCurrentNumber - SOAP::SOAPLong allowNumberingOverride - SOAP::SOAPBoolean isNumberingUpdateable - SOAP::SOAPBoolean owner - ActiveNetsuite::RecordRef description - SOAP::SOAPString tabsList - ActiveNetsuite::CustomRecordTypeTabsList sublistsList - ActiveNetsuite::CustomRecordTypeSublistsList formsList - ActiveNetsuite::CustomRecordTypeFormsList onlineFormsList - ActiveNetsuite::CustomRecordTypeOnlineFormsList permissionsList - ActiveNetsuite::CustomRecordTypePermissionsList linksList - ActiveNetsuite::CustomRecordTypeLinksList managersList - ActiveNetsuite::CustomRecordTypeManagersList childrenList - ActiveNetsuite::CustomRecordTypeChildrenList parentsList - ActiveNetsuite::CustomRecordTypeParentsList translationsList - ActiveNetsuite::CustomRecordTypeTranslationsList scriptId - SOAP::SOAPString customFieldList - ActiveNetsuite::CustomRecordTypeFieldList xmlattr_internalId - SOAP::SOAPString
Constants
- AttrInternalId
Attributes
accessType[RW]
allowAttachments[RW]
allowNumberingOverride[RW]
allowQuickSearch[RW]
childrenList[RW]
customFieldList[RW]
description[RW]
disclaimer[RW]
enableDle[RW]
enableMailMerge[RW]
enableNameTranslation[RW]
enableNumbering[RW]
formsList[RW]
includeName[RW]
isAvailableOffline[RW]
isInactive[RW]
isNumberingUpdateable[RW]
isOrdered[RW]
linksList[RW]
managersList[RW]
nullFieldList[RW]
numberingCurrentNumber[RW]
numberingInit[RW]
numberingMinDigits[RW]
numberingPrefix[RW]
numberingSuffix[RW]
onlineFormsList[RW]
owner[RW]
parentsList[RW]
permissionsList[RW]
recordName[RW]
scriptId[RW]
showCreationDate[RW]
showCreationDateOnList[RW]
showId[RW]
showLastModified[RW]
showLastModifiedOnList[RW]
showNotes[RW]
showOwner[RW]
showOwnerAllowChange[RW]
showOwnerOnList[RW]
sublistsList[RW]
tabsList[RW]
translationsList[RW]
Public Class Methods
new(nullFieldList = nil, recordName = nil, includeName = nil, showId = nil, showCreationDate = nil, showCreationDateOnList = nil, showLastModified = nil, showLastModifiedOnList = nil, showOwner = nil, showOwnerOnList = nil, showOwnerAllowChange = nil, accessType = nil, allowAttachments = nil, showNotes = nil, enableMailMerge = nil, isOrdered = nil, isAvailableOffline = nil, allowQuickSearch = nil, enableDle = nil, enableNameTranslation = nil, isInactive = nil, disclaimer = nil, enableNumbering = nil, numberingPrefix = nil, numberingSuffix = nil, numberingMinDigits = nil, numberingInit = nil, numberingCurrentNumber = nil, allowNumberingOverride = nil, isNumberingUpdateable = nil, owner = nil, description = nil, tabsList = nil, sublistsList = nil, formsList = nil, onlineFormsList = nil, permissionsList = nil, linksList = nil, managersList = nil, childrenList = nil, parentsList = nil, translationsList = nil, scriptId = nil, customFieldList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20297 def initialize(nullFieldList = nil, recordName = nil, includeName = nil, showId = nil, showCreationDate = nil, showCreationDateOnList = nil, showLastModified = nil, showLastModifiedOnList = nil, showOwner = nil, showOwnerOnList = nil, showOwnerAllowChange = nil, accessType = nil, allowAttachments = nil, showNotes = nil, enableMailMerge = nil, isOrdered = nil, isAvailableOffline = nil, allowQuickSearch = nil, enableDle = nil, enableNameTranslation = nil, isInactive = nil, disclaimer = nil, enableNumbering = nil, numberingPrefix = nil, numberingSuffix = nil, numberingMinDigits = nil, numberingInit = nil, numberingCurrentNumber = nil, allowNumberingOverride = nil, isNumberingUpdateable = nil, owner = nil, description = nil, tabsList = nil, sublistsList = nil, formsList = nil, onlineFormsList = nil, permissionsList = nil, linksList = nil, managersList = nil, childrenList = nil, parentsList = nil, translationsList = nil, scriptId = nil, customFieldList = nil) @nullFieldList = nullFieldList @recordName = recordName @includeName = includeName @showId = showId @showCreationDate = showCreationDate @showCreationDateOnList = showCreationDateOnList @showLastModified = showLastModified @showLastModifiedOnList = showLastModifiedOnList @showOwner = showOwner @showOwnerOnList = showOwnerOnList @showOwnerAllowChange = showOwnerAllowChange @accessType = accessType @allowAttachments = allowAttachments @showNotes = showNotes @enableMailMerge = enableMailMerge @isOrdered = isOrdered @isAvailableOffline = isAvailableOffline @allowQuickSearch = allowQuickSearch @enableDle = enableDle @enableNameTranslation = enableNameTranslation @isInactive = isInactive @disclaimer = disclaimer @enableNumbering = enableNumbering @numberingPrefix = numberingPrefix @numberingSuffix = numberingSuffix @numberingMinDigits = numberingMinDigits @numberingInit = numberingInit @numberingCurrentNumber = numberingCurrentNumber @allowNumberingOverride = allowNumberingOverride @isNumberingUpdateable = isNumberingUpdateable @owner = owner @description = description @tabsList = tabsList @sublistsList = sublistsList @formsList = formsList @onlineFormsList = onlineFormsList @permissionsList = permissionsList @linksList = linksList @managersList = managersList @childrenList = childrenList @parentsList = parentsList @translationsList = translationsList @scriptId = scriptId @customFieldList = customFieldList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20285 def __xmlattr @__xmlattr ||= {} end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20289 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20293 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end