You are on page 1of 78

Version 27.

0: Spring 13

Salesforce Field Reference Guide

Last updated: March 8, 2013


Copyright 20002013 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of salesforce.com, inc., as are other

names and marks. Other marks appearing herein may be trademarks of their respective owners.

Table of Contents

Table of Contents
Salesforce Fields Reference...................................................................................................................................................................1 Account ....................................................................................................................................................................................2 AccountContactRole ................................................................................................................................................................3 AccountPartner ........................................................................................................................................................................4 AccountTeamMember .............................................................................................................................................................5 ActivityHistory .........................................................................................................................................................................5 Asset .........................................................................................................................................................................................7 Attachment ..............................................................................................................................................................................7 Bookmark .................................................................................................................................................................................8 BrandTemplate .........................................................................................................................................................................9 Campaign .................................................................................................................................................................................9 CampaignMember .................................................................................................................................................................11 CampaignMemberStatus ........................................................................................................................................................12 Case ........................................................................................................................................................................................12 CaseContactRole ....................................................................................................................................................................14 CaseMilestone ........................................................................................................................................................................15 CollaborationGroup ...............................................................................................................................................................15 CollaborationGroupMember .................................................................................................................................................16 Contact ...................................................................................................................................................................................17 ContentDocument .................................................................................................................................................................19 ContentDocumentLink ..........................................................................................................................................................19 ContentVersion ......................................................................................................................................................................20 ContentWorkspace .................................................................................................................................................................21 ContentWorkspaceDoc ..........................................................................................................................................................22 Contract .................................................................................................................................................................................22 ContractContactRole .............................................................................................................................................................23 ContractLineItem ..................................................................................................................................................................24 Dashboard ..............................................................................................................................................................................25 Division ..................................................................................................................................................................................26 Document ...............................................................................................................................................................................26 EmailMessage ........................................................................................................................................................................27 EmailTemplate .......................................................................................................................................................................28 Entitlement ............................................................................................................................................................................29 EntitlementContact ................................................................................................................................................................30 EntitlementTemplate .............................................................................................................................................................31 EntitySubscription ..................................................................................................................................................................31 Event ......................................................................................................................................................................................32 FeedComment ........................................................................................................................................................................33 FeedItem ................................................................................................................................................................................34 Folder .....................................................................................................................................................................................35 GoogleDoc .............................................................................................................................................................................35

Table of Contents Group .....................................................................................................................................................................................36 Idea .........................................................................................................................................................................................37 Lead ........................................................................................................................................................................................38 LoginHistory ..........................................................................................................................................................................39 MailmergeTemplate ...............................................................................................................................................................40 MilestoneType .......................................................................................................................................................................41 Note ........................................................................................................................................................................................41 NoteAndAttachment .............................................................................................................................................................42 OpenActivity ..........................................................................................................................................................................43 Opportunity ............................................................................................................................................................................44 OpportunityCompetitor .........................................................................................................................................................45 OpportunityContactRole .......................................................................................................................................................46 OpportunityHistory ................................................................................................................................................................46 OpportunityLineItem .............................................................................................................................................................47 OpportunityLineItemSchedule ..............................................................................................................................................48 OpportunityPartner ................................................................................................................................................................49 OpportunityStage ...................................................................................................................................................................49 OpportunityTeamMember .....................................................................................................................................................50 Partner ....................................................................................................................................................................................51 PartnerNetworkConnection ...................................................................................................................................................51 PartnerNetworkRecordConnection ........................................................................................................................................52 PartnerRole ............................................................................................................................................................................53 Period .....................................................................................................................................................................................53 Pricebook2 ..............................................................................................................................................................................54 PricebookEntry .......................................................................................................................................................................54 Product2 .................................................................................................................................................................................55 ProductEntitlementTemplate ................................................................................................................................................56 Question .................................................................................................................................................................................56 Reply ......................................................................................................................................................................................57 Report .....................................................................................................................................................................................58 SelfServiceUser .......................................................................................................................................................................58 ServiceContract ......................................................................................................................................................................59 Site .........................................................................................................................................................................................60 SlaProcess ...............................................................................................................................................................................61 Solution ..................................................................................................................................................................................62 TagDefinition .........................................................................................................................................................................63 Task ........................................................................................................................................................................................63 Territory .................................................................................................................................................................................65 User ........................................................................................................................................................................................65 UserAccountTeamMember ....................................................................................................................................................67 UserRecordAccess ..................................................................................................................................................................68 UserRole .................................................................................................................................................................................68 UserTeamMember .................................................................................................................................................................69 UserTerritory ..........................................................................................................................................................................70 Vote ........................................................................................................................................................................................70

ii

Table of Contents WebLink ................................................................................................................................................................................71

iii

Table of Contents

iv

Salesforce Fields Reference

Salesforce Fields Reference


This is a list of the standard fields for the major objects in Salesforce. For details about using each object, see the Salesforce online help. For more technical details, see the SOAP API Developer's Guide. Fields display in a variety of places in the Salesforce user interface, including page layouts, related lists, search layouts, list views, and reports. For the majority of the fields, you can also use them as merge fields within custom formula fields, Visualforce pages, custom links, and custom buttons. Merge fields serve as placeholders for data that will be replaced with information from your records, user information, or company information. For more information about using merge fields, see Merge Fields Overview in the Salesforce online help. Depending on your organization settings and Salesforce Edition, some of these fields may not be available. Not all fields have information in every column. For example, a picklist field does not have a length or precision. The columns in the following tables include:
Field Label

How the field is displayed in the user interface in areas such as record detail pages, search results, and list views. The name of the field, as represented in the SOAP API. Indicates the data type of a field. With the exception of boolean and division, the types refer to standard Salesforce data types, such as number or picklist. A boolean data type is represented within Salesforce as a checkbox. A division data type is used for the Division picklist available to organizations that have enabled divisions. Note that Lookup fields are both manually assigned and system-generated references to other records. Not all of the Picklist fields listed below have values that can be modified. For more information on data types, see Primitive Data Types in the SOAP API Developer's Guide.

API Field Name Type

Length

The maximum number of characters in the field. For example, the Shipping Zip/Postal Code has a length of 20. You cannot set it to a value longer than 20 characters. The precision describes the order of magnitude for the field, in other words, the complete length of the number, including digits both to the left and right of the decimal point. For example, 10234.56 has a precision of seven, five for the numbers to the left of the decimal place and two for the numbers to the right. Note that this is different from the Length value in number fields in Salesforce. The Length is the number of digits to the left of the decimal place.

Precision

Salesforce Fields Reference

Scale

The scale is the number of digits used to describe the fractional value of the field, in other words, the number of digits to the right of the decimal place. A scale of two means that two digits to the right of the decimal place will be displayed.

Account
Represents an individual account, which is an organization or person involved with your business (such as customers, competitors, and partners).

Fields
Field Label Account Account Currency Account Division Account ID Account Number Account Owner Account Record Type Account Site Account Source Annual Revenue Billing Address Billing Address Billing Address Billing Address Billing Address Created By Created Date Data.com Key Deleted Description Employees API Field Name MasterRecordId CurrencyIsoCode Division Id AccountNumber OwnerId RecordTypeId Site AccountSource AnnualRevenue BillingStreet BillingCity BillingState BillingPostalCode BillingCountry CreatedById CreatedDate Jigsaw IsDeleted Description NumberOfEmployees Type reference picklist picklist id string reference reference string picklist currency textarea string string string string reference datetime string boolean textarea int 32000 8 0 20 255 40 80 20 80 15 80 40 18 0 Length 15 3 15 15 40 15 Precision Scale

Salesforce Fields Reference

Field Label Exclude from territory assignment rules Fax Industry Jigsaw Company Id Last Activity Last Modified By Last Modified Date Ownership Parent Account Phone Rating Received Connection Name SIC Code SIC Description Sent Connection Name Shipping Address Shipping Address Shipping Address Shipping Address Shipping Address System Modstamp Ticker Symbol Type Website

API Field Name IsExcludedFromRealign Fax Industry JigsawCompanyId LastActivityDate LastModifiedById LastModifiedDate Ownership ParentId Phone Rating ConnectionReceivedId Sic SicDesc ConnectionSentId ShippingStreet ShippingCity ShippingState ShippingPostalCode ShippingCountry SystemModstamp TickerSymbol Type Website

Type boolean phone picklist string date reference datetime picklist reference phone picklist reference string string reference textarea string string string string datetime string picklist url

Length

Precision Scale

40 40 20

15

40 15 40 40 15 20 80 15 255 40 80 20 80

20 40 255

AccountContactRole
Represents the role that a Contact plays on an Account.

Salesforce Fields Reference

Fields
Field Label Account Contact Contact Role ID Created By Created Date Deleted Division Last Modified By Last Modified Date Primary Role System Modstamp API Field Name AccountId ContactId Id CreatedById CreatedDate IsDeleted Division LastModifiedById LastModifiedDate IsPrimary Role SystemModstamp Type reference reference id reference datetime boolean picklist reference datetime boolean picklist datetime 40 15 15 Length 15 15 15 15 Precision Scale

AccountPartner
This read-only object represents a partner relationship between two Account objects. It is automatically created when a Partner object is created for a partner relationship between two accounts.

Fields
Field Label Account From Account Partner ID Account To Created By Created Date Deleted Division Last Modified By Last Modified Date Opportunity Primary API Field Name AccountFromId Id AccountToId CreatedById CreatedDate IsDeleted Division LastModifiedById LastModifiedDate OpportunityId IsPrimary Type reference id reference reference datetime boolean picklist reference datetime reference boolean 15 15 15 Length 15 15 15 15 Precision Scale

Salesforce Fields Reference

Field Label Reverse Partner Role System Modstamp

API Field Name ReversePartnerId Role SystemModstamp

Type reference picklist datetime

Length 15 40

Precision Scale

AccountTeamMember
Represents a User who is a member of an Account team.

Fields
Field Label Account Account Access Account Team Member ID Created By Created Date Deleted Division Last Modified By Last Modified Date System Modstamp Team Role User API Field Name AccountId AccountAccessLevel Id CreatedById CreatedDate IsDeleted Division LastModifiedById LastModifiedDate SystemModstamp TeamMemberRole UserId Type reference picklist id reference datetime boolean picklist reference datetime datetime picklist reference 40 15 15 15 Length 15 40 15 15 Precision Scale

