Packagecom.salesforce.results
Classpublic dynamic class Field

Field objects are returned from describe sobject call, these represent individual standard and custom fields in standard or custom object within salesforce.

See also

Apex Developer Guide


Public Properties
 PropertyDefined by
  autoNumber : Boolean
Field
  createable : Boolean
Field
  custom : Boolean
Field
  label : String
Field
  length : Number
Field
  name : String
Field
  picklistValues : ArrayCollection
Field
  referenceTo : String
Field
  soapType : String
Field
  type : String
Field
  updateable : Boolean
Field
Public Methods
 MethodDefined by
  
Field(obj:ObjectProxy)
Field
Property detail
autoNumberproperty
public var autoNumber:Boolean
createableproperty 
public var createable:Boolean
customproperty 
public var custom:Boolean
labelproperty 
public var label:String
lengthproperty 
public var length:Number
nameproperty 
public var name:String
picklistValuesproperty 
public var picklistValues:ArrayCollection
referenceToproperty 
public var referenceTo:String
soapTypeproperty 
public var soapType:String
typeproperty 
public var type:String
updateableproperty 
public var updateable:Boolean
Constructor detail
Field()constructor
public function Field(obj:ObjectProxy)Parameters
obj:ObjectProxy