class ActiveNetsuite::CrmCustomField
{urn:customization_2013_2.setup.webservices.netsuite.com}CrmCustomField
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 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 appliesToTask - SOAP::SOAPBoolean appliesToMfgProjectTask - SOAP::SOAPBoolean appliesToProjectTask - SOAP::SOAPBoolean appliesToPhoneCall - SOAP::SOAPBoolean appliesToEvent - SOAP::SOAPBoolean appliesToCase - SOAP::SOAPBoolean appliesToCampaign - SOAP::SOAPBoolean appliesPerKeyword - SOAP::SOAPBoolean appliesToSolution - SOAP::SOAPBoolean appliesToIssue - SOAP::SOAPBoolean availableExternally - SOAP::SOAPBoolean availableToSso - SOAP::SOAPBoolean showIssueChanges - SOAP::SOAPBoolean filterList - ActiveNetsuite::CrmCustomFieldFilterList accessLevel - ActiveNetsuite::CustomizationAccessLevel searchLevel - ActiveNetsuite::CustomizationSearchLevel roleAccessList - ActiveNetsuite::CustomFieldRoleAccessList deptAccessList - ActiveNetsuite::CustomFieldDepartmentAccessList subAccessList - ActiveNetsuite::CustomFieldSubAccessList translationsList - ActiveNetsuite::CustomFieldTranslationsList xmlattr_internalId - SOAP::SOAPString
Constants
- AttrInternalId
Attributes
accessLevel[RW]
appliesPerKeyword[RW]
appliesToCampaign[RW]
appliesToCase[RW]
appliesToEvent[RW]
appliesToIssue[RW]
appliesToMfgProjectTask[RW]
appliesToPhoneCall[RW]
appliesToProjectTask[RW]
appliesToSolution[RW]
appliesToTask[RW]
availableExternally[RW]
availableToSso[RW]
checkSpelling[RW]
defaultChecked[RW]
defaultSelection[RW]
defaultValue[RW]
deptAccessList[RW]
description[RW]
displayHeight[RW]
displayType[RW]
displayWidth[RW]
dynamicDefault[RW]
fieldType[RW]
filterList[RW]
globalSearch[RW]
help[RW]
insertBefore[RW]
isFormula[RW]
isMandatory[RW]
isParent[RW]
label[RW]
linkText[RW]
maxLength[RW]
maxValue[RW]
minValue[RW]
nullFieldList[RW]
owner[RW]
parentSubtab[RW]
roleAccessList[RW]
scriptId[RW]
searchCompareField[RW]
searchDefault[RW]
searchLevel[RW]
selectRecordType[RW]
showInList[RW]
showIssueChanges[RW]
sourceFilterBy[RW]
sourceFrom[RW]
sourceList[RW]
storeValue[RW]
subAccessList[RW]
subtab[RW]
translationsList[RW]
Public Class Methods
new(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, 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, appliesToTask = nil, appliesToMfgProjectTask = nil, appliesToProjectTask = nil, appliesToPhoneCall = nil, appliesToEvent = nil, appliesToCase = nil, appliesToCampaign = nil, appliesPerKeyword = nil, appliesToSolution = nil, appliesToIssue = nil, availableExternally = nil, availableToSso = nil, showIssueChanges = nil, filterList = nil, accessLevel = nil, searchLevel = nil, roleAccessList = nil, deptAccessList = nil, subAccessList = nil, translationsList = nil)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20674 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, 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, appliesToTask = nil, appliesToMfgProjectTask = nil, appliesToProjectTask = nil, appliesToPhoneCall = nil, appliesToEvent = nil, appliesToCase = nil, appliesToCampaign = nil, appliesPerKeyword = nil, appliesToSolution = nil, appliesToIssue = nil, availableExternally = nil, availableToSso = nil, showIssueChanges = 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 @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 @appliesToTask = appliesToTask @appliesToMfgProjectTask = appliesToMfgProjectTask @appliesToProjectTask = appliesToProjectTask @appliesToPhoneCall = appliesToPhoneCall @appliesToEvent = appliesToEvent @appliesToCase = appliesToCase @appliesToCampaign = appliesToCampaign @appliesPerKeyword = appliesPerKeyword @appliesToSolution = appliesToSolution @appliesToIssue = appliesToIssue @availableExternally = availableExternally @availableToSso = availableToSso @showIssueChanges = showIssueChanges @filterList = filterList @accessLevel = accessLevel @searchLevel = searchLevel @roleAccessList = roleAccessList @deptAccessList = deptAccessList @subAccessList = subAccessList @translationsList = translationsList @__xmlattr = {} end
Public Instance Methods
__xmlattr()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20662 def __xmlattr @__xmlattr ||= {} end
xmlattr_internalId()
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20666 def xmlattr_internalId __xmlattr[AttrInternalId] end
xmlattr_internalId=(value)
click to toggle source
# File lib/activenetsuite/soap/default.rb, line 20670 def xmlattr_internalId=(value) __xmlattr[AttrInternalId] = value end