ActivityHistory
This read-only object contains information about each activity related to an object.

Fields
Field Label Account Activity Currency API Field Name AccountId CurrencyIsoCode Type reference picklist Length 15 3 Precision Scale

Salesforce Fields Reference

Field Label Activity ID All Day Event Assigned To Call Duration Call Object Identifier Call Result Call Type Closed Comments Created By Created Date Date Deleted Division Duration End Last Modified By Last Modified Date Location Name Priority Related To Reminder Date/Time Reminder Set Status Subject System Modstamp Task Type Visible in Self-Service

API Field Name Id IsAllDayEvent OwnerId CallDurationInSeconds CallObject CallDisposition CallType IsClosed Description CreatedById CreatedDate ActivityDate IsDeleted Division DurationInMinutes EndDateTime LastModifiedById LastModifiedDate Location WhoId Priority WhatId ReminderDateTime IsReminderSet Status Subject SystemModstamp IsTask ActivityType IsVisibleInSelfService

Type id boolean reference int string string picklist boolean textarea reference datetime date boolean picklist int datetime reference datetime string reference picklist reference datetime boolean picklist combobox datetime boolean picklist boolean

Length 15

Precision Scale

15 8 255 255 40 0

32000 15

15 9 0

15

80 15 40 15

40 80

40

Salesforce Fields Reference

Asset
Represents an item of commercial value owned by an Account or Contact, for example, a product previously sold and installed.

Fields
Field Label Account Asset Currency Asset Division Asset ID Asset Name Competitor Asset Contact Created By Created Date Deleted Description Install Date Last Modified By Last Modified Date Price Product Purchase Date Quantity Serial Number Status System Modstamp API Field Name AccountId CurrencyIsoCode Division Id Name IsCompetitorProduct ContactId CreatedById CreatedDate IsDeleted Description InstallDate LastModifiedById LastModifiedDate Price Product2Id PurchaseDate Quantity SerialNumber Status SystemModstamp Type reference picklist picklist id string boolean reference reference datetime boolean textarea date reference datetime currency reference date double string picklist datetime 80 40 12 2 15 18 0 15 32000 15 15 Length 15 3 15 15 255 Precision Scale

Attachment
Represents a file that a User has uploaded and attached to a parent object.

Salesforce Fields Reference

Fields
Field Label Attachment ID Body Body Length Content Type Created By Created Date Deleted Description Division File Name Is Shared With Partner Last Modified By Last Modified Date Owner Name Parent Private Received Connection Name Sent Connection Name System Modstamp API Field Name Id Body BodyLength ContentType CreatedById CreatedDate IsDeleted Description Division Name IsPartnerShared LastModifiedById LastModifiedDate OwnerId ParentId IsPrivate ConnectionReceivedId ConnectionSentId SystemModstamp Type id base64 int string reference datetime boolean textarea picklist string boolean reference datetime reference reference boolean reference reference datetime 15 15 15 15 15 500 15 255 120 15 8 0 Length 15 Precision Scale

Bookmark
Represents a link between opportunities that share common information.

Fields
Field Label Bookmark ID Bookmarked From Bookmarked To Created By Created Date API Field Name Id FromId ToId CreatedById CreatedDate Type id reference reference reference datetime Length 15 15 15 15 Precision Scale

Salesforce Fields Reference

Field Label Deleted Last Modified By Last Modified Date System Modstamp

API Field Name IsDeleted LastModifiedById LastModifiedDate SystemModstamp

Type boolean reference datetime datetime

Length

Precision Scale

15

BrandTemplate
Letterhead for HTML EmailTemplate.

Fields
Field Label Active Brand Template Name Created By Created Date Description Last Modified By Last Modified Date Letterhead ID Letterhead Unique Name Namespace Prefix System Modstamp Value API Field Name IsActive Name CreatedById CreatedDate Description LastModifiedById LastModifiedDate Id DeveloperName NamespacePrefix SystemModstamp Value Type boolean string reference datetime string reference datetime id string string datetime textarea 32000 15 80 15 1000 15 255 15 Length Precision Scale

Campaign
Represents and tracks a marketing campaign, such as a direct mail promotion, webinar, or trade show.

Fields
Field Label Active API Field Name IsActive Type boolean Length Precision Scale

Salesforce Fields Reference

Field Label Actual Cost Budgeted Cost Campaign Currency Campaign ID Campaign Member Type Campaign Name Campaign Owner Converted Leads Created By Created Date Deleted Description End Date Expected Response (%) Expected Revenue Last Activity Last Modified By Last Modified Date Num Sent Num Total Opportunities Num Won Opportunities Parent Campaign Start Date Status System Modstamp Total Actual Cost in Hierarchy Total Budgeted Cost in Hierarchy Total Contacts Total Contacts in Hierarchy Total Converted Leads in Hierarchy Total Expected Revenue in Hierarchy

API Field Name ActualCost BudgetedCost CurrencyIsoCode Id

Type currency currency picklist id

Length

Precision Scale 18 18 0 0

3 15 15 80 15 9 15 0

CampaignMemberRecordTypeId reference Name OwnerId NumberOfConvertedLeads CreatedById CreatedDate IsDeleted Description EndDate ExpectedResponse ExpectedRevenue LastActivityDate LastModifiedById LastModifiedDate NumberSent NumberOfOpportunities NumberOfWonOpportunities ParentId StartDate Status SystemModstamp HierarchyActualCost HierarchyBudgetedCost NumberOfContacts HierarchyNumberOfContacts string reference int reference datetime boolean textarea date percent currency date reference datetime double int int reference date picklist datetime currency currency int int

32000

10 18

2 0

15

18 9 9 15

0 0 0

40

18 18 9 9 9 18

0 0 0 0 0 0

HierarchyNumberOfConvertedLeads int HierarchyExpectedRevenue currency

10

Salesforce Fields Reference

Field Label Total Leads Total Leads in Hierarchy Total Num Sent in Hierarchy

API Field Name NumberOfLeads HierarchyNumberOfLeads HierarchyNumberSent

Type int int double

Length

Precision Scale 9 9 18 9 9 9 18 18 18 18 9 0 0 0 0 0 0 0 0 0 0 0

Total Opportunities in Hierarchy HierarchyNumberOfOpportunities int Total Responses Total Responses in Hierarchy Total Value Opportunities Total Value Opportunities in Hierarchy NumberOfResponses int

HierarchyNumberOfResponses int AmountAllOpportunities currency

HierarchyAmountAllOpportunities currency currency

Total Value Won Opportunities AmountWonOpportunities

Total Value Won Opportunities HierarchyAmountWonOpportunities currency in Hierarchy Total Won Opportunities in Hierarchy Type HierarchyNumberOfWonOpportunities int Type picklist 40

CampaignMember
Represents the association between a Campaign and either a Lead or Contact.

Fields
Field Label Campaign Campaign Member Currency Campaign Member ID Contact Created By Created Date Deleted First Responded Date Last Modified By Last Modified Date Lead API Field Name CampaignId CurrencyIsoCode Id ContactId CreatedById CreatedDate IsDeleted FirstRespondedDate LastModifiedById LastModifiedDate LeadId Type reference picklist id reference reference datetime boolean date reference datetime reference 15 15 Length 15 3 15 15 15 Precision Scale

11

Salesforce Fields Reference

Field Label Responded Status System Modstamp

API Field Name HasResponded Status SystemModstamp

Type boolean picklist datetime

Length

Precision Scale

40

CampaignMemberStatus
One or more member status values defined for a campaign.

Fields
Field Label Campaign Campaign Member Status ID Created By Created Date Deleted Is Default Label Last Modified By Last Modified Date Responded Sort Order System Modstamp API Field Name CampaignId Id CreatedById CreatedDate IsDeleted IsDefault Label LastModifiedById LastModifiedDate HasResponded SortOrder SystemModstamp Type reference id reference datetime boolean boolean string reference datetime boolean int datetime 9 0 765 15 Length 15 15 15 Precision Scale

Case
Represents a case, which is a customer issue or problem.

Fields
Field Label Account Name Asset API Field Name AccountId AssetId Type reference reference Length 15 15 Precision Scale

12

Salesforce Fields Reference

Field Label Business Hours Case Currency Case Division Case ID Case Number Case Origin Case Owner Case Reason Closed Closed When Created Closed by Self-Service User Contact Name Created By Date/Time Closed Date/Time Opened Deleted Description Entitlement Name Entitlement Process End Time

API Field Name BusinessHoursId CurrencyIsoCode Division Id CaseNumber Origin OwnerId Reason IsClosed IsClosedOnCreate IsSelfServiceClosed ContactId CreatedById ClosedDate CreatedDate IsDeleted Description EntitlementId SlaExitDate

Type reference picklist picklist id string picklist reference picklist boolean boolean boolean reference reference datetime datetime boolean textarea reference datetime datetime boolean reference datetime string

Length 15 3 15 15 30 40 15 40

Precision Scale

15 15

32000 15

Entitlement Process Start Time SlaStartDate Escalated Last Modified By Last Modified Date Milestone Status New Self-Service Comment Parent Case Priority Product Question Received Connection Name Self-Service Commented Sent Connection Name Status IsEscalated LastModifiedById LastModifiedDate MilestoneStatus

15

30

HasCommentsUnreadByOwner boolean ParentId Priority ProductId QuestionId ConnectionReceivedId HasSelfServiceComments ConnectionSentId Status reference picklist reference reference reference boolean reference picklist 15 40 15 40 15 15 15

13

Salesforce Fields Reference

Field Label Stopped Stopped Since Subject System Modstamp Type Visible in Self-Service Portal Web Company Web Email Web Name Web Phone

API Field Name IsStopped StopStartDate Subject SystemModstamp Type IsVisibleInSelfService SuppliedCompany SuppliedEmail SuppliedName SuppliedPhone

Type boolean datetime string datetime picklist boolean string email string string

Length

Precision Scale

255

40

80 80 80 40

CaseContactRole
Represents the role that a given Contact plays on a Case.

Fields
Field Label Case Contact Contact Role ID Created By Created Date Deleted Division Last Modified By Last Modified Date Role System Modstamp API Field Name CasesId ContactId Id CreatedById CreatedDate IsDeleted Division LastModifiedById LastModifiedDate Role SystemModstamp Type reference reference id reference datetime boolean picklist reference datetime picklist datetime 40 15 15 Length 15 15 15 15 Precision Scale

14

Salesforce Fields Reference

CaseMilestone
Represents a milestone (required step in a customer support process) on a Case.

Fields
Field Label Case Case Milestone ID Completed Completion Date Created By Created Date Deleted Elapsed Time (Days) Elapsed Time (Hours) Elapsed Time (Mins) Last Modified By Last Modified Date Milestone Start Date System Modstamp Target Date Target Response (Days) Target Response (Hours) Target Response (Mins) Violation API Field Name CaseId Id IsCompleted CompletionDate CreatedById CreatedDate IsDeleted ElapsedTimeInDays ElapsedTimeInHrs ElapsedTimeInMins LastModifiedById LastModifiedDate MilestoneTypeId StartDate SystemModstamp TargetDate TargetResponseInDays TargetResponseInHrs TargetResponseInMins IsViolated Type reference id boolean datetime reference datetime boolean double double int reference datetime reference datetime datetime datetime double double int boolean 6 6 9 2 2 0 15 15 6 6 9 2 2 0 15 Length 15 15 Precision Scale

CollaborationGroup
Represents a Chatter group.

15

Salesforce Fields Reference

Fields
Field Label Allow Customers Chatter Group Id Created By Created Date Description Group Access Has Private Fields Access Information Body Information Title Last Feed Modified Date Last Modified By Last Modified Date Member Count Name Owner Name System Modstamp Url for Thumbnail sized Photo Url for full-sized Photo API Field Name CanHaveGuests Id CreatedById CreatedDate Description CollaborationType HasPrivateFieldsAccess InformationBody InformationTitle LastFeedModifiedDate LastModifiedById LastModifiedDate MemberCount Name OwnerId SystemModstamp SmallPhotoUrl FullPhotoUrl Type boolean id reference datetime string picklist boolean textarea string datetime reference datetime int string reference datetime string string 1024 1024 40 15 9 0 15 1000 30 1000 40 15 15 Length Precision Scale

CollaborationGroupMember
Represents a member of a Chatter group.

Fields
Field Label Chatter Group Chatter Group Member Id Chatter Role Created By Created Date Last Modified By API Field Name CollaborationGroupId Id CollaborationRole CreatedById CreatedDate LastModifiedById Type reference id picklist reference datetime reference 15 Length 15 15 40 15 Precision Scale

16

Salesforce Fields Reference

Field Label Last Modified Date Member Notification Frequency System Modstamp

API Field Name LastModifiedDate MemberId NotificationFrequency SystemModstamp

Type datetime reference picklist datetime

Length

Precision Scale

15 40

Contact
Represents a contact, which is an individual associated with an account.

Fields
Field Label Account Name Assistant Asst. Phone Birthdate Contact Contact Currency Contact Division Contact ID Contact Owner Created By Created Date Data.com Key Deleted Department Description Do Not Call Email Email Bounced Date Email Bounced Reason Email Opt Out Fax API Field Name AccountId AssistantName AssistantPhone Birthdate MasterRecordId CurrencyIsoCode Division Id OwnerId CreatedById CreatedDate Jigsaw IsDeleted Department Description DoNotCall Email EmailBouncedDate EmailBouncedReason HasOptedOutOfEmail Fax Type reference string phone date reference picklist picklist id reference reference datetime string boolean string textarea boolean email datetime string boolean phone 40 255 80 80 32000 20 15 3 15 15 15 15 Length 15 40 40 Precision Scale

17

Salesforce Fields Reference

Field Label Fax Opt Out Home Phone Jigsaw Contact Id Last Activity Last Modified By Last Modified Date Last Stay-in-Touch Request Date Last Stay-in-Touch Save Date Lead Source Mailing Address Mailing Address Mailing Address Mailing Address Mailing Address Mobile Name Name Name Other Address Other Address Other Address Other Address Other Address Other Phone Phone Received Connection Name Reports To Sent Connection Name System Modstamp Title

API Field Name HasOptedOutOfFax HomePhone JigsawContactId LastActivityDate LastModifiedById LastModifiedDate LastCURequestDate LastCUUpdateDate LeadSource MailingStreet MailingCity MailingState MailingPostalCode MailingCountry MobilePhone Salutation FirstName LastName OtherStreet OtherCity OtherState OtherPostalCode OtherCountry OtherPhone Phone ConnectionReceivedId ReportsToId ConnectionSentId SystemModstamp Title

Type boolean phone string date reference datetime datetime datetime picklist textarea string string string string phone picklist string string textarea string string string string phone phone reference reference reference datetime string

Length

Precision Scale

40 20

15

40 255 40 80 20 80 40 40 40 80 255 40 80 20 80 40 40 15 15 15

128

18

Salesforce Fields Reference

ContentDocument
Represents a document that has been uploaded to a library in Salesforce CRM Content or a file in Chatter.

Fields
Field Label Archived By Archived Date ContentDocument ID Created By Created Date Division Is Archived Is Deleted Last Modified By Last Modified Date Latest Published Version Owner Parent Publish Status System Modstamp Title API Field Name ArchivedById ArchivedDate Id CreatedById CreatedDate Division IsArchived IsDeleted LastModifiedById LastModifiedDate LatestPublishedVersionId OwnerId ParentId PublishStatus SystemModstamp Title Type reference date id reference datetime picklist boolean boolean reference datetime reference reference reference picklist datetime string 255 15 15 15 40 15 15 15 15 Length 15 Precision Scale

ContentDocumentLink
Represents the link between a Salesforce CRM Content document or Chatter file and where it's shared. A file can be shared with other users, Chatter groups, records, and Salesforce CRM Content libraries.

Fields
Field Label ContentDocumentLink ID Document Is Deleted API Field Name Id ContentDocumentId IsDeleted Type id reference boolean Length 15 15 Precision Scale

19

Salesforce Fields Reference

Field Label Linked Entity Share Type System Modstamp

API Field Name LinkedEntityId ShareType SystemModstamp

Type reference picklist datetime

Length 15 40

Precision Scale

ContentVersion
Represents a specific version of a document in Salesforce CRM Content or file in Chatter.

Fields
Field Label Checksum Content Modified By Content Modified Date Content Origin Content URL ContentVersion ID Created By Created Date CurrencyIsoCode Description Division Document Featured Content Boost Featured Content Date File Type First Publish Location Is Deleted Is Latest Last Modified By Last Modified Date Negative Rating Count Owner API Field Name Checksum ContentModifiedById ContentModifiedDate Origin ContentUrl Id CreatedById CreatedDate CurrencyIsoCode Description Division ContentDocumentId FeaturedContentBoost FeaturedContentDate FileType FirstPublishLocationId IsDeleted IsLatest LastModifiedById LastModifiedDate NegativeRatingCount OwnerId Type string reference datetime picklist url id reference datetime picklist textarea picklist reference int date string reference boolean boolean reference datetime int reference 15 9 0 15 20 15 3 1000 15 15 9 0 40 255 15 15 Length 50 15 Precision Scale

20

Salesforce Fields Reference

Field Label Path On Client Positive Rating Count Publish Status Rating Count Reason For Change Size System Modstamp Tags Title Version Data Version Number

API Field Name PathOnClient PositiveRatingCount PublishStatus RatingCount ReasonForChange ContentSize SystemModstamp TagCsv Title VersionData VersionNumber

Type string int picklist int string int datetime textarea string base64 string

Length 500

Precision Scale

9 40 9 1000 9

2000 255

20

ContentWorkspace
Represents a public library in Salesforce CRM Content.

Fields
Field Label Created By Created Date Default Content Type Description Last Modified By Last Modified Date Library ID Name Restrict Content Types Restrict Linked Content Types System Modstamp Tag Model API Field Name CreatedById CreatedDate DefaultRecordTypeId Description LastModifiedById LastModifiedDate Id Name IsRestrictContentTypes IsRestrictLinkedContentTypes SystemModstamp TagModel Type reference datetime reference textarea reference datetime id string boolean boolean datetime picklist 40 15 255 15 500 15 Length 15 Precision Scale

21

Salesforce Fields Reference

ContentWorkspaceDoc
Represents a link between a document and a public library in Salesforce CRM Content.

Fields
Field Label Created Date Document Is Deleted Is Owning Library Library Library Document ID System Modstamp API Field Name CreatedDate ContentDocumentId IsDeleted IsOwner ContentWorkspaceId Id SystemModstamp Type datetime reference boolean boolean reference id datetime 15 15 15 Length Precision Scale

Contract
Represents a contract (a business agreement) associated with an Account.

Fields
Field Label Account Name Activated By Activated Date Billing Address Billing Address Billing Address Billing Address Billing Address Company Signed By Company Signed Date Contract Currency Contract Division Contract End Date API Field Name AccountId ActivatedById ActivatedDate BillingStreet BillingCity BillingState BillingPostalCode BillingCountry CompanySignedId CompanySignedDate CurrencyIsoCode Division EndDate Type reference reference datetime textarea string string string string reference date picklist picklist date 3 15 255 40 80 20 80 15 Length 15 15 Precision Scale

22

Salesforce Fields Reference

Field Label Contract ID Contract Name Contract Number Contract Owner Contract Start Date Contract Term (months) Created By Created Date Customer Signed By Customer Signed Date Customer Signed Title Deleted Description Last Activity Last Approved Date Last Modified By Last Modified Date Owner Expiration Notice Price Book Shipping Address Shipping Address Shipping Address Shipping Address Shipping Address Special Terms Status Status Category System Modstamp

API Field Name Id Name ContractNumber OwnerId StartDate ContractTerm CreatedById CreatedDate CustomerSignedId CustomerSignedDate CustomerSignedTitle IsDeleted Description LastActivityDate LastApprovedDate LastModifiedById LastModifiedDate OwnerExpirationNotice Pricebook2Id ShippingStreet ShippingCity ShippingState ShippingPostalCode ShippingCountry SpecialTerms Status StatusCode SystemModstamp

Type id string string reference date int reference datetime reference date string boolean textarea date datetime reference datetime picklist reference textarea string string string string textarea picklist picklist datetime

Length 15 80 30 15

Precision Scale

4 15

15

40

32000

15

40 15 255 40 80 20 80 4000 40 40

ContractContactRole
Represents the role that a given Contact plays on a Contract.

23

Salesforce Fields Reference

Fields
Field Label Contact Contact Role ID Contract Created By Created Date Deleted Division Last Modified By Last Modified Date Primary Role System Modstamp API Field Name ContactId Id ContractId CreatedById CreatedDate IsDeleted Division LastModifiedById LastModifiedDate IsPrimary Role SystemModstamp Type reference id reference reference datetime boolean picklist reference datetime boolean picklist datetime 40 15 15 Length 15 15 15 15 Precision Scale

ContractLineItem
Represents a Product2 in a ServiceContract (customer support agreement).

Fields
Field Label Asset Name Contract Line Item ID Created By Created Date Currency Deleted Description Discount End Date Last Modified By Last Modified Date Line Item Number API Field Name AssetId Id CreatedById CreatedDate CurrencyIsoCode IsDeleted Description Discount EndDate LastModifiedById LastModifiedDate LineItemNumber Type reference id reference datetime picklist boolean textarea percent date reference datetime string 255 15 32000 5 2 3 Length 15 15 15 Precision Scale

24

Salesforce Fields Reference

Field Label List Price Price Book Entry Quantity Sales Price Service Contract Start Date Status Subtotal System Modstamp Total Price

API Field Name ListPrice PricebookEntryId Quantity UnitPrice ServiceContractId StartDate Status Subtotal SystemModstamp TotalPrice

Type currency reference double currency reference date picklist currency datetime currency

Length

Precision Scale 18 2

15 12 18 15 2 2

255 18 2

18

Dashboard
Represents a dashboard, which shows data from custom reports as visual components. Access is read-only.

Fields
Field Label Background Fade Direction Created By Created Date Dashboard ID Dashboard Running User Dashboard Unique Name Deleted Description Ending Color Folder Last Modified By Last Modified Date Left Size Middle Size Namespace Prefix API Field Name BackgroundDirection CreatedById CreatedDate Id Type DeveloperName IsDeleted Description BackgroundEnd FolderId LastModifiedById LastModifiedDate LeftSize MiddleSize NamespacePrefix Type picklist reference datetime id picklist string boolean string int reference reference datetime picklist picklist string 40 40 15 15 15 255 9 0 15 40 80 Length 40 15 Precision Scale

25

Salesforce Fields Reference

Field Label Right Size Running User Starting Color System Modstamp Text Color Title Title Color Title Size

API Field Name RightSize RunningUserId BackgroundStart SystemModstamp TextColor Title TitleColor TitleSize

Type picklist reference int datetime int string int int

Length 40 15

Precision Scale

9 80 9 9

0 0

Division
A logical segment of your organization's data. For example, if your company is organized into different business units, you could create a division for each business unit, such as North America, Healthcare, or Consulting.

Fields
Field Label Active Created By Created Date Division ID Global Division Last Modified By Last Modified Date Name Sort Order System Modstamp API Field Name IsActive CreatedById CreatedDate Id IsGlobalDivision LastModifiedById LastModifiedDate Name SortOrder SystemModstamp Type boolean reference datetime id boolean reference datetime string int datetime 80 8 0 15 15 15 Length Precision Scale

Document
Represents a file that a user has uploaded. Unlike Attachment records, documents are not attached to a parent object.

26

Salesforce Fields Reference

Fields
Field Label Author Body Body Length Created By Created Date Deleted Description Document Content Searchable Document ID Document Name Document Unique Name Externally Available File Extension Folder Internal Use Only Keywords Last Modified By Last Modified Date MIME Type Namespace Prefix System Modstamp Url API Field Name AuthorId Body BodyLength CreatedById CreatedDate IsDeleted Description IsBodySearchable Id Name DeveloperName IsPublic Type FolderId IsInternalUseOnly Keywords LastModifiedById LastModifiedDate ContentType NamespacePrefix SystemModstamp Url Type reference base64 int reference datetime boolean textarea boolean id string string boolean string reference boolean string reference datetime string string datetime string 255 120 15 255 15 40 15 15 255 80 255 15 8 0 Length 15 Precision Scale

EmailMessage
An email message.

Fields
Field Label Activity BCC Address API Field Name ActivityId BccAddress Type reference string Length 15 4000 Precision Scale

27

Salesforce Fields Reference

Field Label CC Address Created By Created Date Deleted Division EmailMessage ID From Address From Name HTML Body Has Attachment Headers Is Incoming Last Modified By Last Modified Date Message Date Parent Case Reply-to Email Message Status Subject System Modstamp Text Body To Address

API Field Name CcAddress CreatedById CreatedDate IsDeleted Division Id FromAddress FromName HtmlBody HasAttachment Headers Incoming LastModifiedById LastModifiedDate MessageDate ParentId ReplyToEmailMessageId Status Subject SystemModstamp TextBody ToAddress

Type string reference datetime boolean picklist id email string textarea boolean textarea boolean reference datetime datetime reference reference picklist string datetime textarea string

Length 4000 15

Precision Scale

15 15 1000 1000 32000

32000

15

15 15 40 3000

32000 4000

EmailTemplate
Represents a template for mass email, or email sent when the activity history related list of a record is modified.

Fields
Field Label API Version Available For Use Created By API Field Name ApiVersion IsActive CreatedById Type double boolean reference 15 Length Precision Scale 18 1

28

Salesforce Fields Reference

Field Label Created Date Description Email Body Email Template ID Email Template Name Encoding Folder HTML Value Last Modified By Last Modified Date Last Used Date Letterhead Markup Namespace Prefix Owner Style Subject System Modstamp Template Type Template Unique Name Times Used

API Field Name CreatedDate Description Body Id Name Encoding FolderId HtmlValue LastModifiedById LastModifiedDate LastUsedDate BrandTemplateId Markup NamespacePrefix OwnerId TemplateStyle Subject SystemModstamp TemplateType DeveloperName TimesUsed

Type datetime string textarea id string picklist reference textarea reference datetime datetime reference textarea string reference picklist string datetime picklist string int

Length

Precision Scale

4000 384000 15 80 40 15 384000 15

15 1048576 15 15 40 255

40 80 9 0

Entitlement
Represents the customer support an Account or Contact is eligible to receive.

Fields
Field Label Account Name Asset Name Business Hours Cases Per Entitlement API Field Name AccountId AssetId BusinessHoursId CasesPerEntitlement Type reference reference reference int Length 15 15 15 9 0 Precision Scale

29

Salesforce Fields Reference

Field Label Contract Line Item Created By Created Date Currency Deleted Division End Date Entitlement ID Entitlement Name Entitlement Process Last Modified By Last Modified Date Per Incident Remaining Cases Service Contract Start Date Status System Modstamp Type

API Field Name ContractLineItemId CreatedById CreatedDate CurrencyIsoCode IsDeleted Division EndDate Id Name SlaProcessId LastModifiedById LastModifiedDate IsPerIncident RemainingCases ServiceContractId StartDate Status SystemModstamp Type

Type reference reference datetime picklist boolean picklist date id string reference reference datetime boolean int reference date picklist datetime picklist

Length 15 15

Precision Scale

15

15 255 15 15

9 15

255

40

EntitlementContact
Represents a Contact eligible to receive customer support via an Entitlement.

Fields
Field Label Contact Name Created By Created Date Currency Deleted Division API Field Name ContactId CreatedById CreatedDate CurrencyIsoCode IsDeleted Division Type reference reference datetime picklist boolean picklist 15 3 Length 15 15 Precision Scale

30

Salesforce Fields Reference

Field Label Entitlement Contact Entitlement Contact ID Entitlement Name Last Modified By Last Modified Date System Modstamp

API Field Name Name Id EntitlementId LastModifiedById LastModifiedDate SystemModstamp

Type string id reference reference datetime datetime

Length 255 15 15 15

Precision Scale

EntitlementTemplate
Represents predefined terms of customer support for a product (Product2).

Fields
Field Label Business Hours Cases Per Entitlement Created By Created Date Entitlement Process Entitlement Template ID Entitlement Template Name Last Modified By Last Modified Date Per Incident System Modstamp Term (Days) Type API Field Name BusinessHoursId CasesPerEntitlement CreatedById CreatedDate SlaProcessId Id Name LastModifiedById LastModifiedDate IsPerIncident SystemModstamp Term Type Type reference int reference datetime reference id string reference datetime boolean datetime int picklist 40 9 0 15 15 120 15 15 Length 15 9 0 Precision Scale

EntitySubscription
Represents a subscription for a user following a record or another user.

31

Salesforce Fields Reference

Fields
Field Label Created By Created Date Deleted Entity Subscription ID Parent Subscriber API Field Name CreatedById CreatedDate IsDeleted Id ParentId SubscriberId Type reference datetime boolean id reference reference 15 15 15 Length 15 Precision Scale

Event
Represents a calendar appointment event. In the user interface, Event and Task records are collectively referred to as activities.

Fields
Field Label Account Activity Currency Activity ID All Day Event Archived Assigned To API Field Name AccountId CurrencyIsoCode Id IsAllDayEvent IsArchived OwnerId Type reference picklist id boolean boolean reference boolean reference datetime date boolean textarea picklist int datetime date picklist boolean 40 32000 15 8 0 15 15 Length 15 3 15 Precision Scale

Create Recurring Series of Events IsRecurrence Created By Created Date Date Deleted Description Division Duration End End Date Group Event Type Is Child CreatedById CreatedDate ActivityDate IsDeleted Description Division DurationInMinutes EndDateTime RecurrenceEndDateOnly GroupEventType IsChild

32

Salesforce Fields Reference

Field Label Is Group Event Last Modified By Last Modified Date Location Name Private Recurrence Activity Recurrence Day of Month

API Field Name IsGroupEvent LastModifiedById LastModifiedDate Location WhoId IsPrivate RecurrenceActivityId RecurrenceDayOfMonth

Type boolean reference datetime string reference boolean reference int int picklist int picklist picklist picklist reference datetime boolean picklist datetime datetime combobox datetime datetime picklist boolean

Length

Precision Scale

15

255 15

15 9 9 40 9 40 40 40 15 0 0 0

Recurrence Day of Week Mask RecurrenceDayOfWeekMask Recurrence Instance Recurrence Interval Recurrence Month of Year Recurrence Time Zone Recurrence Type Related To Reminder Date/Time Reminder Set Show Time As Start Start Date Subject System Modstamp Time Type Visible in Self-Service RecurrenceInstance RecurrenceInterval RecurrenceMonthOfYear RecurrenceTimeZoneSidKey RecurrenceType WhatId ReminderDateTime IsReminderSet ShowAs StartDateTime RecurrenceStartDateTime Subject SystemModstamp ActivityDateTime Type IsVisibleInSelfService

40

255

40

FeedComment
Represents a comment added to a feed by a user.

33

Salesforce Fields Reference

Fields
Field Label Comment Body Comment Type Created By Created Date Deleted Feed Comment ID Feed Item Inserted By Parent Related Record API Field Name CommentBody CommentType CreatedById CreatedDate IsDeleted Id FeedItemId InsertedById ParentId RelatedRecordId Type textarea picklist reference datetime boolean id reference reference reference reference 15 15 15 15 15 Length 1000 40 15 Precision Scale

FeedItem
FeedItem represents an entry in the feed, such as changes in a record feed, including text posts, link posts, and content posts.

Fields
Field Label Body Comment Count Connection Content Data Content Description Content File Name Content File Type Content Size Created By Created Date Deleted Feed Item ID Feed Item Type Inserted By API Field Name Body CommentCount ConnectionId ContentData ContentDescription ContentFileName ContentType ContentSize CreatedById CreatedDate IsDeleted Id Type InsertedById Type textarea int reference base64 textarea string string int reference datetime boolean id picklist reference 15 40 15 15 1000 255 120 9 0 15 Length 1000 9 0 Precision Scale

34

Salesforce Fields Reference

Field Label Last Modified Date Like Count Link Url Parent Related Record System Modstamp Title

API Field Name LastModifiedDate LikeCount LinkUrl ParentId RelatedRecordId SystemModstamp Title

Type datetime int url reference reference datetime string

Length

Precision Scale

9 1000 15 15

255

Folder
Represents a repository for a Document, EmailTemplate, Report, or Dashboard. Only one type of item can be contained in a folder.

Fields
Field Label Access Type Created By Created Date Folder ID Folder Unique Name Last Modified By Last Modified Date Name Namespace Prefix Read Only System Modstamp Type API Field Name AccessType CreatedById CreatedDate Id DeveloperName LastModifiedById LastModifiedDate Name NamespacePrefix IsReadonly SystemModstamp Type Type picklist reference datetime id string reference datetime string string boolean datetime picklist 40 40 15 15 80 15 Length 40 15 Precision Scale

GoogleDoc
Represents a link to a Google Document.

35

Salesforce Fields Reference

Fields
Field Label Created By Created Date Deleted Division Google Doc Id Google Doc Name Google Doc Owner Google Doc URL Last Modified By Last Modified Date Parent System Modstamp API Field Name CreatedById CreatedDate IsDeleted Division Id Name OwnerId Url LastModifiedById LastModifiedDate ParentId SystemModstamp Type reference datetime boolean picklist id string reference string reference datetime reference datetime 15 15 15 80 15 255 15 Length 15 Precision Scale

Group
Groups are sets of users. They can contain individual users, other groups, the users in a particular role or territory, or the users in a particular role or territory plus all of the users below that role or territory in the hierarchy.

Fields
Field Label Created By Created Date Default Division Developer Name Email Group ID Include Bosses Last Modified By Last Modified Date Name Owner Name API Field Name CreatedById CreatedDate DefaultDivision DeveloperName Email Id DoesIncludeBosses LastModifiedById LastModifiedDate Name OwnerId Type reference datetime picklist string email id boolean reference datetime string reference 40 15 15 15 80 255 15 Length 15 Precision Scale

36

Salesforce Fields Reference

Field Label Related Send Email to Members System Modstamp Type

API Field Name RelatedId DoesSendEmailToMembers SystemModstamp Type

Type reference boolean datetime picklist

Length 15

Precision Scale

40

Idea
Represents an idea on which users are allowed to comment and vote, for example, a suggestion for an enhancement to an existing product or process.

Fields
Field Label Categories Community Created By Created Date Deleted Idea Body Idea Currency Idea ID Is Merged IsHtml Last Idea Comment Last Idea Comment Date Last Modified By Last Modified Date Number of Comments Parent Idea Record Type Status System Modstamp Title API Field Name Categories CommunityId CreatedById CreatedDate IsDeleted Body CurrencyIsoCode Id IsMerged IsHtml LastCommentId LastCommentDate LastModifiedById LastModifiedDate NumComments ParentIdeaId RecordTypeId Status SystemModstamp Title Type multipicklist reference reference datetime boolean textarea picklist id boolean boolean reference datetime reference datetime int reference reference picklist datetime string 255 40 15 9 0 15 15 32000 3 15 Length 765 15 15 Precision Scale 7

37

Salesforce Fields Reference

Field Label Vote Score Vote Total

API Field Name VoteScore VoteTotal

Type double double

Length

Precision Scale 18 18 4 0

Lead
Represents a prospect or potential Opportunity.

Fields
Field Label Address Address Address Address Address Annual Revenue Company Converted Converted Account Converted Contact Converted Date Converted Opportunity Created By Created Date Data.com Key Deleted Description Do Not Call Email Email Bounced Date Email Bounced Reason Email Opt Out Fax API Field Name Street City State PostalCode Country AnnualRevenue Company IsConverted ConvertedAccountId ConvertedContactId ConvertedDate ConvertedOpportunityId CreatedById CreatedDate Jigsaw IsDeleted Description DoNotCall Email EmailBouncedDate EmailBouncedReason HasOptedOutOfEmail Fax Type textarea string string string string currency string boolean reference reference date reference reference datetime string boolean textarea boolean email datetime string boolean phone 40 255 80 32000 20 15 15 15 15 255 Length 255 40 80 20 80 18 0 Precision Scale

38

Salesforce Fields Reference

Field Label Fax Opt Out Industry Jigsaw Contact Id Last Activity Last Modified By Last Modified Date Last Transfer Date Lead Lead Currency Lead Division Lead ID Lead Owner Lead Source Lead Status Mobile Name Name Name No. of Employees Phone Rating Received Connection Name Sent Connection Name System Modstamp Title Unread By Owner Website

API Field Name HasOptedOutOfFax Industry JigsawContactId LastActivityDate LastModifiedById LastModifiedDate LastTransferDate MasterRecordId CurrencyIsoCode Division Id OwnerId LeadSource Status MobilePhone Salutation FirstName LastName NumberOfEmployees Phone Rating ConnectionReceivedId ConnectionSentId SystemModstamp Title IsUnreadByOwner Website

Type boolean picklist string date reference datetime date reference picklist picklist id reference picklist picklist phone picklist string string int phone picklist reference reference datetime string boolean url

Length

Precision Scale

40 20

15

15 3 15 15 15 40 40 40 40 40 80 8 40 40 15 15 0

128

255

LoginHistory
Represents the login history for all successful and failed login attempts for organizations and enabled portals.

39

Salesforce Fields Reference

Fields
Field Label API Type API Version Application Browser Client Version Login History Id Login Time Login Type Login URL Platform Source IP Status UserId API Field Name ApiType ApiVersion Application Browser ClientVersion Id LoginTime LoginType LoginUrl Platform SourceIp Status UserId Type string string string string string id datetime picklist string string string string reference 128 15 1 120 64 Length 64 32 64 64 64 15 Precision Scale

MailmergeTemplate
Represents a mail merge template (a Microsoft Word document) used for performing mail merges for your organization.

Fields
Field Label Body Body Length Created By Created Date Deleted Description Document Type File Last Modified By Last Modified Date Last Used Date API Field Name Body BodyLength CreatedById CreatedDate IsDeleted Description Category Filename LastModifiedById LastModifiedDate LastUsedDate Type base64 int reference datetime boolean string picklist string reference datetime datetime 255 40 255 15 15 8 0 Length Precision Scale

40

Salesforce Fields Reference

Field Label Mail Merge Template ID Name System Modstamp

API Field Name Id Name SystemModstamp

Type id string datetime

Length 15 80

Precision Scale

MilestoneType
Represents a milestone (required step in a customer support process).

Fields
Field Label Created By Created Date Description Last Modified By Last Modified Date Milestone Type ID Name System Modstamp API Field Name CreatedById CreatedDate Description LastModifiedById LastModifiedDate Id Name SystemModstamp Type reference datetime textarea reference datetime id string datetime 15 80 255 15 Length 15 Precision Scale

Note
Represents a note, which is text associated with a custom object or a standard object, such as a Contact, Contract, or Opportunity.

Fields
Field Label Body Created By Created Date Deleted Division Last Modified By API Field Name Body CreatedById CreatedDate IsDeleted Division LastModifiedById Type textarea reference datetime boolean picklist reference 15 15 Length 32000 15 Precision Scale

41

Salesforce Fields Reference

Field Label Last Modified Date Note Id Note Owner Parent Private System Modstamp Title

API Field Name LastModifiedDate Id OwnerId ParentId IsPrivate SystemModstamp Title

Type datetime id reference reference boolean datetime string

Length

Precision Scale

15 15 15

80

NoteAndAttachment
This read-only object contains all notes and attachments associated with an object.

Fields
Field Label Created By Created Date Deleted Division Is Note Last Modified By Last Modified Date Note or Attachment Id Owner Name Parent Private System Modstamp Title API Field Name CreatedById CreatedDate IsDeleted Division IsNote LastModifiedById LastModifiedDate Id OwnerId ParentId IsPrivate SystemModstamp Title Type reference datetime boolean picklist boolean reference datetime id reference reference boolean datetime string 80 15 15 15 15 15 Length 15 Precision Scale

42

Salesforce Fields Reference

OpenActivity
This read-only object represents open tasks and events associated with an object. Fields on this object that are related to calls are only available with Salesforce CRM Call Center.

Fields
Field Label Account Activity Currency Activity ID All Day Event Assigned To Call Duration Call Object Identifier Call Result Call Type Closed Comments Created By Created Date Date Deleted Division Duration End Last Modified By Last Modified Date Location Name Priority Related To Reminder Date/Time Reminder Set Status API Field Name AccountId CurrencyIsoCode Id IsAllDayEvent OwnerId CallDurationInSeconds CallObject CallDisposition CallType IsClosed Description CreatedById CreatedDate ActivityDate IsDeleted Division DurationInMinutes EndDateTime LastModifiedById LastModifiedDate Location WhoId Priority WhatId ReminderDateTime IsReminderSet Status Type reference picklist id boolean reference int string string picklist boolean textarea reference datetime date boolean picklist int datetime reference datetime string reference picklist reference datetime boolean picklist 40 80 15 40 15 15 15 9 0 32000 15 255 255 40 15 8 0 Length 15 3 15 Precision Scale

43

Salesforce Fields Reference

Field Label Subject System Modstamp Task Type Visible in Self-Service

API Field Name Subject SystemModstamp IsTask ActivityType IsVisibleInSelfService

Type combobox datetime boolean picklist boolean

Length 80

Precision Scale

40

Opportunity
Represents an opportunity, which is a sale or pending deal.

Fields
Field Label Account Name Amount Close Date Closed Created By Created Date Deleted Description Expected Revenue Fiscal Period Fiscal Period Forecast Category Forecast Category Has Line Item Last Activity Last Modified By Last Modified Date Lead Source Next Step Opportunity Currency API Field Name AccountId Amount CloseDate IsClosed CreatedById CreatedDate IsDeleted Description ExpectedRevenue FiscalYear FiscalQuarter ForecastCategory ForecastCategoryName HasOpportunityLineItem LastActivityDate LastModifiedById LastModifiedDate LeadSource NextStep CurrencyIsoCode Type reference currency date boolean reference datetime boolean textarea currency int int picklist picklist boolean date reference datetime picklist string picklist 40 255 3 15 40 40 32000 18 8 8 2 0 0 15 Length 15 18 2 Precision Scale

44

Salesforce Fields Reference

Field Label Opportunity Division Opportunity ID Opportunity Name Opportunity Owner Price Book Primary Campaign Source Private Probability (%) Quantity Received Connection Name Sent Connection Name Stage System Modstamp Territory Type Won

API Field Name Division Id Name OwnerId Pricebook2Id CampaignId IsPrivate Probability TotalOpportunityQuantity ConnectionReceivedId ConnectionSentId StageName SystemModstamp TerritoryId Type IsWon

Type picklist id string reference reference reference boolean percent double reference reference picklist datetime reference picklist boolean

Length 15 15 120 15 15 15

Precision Scale

3 18 15 15 40

0 2

15 40

OpportunityCompetitor
Represents a competitor on an Opportunity.

Fields
Field Label Competitor Name Created By Created Date Deleted Division Last Modified By Last Modified Date Opportunity Opportunity: Competitor ID API Field Name CompetitorName CreatedById CreatedDate IsDeleted Division LastModifiedById LastModifiedDate OpportunityId Id Type combobox reference datetime boolean picklist reference datetime reference id 15 15 15 15 Length 40 15 Precision Scale

45

Salesforce Fields Reference

Field Label Strengths System Modstamp Weaknesses

API Field Name Strengths SystemModstamp Weaknesses

Type string datetime string

Length 1000

Precision Scale

1000

OpportunityContactRole
Represents the role that a Contact plays on an Opportunity.

Fields
Field Label Contact Contact Role ID Created By Created Date Deleted Division Last Modified By Last Modified Date Opportunity Primary Role System Modstamp API Field Name ContactId Id CreatedById CreatedDate IsDeleted Division LastModifiedById LastModifiedDate OpportunityId IsPrimary Role SystemModstamp Type reference id reference datetime boolean picklist reference datetime reference boolean picklist datetime 40 15 15 15 Length 15 15 15 Precision Scale

OpportunityHistory
Represents the stage history of an Opportunity.

Fields
Field Label Amount Close Date API Field Name Amount CloseDate Type currency date Length Precision Scale 18 2

46

Salesforce Fields Reference

Field Label Created By Created Date Currency ISO Code Deleted Division Expected Revenue Opportunity Opportunity History ID Probability Stage Name System Modstamp To ForecastCategory

API Field Name CreatedById CreatedDate CurrencyIsoCode IsDeleted Division ExpectedRevenue OpportunityId Id Probability StageName SystemModstamp ForecastCategory

Type reference datetime picklist boolean picklist currency reference id percent picklist datetime picklist

Length 15

Precision Scale

15 18 15 15 3 40 0 2

40

OpportunityLineItem
Represents an opportunity line item, which is a member of the list of Product2 products associated with an Opportunity, along with other information about those products on that opportunity.

Fields
Field Label Created By Created Date Currency ISO Code Date Deleted Discount Division Has Quantity Schedule Has Revenue Schedule Has Schedule Last Modified By Last Modified Date API Field Name CreatedById CreatedDate CurrencyIsoCode ServiceDate IsDeleted Discount Division HasQuantitySchedule HasRevenueSchedule HasSchedule LastModifiedById LastModifiedDate Type reference datetime picklist date boolean percent picklist boolean boolean boolean reference datetime 15 15 5 2 3 Length 15 Precision Scale

47

Salesforce Fields Reference

Field Label Line Description Line Item ID List Price Opportunity Price Book Entry Quantity Received Connection Name Sales Price Sent Connection Name Sort Order Subtotal System Modstamp Total Price

API Field Name Description Id ListPrice OpportunityId PricebookEntryId Quantity ConnectionReceivedId UnitPrice ConnectionSentId SortOrder Subtotal SystemModstamp TotalPrice

Type string id currency reference reference double reference currency reference int currency datetime currency

Length 255 15

Precision Scale

18 15 15 12 15 18 15 9 18

0 2

18

OpportunityLineItemSchedule
Represents information about the quantity, revenue distribution, and delivery dates for a particular OpportunityLineItem.

Fields
Field Label Comments Created By Created Date Currency ISO Code Deleted Division Last Modified By Last Modified Date Line Item Quantity Revenue Schedule Date API Field Name Description CreatedById CreatedDate CurrencyIsoCode IsDeleted Division LastModifiedById LastModifiedDate OpportunityLineItemId Quantity Revenue ScheduleDate Type string reference datetime picklist boolean picklist reference datetime reference double currency date 15 18 18 2 2 15 15 3 Length 80 15 Precision Scale

48

Salesforce Fields Reference

Field Label Schedule ID System Modstamp Type

API Field Name Id SystemModstamp Type

Type id datetime picklist

Length 15

Precision Scale

40

OpportunityPartner
This read-only object represents a partner relationship between an Account and an Opportunity. This object is automatically created when a Partner object is created for a partner relationship between an account and an opportunity.

Fields
Field Label Account To Created By Created Date Deleted Division Last Modified By Last Modified Date Opportunity Opportunity Partner ID Primary Reverse Partner Role System Modstamp API Field Name AccountToId CreatedById CreatedDate IsDeleted Division LastModifiedById LastModifiedDate OpportunityId Id IsPrimary ReversePartnerId Role SystemModstamp Type reference reference datetime boolean picklist reference datetime reference id boolean reference picklist datetime 15 40 15 15 15 15 Length 15 15 Precision Scale

OpportunityStage
Represents the stage of an Opportunity in the sales pipeline, such as New Lead, Negotiating, Pending, Closed, and so on.

49

Salesforce Fields Reference

Fields
Field Label Closed Created By Created Date Description Forecast Category Forecast Category Name Is Active Last Modified By Last Modified Date Master Label Opportunity Stage ID Probability (%) Sort Order System Modstamp Won API Field Name IsClosed CreatedById CreatedDate Description ForecastCategory ForecastCategoryName IsActive LastModifiedById LastModifiedDate MasterLabel Id DefaultProbability SortOrder SystemModstamp IsWon Type boolean reference datetime string picklist picklist boolean reference datetime string id percent int datetime boolean 255 15 3 9 0 0 15 255 40 40 15 Length Precision Scale

OpportunityTeamMember
Represents a User on the opportunity team of an Opportunity.

Fields
Field Label Created By Created Date Currency ISO Code Deleted Division Last Modified By Last Modified Date Opportunity Opportunity Access API Field Name CreatedById CreatedDate CurrencyIsoCode IsDeleted Division LastModifiedById LastModifiedDate OpportunityId OpportunityAccessLevel Type reference datetime picklist boolean picklist reference datetime reference picklist 15 40 15 15 3 Length 15 Precision Scale

50

Salesforce Fields Reference

Field Label

API Field Name

Type id datetime picklist reference

Length 15

Precision Scale

Opportunity Team Member ID Id System Modstamp Team Role User SystemModstamp TeamMemberRole UserId

40 15

Partner
Represents a partner relationship between two Account records or between an Opportunity and an Account.

Fields
Field Label Account From Account To Created By Created Date Deleted Division Last Modified By Last Modified Date Opportunity Partner ID Primary Reverse Partner Role System Modstamp API Field Name AccountFromId AccountToId CreatedById CreatedDate IsDeleted Division LastModifiedById LastModifiedDate OpportunityId Id IsPrimary ReversePartnerId Role SystemModstamp Type reference reference reference datetime boolean picklist reference datetime reference id boolean reference picklist datetime 15 40 15 15 15 15 Length 15 15 15 Precision Scale

PartnerNetworkConnection
Represents a Salesforce to Salesforce connection between Salesforce organizations.

51

Salesforce Fields Reference

Fields
Field Label Account Connection Name Connection Owner Connection Status Contact Created By Created Date Decision Date Last Modified By Last Modified Date API Field Name AccountId ConnectionName PrimaryContactId ConnectionStatus ContactId CreatedById CreatedDate ResponseDate LastModifiedById LastModifiedDate Type reference string reference picklist reference reference datetime datetime reference datetime id 15 15 Length 15 295 15 40 15 15 Precision Scale

Partner Network Connection ID Id

PartnerNetworkRecordConnection
Represents a record shared between Salesforce organizations using Salesforce to Salesforce.

Fields
Field Label Connection Local Record Parent Record Partner Network Record Connection ID Partner Record Related Records Send Closed Tasks Send Emails Send Open Tasks Start Date Status Stop Date API Field Name ConnectionId LocalRecordId ParentRecordId Id PartnerRecordId RelatedRecords SendClosedTasks SendEmails SendOpenTasks StartDate Status EndDate Type reference reference reference id reference string boolean boolean boolean datetime picklist datetime 40 Length 15 15 15 15 15 1000 Precision Scale

52

Salesforce Fields Reference

PartnerRole
Represents a role for an account Partner, such as consultant, supplier, and so on.

Fields
Field Label Created By Created Date Last Modified By Last Modified Date Master Label Partner Role Value ID Reverse Role Sort Order System Modstamp API Field Name CreatedById CreatedDate LastModifiedById LastModifiedDate MasterLabel Id ReverseRole SortOrder SystemModstamp Type reference datetime reference datetime string id picklist int datetime 255 15 40 9 0 15 Length 15 Precision Scale

Period
Represents a fiscal period defined in FiscalYearSettings.

Fields
Field Label End Date Fiscal Year Settings Is Forecast Period Number Period ID Period Name Quarter Name Start Date System Modstamp Type API Field Name EndDate FiscalYearSettingsId IsForecastPeriod Number Id PeriodLabel QuarterLabel StartDate SystemModstamp Type Type date reference boolean int id picklist picklist date datetime picklist 40 15 40 40 9 0 15 Length Precision Scale

53

Salesforce Fields Reference

Pricebook2
Represents a price book that contains the list of products that your organization sells.

Fields
Field Label Active Created By Created Date Deleted Description Is Standard Price Book Last Modified By Last Modified Date Price Book ID Price Book Name System Modstamp API Field Name IsActive CreatedById CreatedDate IsDeleted Description IsStandard LastModifiedById LastModifiedDate Id Name SystemModstamp Type boolean reference datetime boolean string boolean reference datetime id string datetime 15 40 15 255 15 Length Precision Scale

PricebookEntry
Represents a product entry (an association between a Pricebook2 and Product2) in a price book.

Fields
Field Label Active Created By Created Date Currency Deleted Last Modified By Last Modified Date List Price Price Book API Field Name IsActive CreatedById CreatedDate CurrencyIsoCode IsDeleted LastModifiedById LastModifiedDate UnitPrice Pricebook2Id Type boolean reference datetime picklist boolean reference datetime currency reference 15 18 2 15 3 15 Length Precision Scale

54

Salesforce Fields Reference

Field Label Price Book Entry ID Product Product Code Product Name System Modstamp Use Standard Price

API Field Name Id Product2Id ProductCode Name SystemModstamp UseStandardPrice

Type id reference string string datetime boolean

Length 15 15 255 255

Precision Scale

Product2
Represents a product that your organization sells.

Fields
Field Label Active Created By Created Date Deleted Last Modified By Last Modified Date Number Of Quantity Installments API Field Name IsActive CreatedById CreatedDate IsDeleted LastModifiedById LastModifiedDate Type boolean reference datetime boolean reference datetime 3 3 255 3 4000 40 15 255 40 40 0 0 15 15 Length Precision Scale

NumberOfQuantityInstallments int

Number Of Revenue Installments NumberOfRevenueInstallments int Product Code Product Currency Product Description Product Family Product ID Product Name Quantity Installment Period Quantity Schedule Type Quantity Scheduling Enabled Received Connection Name ProductCode CurrencyIsoCode Description Family Id Name QuantityInstallmentPeriod QuantityScheduleType CanUseQuantitySchedule ConnectionReceivedId string picklist textarea picklist id string picklist picklist boolean reference 15

55

Salesforce Fields Reference

Field Label Revenue Installment Period Revenue Schedule Type Revenue Scheduling Enabled Sent Connection Name System Modstamp

API Field Name RevenueInstallmentPeriod RevenueScheduleType CanUseRevenueSchedule ConnectionSentId SystemModstamp

Type picklist picklist boolean reference datetime

Length 40 40

Precision Scale

15

ProductEntitlementTemplate
Represents predefined terms of customer support (Entitlement) that users can add to products (Product2).

Fields
Field Label Created By Created Date Entitlement Template Product Product Entitlement Template ID System Modstamp API Field Name CreatedById CreatedDate EntitlementTemplateId Product2Id Id SystemModstamp Type reference datetime reference reference id datetime 15 15 15 Length 15 Precision Scale

Question
Represents a question in an answers community that users can view and reply to.

Fields
Field Label Best Reply Community Created By Created Date Currency ISO Code API Field Name BestReplyId CommunityId CreatedById CreatedDate CurrencyIsoCode Type reference reference reference datetime picklist 3 Length 15 15 15 Precision Scale

56

Salesforce Fields Reference

Field Label Deleted Last Modified By Last Modified Date Last Reply Last Reply Date Number of Replies Question Body Question ID Question Title Record Type System Modstamp Up Votes Vote Score

API Field Name IsDeleted LastModifiedById LastModifiedDate LastReplyId LastReplyDate NumReplies Body Id Title RecordTypeId SystemModstamp UpVotes VoteScore

Type boolean reference datetime reference datetime int textarea id string reference datetime int double

Length

Precision Scale

15

15

9 32000 15 255

9 18

0 4

Reply
Represents a reply that a user has submitted to a question in an answers community.

Fields
Field Label Community Created By Created Date Currency ISO Code Deleted Down Votes Last Modified By Last Modified Date Name Question Reply Body Reply ID API Field Name CommunityId CreatedById CreatedDate CurrencyIsoCode IsDeleted DownVotes LastModifiedById LastModifiedDate Name QuestionId Body Id Type reference reference datetime picklist boolean int reference datetime string reference textarea id 255 15 32000 15 15 9 0 3 Length 15 15 Precision Scale

57

Salesforce Fields Reference

Field Label System Modstamp Up Votes Vote Total

API Field Name SystemModstamp UpVotes VoteTotal

Type datetime int double

Length

Precision Scale

9 18

0 0

Report
Represents a report, a set of data that meets certain criteria, displayed in an organized way. Access is read-only.

Fields
Field Label Created By Created Date Deleted Description Folder Last Modified By Last Modified Date Last Run Namespace Prefix Report ID Report Name Report Unique Name System Modstamp API Field Name CreatedById CreatedDate IsDeleted Description OwnerId LastModifiedById LastModifiedDate LastRunDate NamespacePrefix Id Name DeveloperName SystemModstamp Type reference datetime boolean string reference reference datetime datetime string id string string datetime 15 15 40 80 255 15 15 Length 15 Precision Scale

SelfServiceUser
Represents a Self-Service user.

Fields
Field Label Active API Field Name IsActive Type boolean Length Precision Scale

58

Salesforce Fields Reference

Field Label Contact Created By Created Date Email LanguageLocaleKey Last Login Last Modified By Last Modified Date LocaleSidKey Super User System Modstamp TimeZoneSidKey User ID Username

API Field Name ContactId CreatedById CreatedDate Email LanguageLocaleKey LastLoginDate LastModifiedById LastModifiedDate LocaleSidKey SuperUser SystemModstamp TimeZoneSidKey Id Username

Type reference reference datetime email picklist datetime reference datetime picklist boolean datetime picklist id string

Length 15 15

Precision Scale

80 40

15

40

40 15 80

ServiceContract
Represents a customer support contract (business agreement).

Fields
Field Label Account Name Activation Date Approval Status Billing Address Billing Address Billing Address Billing Address Billing Address Contact Name Contract Name Contract Number API Field Name AccountId ActivationDate ApprovalStatus BillingStreet BillingCity BillingState BillingPostalCode BillingCountry ContactId Name ContractNumber Type reference datetime picklist textarea string string string string reference string string 40 255 40 80 20 80 15 255 30 Length 15 Precision Scale

59

Salesforce Fields Reference

Field Label Created By Created Date Currency Deleted Description Discount End Date Grand Total Last Modified By Last Modified Date Line Items Price Book Service Contract ID Service Contract Owner Shipping Address Shipping Address Shipping Address Shipping Address Shipping Address Shipping and Handling Special Terms Start Date Status Subtotal System Modstamp Tax Term (months) Total Price

API Field Name CreatedById CreatedDate CurrencyIsoCode IsDeleted Description Discount EndDate GrandTotal LastModifiedById LastModifiedDate LineItemCount Pricebook2Id Id OwnerId ShippingStreet ShippingCity ShippingState ShippingPostalCode ShippingCountry ShippingHandling SpecialTerms StartDate Status Subtotal SystemModstamp Tax Term TotalPrice

Type reference datetime picklist boolean textarea percent date currency reference datetime int reference id reference textarea string string string string currency textarea date picklist currency datetime currency int currency

Length 15

Precision Scale

32000 5 2

18 15

9 15 15 15 255 40 80 20 80 18 32000

255 18 2

18 9 18

2 0 2

Site
Represents a public website that is integrated with an Organization.

60

Salesforce Fields Reference

Fields
Field Label Analytics Tracking Code Created By Created Date Daily Bandwidth Limit (MB) Daily Bandwidth Used API Field Name AnalyticsTrackingCode CreatedById CreatedDate DailyBandwidthLimit DailyBandwidthUsed Type string reference datetime int int int int string reference datetime 9 9 15 1000 15 255 80 40 80 40 0 0 40 15 9 9 9 9 0 0 0 0 Length 40 15 Precision Scale

Daily Request Time Limit (min) DailyRequestTimeLimit Daily Request Time Used Default Web Address Last Modified By Last Modified Date Monthly Page Views Allowed Options Site Contact Site Description Site ID Site Label Site Name Site Status Site Subdomain Prefix Site Type System Modstamp DailyRequestTimeUsed UrlPathPrefix LastModifiedById LastModifiedDate

MonthlyPageViewsEntitlement int Options AdminId Description Id MasterLabel Name Status Subdomain SiteType SystemModstamp int reference textarea id string string picklist string picklist datetime

SlaProcess
Represents an entitlement process associated with an Entitlement.

Fields
Field Label Active Created By Created Date API Field Name IsActive CreatedById CreatedDate Type boolean reference datetime 15 Length Precision Scale

61

Salesforce Fields Reference

Field Label Deleted Description Entitlement Process ID Entitlement Process Name Entry Date Field Last Modified By Last Modified Date System Modstamp

API Field Name IsDeleted Description Id Name StartDateField LastModifiedById LastModifiedDate SystemModstamp

Type boolean textarea id string picklist reference datetime datetime

Length

Precision Scale

255 15 120 40 15

Solution
Represents a detailed description of a customer issue and the resolution of that issue.

Fields
Field Label Author Created By Created Date Currency Code Deleted Is Html Last Modified By Last Modified Date Num Related Cases Reviewed Solution Details Solution ID Solution Number Solution Title Status System Modstamp API Field Name OwnerId CreatedById CreatedDate CurrencyIsoCode IsDeleted IsHtml LastModifiedById LastModifiedDate TimesUsed IsReviewed SolutionNote Id SolutionNumber SolutionName Status SystemModstamp Type reference reference datetime picklist boolean boolean reference datetime int boolean textarea id string string picklist datetime boolean 32000 15 30 255 40 9 0 15 3 Length 15 15 Precision Scale

Visible in Public Knowledge Base IsPublishedInPublicKb

62

Salesforce Fields Reference

Field Label Visible in Self-Service Portal

API Field Name IsPublished

Type boolean

Length

Precision Scale

TagDefinition
Defines the attributes of child Tag objects.

Fields
Field Label Deleted Display Tag Text Last Modified By System Modstamp Tag Definition ID Tag Type API Field Name IsDeleted Name LastModifiedById SystemModstamp Id Type Type boolean string reference datetime id picklist 15 40 765 15 Length Precision Scale

Task
Represents a business activity such as making a phone call or other to-do items. In the user interface, task and Event records are collectively referred to as activities.

Fields
Field Label Account Activity Currency Activity ID Archived Assigned To Call Duration Call Object Identifier Call Result Call Type API Field Name AccountId CurrencyIsoCode Id IsArchived OwnerId CallDurationInSeconds CallObject CallDisposition CallType Type reference picklist id boolean reference int string string picklist 255 255 40 15 8 0 Length 15 3 15 Precision Scale

63

Salesforce Fields Reference

Field Label Closed Comments

API Field Name IsClosed Description

Type boolean textarea boolean reference datetime boolean picklist date date reference datetime reference picklist reference reference int int picklist int picklist picklist picklist reference datetime boolean reference date picklist combobox datetime picklist boolean

Length

Precision Scale

32000

Create Recurring Series of Tasks IsRecurrence Created By Created Date Deleted Division Due Date End Date Last Modified By Last Modified Date Name Priority Received Connection Name Recurrence Activity Recurrence Day of Month CreatedById CreatedDate IsDeleted Division ActivityDate RecurrenceEndDateOnly LastModifiedById LastModifiedDate WhoId Priority ConnectionReceivedId RecurrenceActivityId RecurrenceDayOfMonth

15

15

15

15 40 15 15 9 9 40 9 40 40 40 15 0 0 0

Recurrence Day of Week Mask RecurrenceDayOfWeekMask Recurrence Instance Recurrence Interval Recurrence Month of Year Recurrence Time Zone Recurrence Type Related To Reminder Date/Time Reminder Set Sent Connection Name Start Date Status Subject System Modstamp Type Visible in Self-Service RecurrenceInstance RecurrenceInterval RecurrenceMonthOfYear RecurrenceTimeZoneSidKey RecurrenceType WhatId ReminderDateTime IsReminderSet ConnectionSentId RecurrenceStartDateOnly Status Subject SystemModstamp Type IsVisibleInSelfService

15

40 255

40

64

Salesforce Fields Reference

Territory
Represents a flexible collection of accounts and users where the users have at least read access to the accounts, regardless of who owns the accounts. Only available if territory management has been enabled for your organization.

Fields
Field Label Account Access Level Case Access Level Confine Opportunity Assignment Contact Access Level Currency Description Developer Name Forecast Manager Last Modified By Last Modified Date May Forecast Manager Share Opportunity Access Level Parent Territory System Modstamp Territory ID Territory Name API Field Name AccountAccessLevel CaseAccessLevel RestrictOpportunityTransfer ContactAccessLevel CurrencyIsoCode Description DeveloperName ForecastUserId LastModifiedById LastModifiedDate MayForecastManagerShare OpportunityAccessLevel ParentTerritoryId SystemModstamp Id Name Type picklist picklist boolean picklist picklist string string reference reference datetime boolean picklist reference datetime id string 15 80 40 15 40 3 1000 80 15 15 Length 40 40 Precision Scale

User
Represents a user in your organization.

Fields
Field Label About Me Account Active API Field Name AboutMe AccountId IsActive Type textarea reference boolean Length 1000 15 Precision Scale

65

Salesforce Fields Reference

Field Label Address Address Address Address Address Admin Info Emails Alias Allow Forecasting Call Center Cell Chatter Email Highlights Frequency Community Nickname Company Name Contact Created By Created Date Default Currency ISO Code Default Division

API Field Name Street City State PostalCode Country ReceivesAdminInfoEmails Alias ForecastEnabled CallCenterId MobilePhone DigestFrequency CommunityNickname CompanyName ContactId CreatedById CreatedDate DefaultCurrencyIsoCode DefaultDivision

Type textarea string string string string boolean string boolean reference phone picklist string string reference reference datetime picklist picklist

Length 255 40 80 20 80

Precision Scale

15 40 40 40 80 15 15

3 15 40 15 80 80 80 40 20 40 40

Default Notification Frequency DefaultGroupNotificationFrequency picklist when Joining Groups Delegated Approver Department Division E-mail Email Encoding Employee Number Extension Fax Info Emails Information Currency Language Last Login Last Modified By DelegatedApproverId Department Division Email EmailEncodingKey EmployeeNumber Extension Fax ReceivesInfoEmails CurrencyIsoCode LanguageLocaleKey LastLoginDate LastModifiedById reference string string email picklist string phone phone boolean picklist picklist datetime reference

3 40

15

66

Salesforce Fields Reference

Field Label Last Modified Date

API Field Name LastModifiedDate

Type datetime datetime picklist reference datetime phone reference reference string

Length

Precision Scale

Last Password Change or Reset LastPasswordChangeDate Locale Manager LocaleSidKey ManagerId

40 15

Offline Edition Trial Expiration OfflineTrialExpirationDate Date Phone Profile Role SAML Federation ID Phone ProfileId UserRoleId FederationIdentifier

40 15 15 512

Sales Anywhere Trial Expiration OfflinePdaTrialExpirationDate datetime Date System Modstamp Time Zone Title Url for Thumbnail sized Photo Url for full-sized Photo User ID User Type Username SystemModstamp TimeZoneSidKey Title SmallPhotoUrl FullPhotoUrl Id UserType Username datetime picklist string string string id picklist string 40 80 1024 1024 15 40 80

UserAccountTeamMember
Represents a User on the default account team of another User.

Fields
Field Label Account Access Case Access Contact Access Created By Created Date Last Modified By API Field Name AccountAccessLevel CaseAccessLevel ContactAccessLevel CreatedById CreatedDate LastModifiedById Type picklist picklist picklist reference datetime reference 15 Length 40 40 40 15 Precision Scale

67

Salesforce Fields Reference

Field Label Last Modified Date Opportunity Access System Modstamp Team Role User User

API Field Name LastModifiedDate OpportunityAccessLevel SystemModstamp TeamMemberRole OwnerId UserId

Type datetime picklist datetime picklist reference reference id

Length

Precision Scale

40

40 15 15 15

User Account Team Member ID Id

UserRecordAccess
Represents a users access to a set of records.

Fields
Field Label Has All Access Has Delete Access Has Edit Access Has Read Access Has Transfer Access Maximum Access Level Record User User Record Access ID API Field Name HasAllAccess HasDeleteAccess HasEditAccess HasReadAccess HasTransferAccess MaxAccessLevel RecordId UserId Id Type boolean boolean boolean boolean boolean picklist picklist reference id 40 40 15 15 Length Precision Scale

UserRole
Represents a user role in your organization.

68

Salesforce Fields Reference

Fields
Field Label Case Access Level for Account Owner Contact Access Level for Account Owner Description Developer Name Forecast Manager Last Modified By Last Modified Date May Forecast Manager Share Name Opportunity Access Level for Account Owner Parent Role Partner Account Portal Type Role ID System Modstamp User API Field Name CaseAccessForAccountOwner Type picklist Length 40 40 80 80 15 15 Precision Scale

ContactAccessForAccountOwner picklist RollupDescription DeveloperName ForecastUserId LastModifiedById LastModifiedDate MayForecastManagerShare Name string string reference reference datetime boolean string

80 40 15 15 40 15

OpportunityAccessForAccountOwner picklist ParentRoleId PortalAccountId PortalType Id SystemModstamp PortalAccountOwnerId reference reference picklist id datetime reference

15

UserTeamMember
Represents a single User on the default opportunity team of another User.

Fields
Field Label Created By Created Date Last Modified By Last Modified Date Opportunity Access System Modstamp API Field Name CreatedById CreatedDate LastModifiedById LastModifiedDate OpportunityAccessLevel SystemModstamp Type reference datetime reference datetime picklist datetime 40 15 Length 15 Precision Scale

69

Salesforce Fields Reference

Field Label Team Role User User User Team Member ID

API Field Name TeamMemberRole OwnerId UserId Id

Type picklist reference reference id

Length 40 15 15 15

Precision Scale

UserTerritory
Represents a User who has been assigned to a Territory.

Fields
Field Label Active Last Modified By Last Modified Date System Modstamp Territory User UserTerritory ID API Field Name IsActive LastModifiedById LastModifiedDate SystemModstamp TerritoryId UserId Id Type boolean reference datetime datetime reference reference id 15 15 15 15 Length Precision Scale

Vote
Represents a vote that a user has made on an Idea or a Reply.

Fields
Field Label Created By Created Date Deleted Parent System Modstamp Vote ID API Field Name CreatedById CreatedDate IsDeleted ParentId SystemModstamp Id Type reference datetime boolean reference datetime id 15 15 Length 15 Precision Scale

70

Salesforce Fields Reference

Field Label Vote Type

API Field Name Type

Type picklist

Length 40

Precision Scale

WebLink
Represents a custom link to a URL or Scontrol.

Fields
Field Label Behavior Content Source Created By Created Date Custom Link ID Custom Object Definition Description Display Type Height (in pixels) Label Last Modified By Last Modified Date Link Encoding Name Namespace Prefix Protected Component Require Row Selection Resizeable Scontrol Show Address Bar Show Menu Bar Show Scrollbars Show Status Bar Show Toolbars API Field Name OpenType LinkType CreatedById CreatedDate Id PageOrSobjectType Description DisplayType Height MasterLabel LastModifiedById LastModifiedDate EncodingKey Name NamespacePrefix IsProtected RequireRowSelection IsResizable ScontrolId ShowsLocation HasMenubar HasScrollbars ShowsStatus HasToolbar Type picklist picklist reference datetime id picklist textarea picklist int string reference datetime picklist string string boolean boolean boolean reference boolean boolean boolean boolean boolean 15 40 240 15 240 15 15 40 1000 40 9 0 Length 40 40 15 Precision Scale

71

Salesforce Fields Reference

Field Label System Modstamp URL Width (in pixels) Window Position

API Field Name SystemModstamp Url Width Position

Type datetime textarea int picklist

Length

Precision Scale

1048576 9 40 0

72

You might also like