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.

Salesforce Field Names Reference

Embed Size (px)

DESCRIPTION

Salesforce Field Names Reference

Citation preview

Page 1: Salesforce Field Names Reference

Version 27.0: Spring ’13

Salesforce Field Reference Guide

Last updated: March 8, 2013

© Copyright 2000–2013 salesforce.com, inc. All rights reserved. Salesforce.com is a registered trademark of salesforce.com, inc., as are othernames and marks. Other marks appearing herein may be trademarks of their respective owners.

Page 2: Salesforce Field Names Reference
Page 3: Salesforce Field Names Reference

Table of Contents

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

i

Table of Contents

Page 4: Salesforce Field Names Reference

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

ii

Table of Contents

Page 5: Salesforce Field Names Reference

WebLink ................................................................................................................................................................................71

iii

Table of Contents

Page 6: Salesforce Field Names Reference

iv

Table of Contents

Page 7: Salesforce Field Names Reference

Salesforce Fields ReferenceThis is a list of the standard fields for the major objects in Salesforce. For details about using each object, see the Salesforceonline 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, listviews, and reports. For the majority of the fields, you can also use them as merge fields within custom formula fields, Visualforcepages, custom links, and custom buttons. Merge fields serve as placeholders for data that will be replaced with informationfrom your records, user information, or company information. For more information about using merge fields, see “MergeFields 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 haveinformation in every column. For example, a picklist field does not have a length or precision. The columns in the followingtables include:

How the field is displayed in the user interface in areas suchas record detail pages, search results, and list views.

Field Label

The name of the field, as represented in the SOAP API.API Field Name

Indicates the data type of a field. With the exception ofboolean and division, the types refer to standard Salesforcedata types, such as number or picklist.

A boolean data type is represented within Salesforce as acheckbox.

Type

A division data type is used for the Division picklist availableto organizations that have enabled divisions.

Note that Lookup fields are both manually assigned andsystem-generated references to other records. Not all of thePicklist fields listed below have values that can be modified.

For more information on data types, see Primitive Data Typesin the SOAP API Developer's Guide.

The maximum number of characters in the field. For example,the Shipping Zip/Postal Code has a length of 20. You cannotset it to a value longer than 20 characters.

Length

The precision describes the order of magnitude for the field,in other words, the complete length of the number, includingdigits both to the left and right of the decimal point.

For example, 10234.56 has a precision of seven, five for thenumbers to the left of the decimal place and two for thenumbers to the right.

Precision

Note that this is different from the Length value in numberfields in Salesforce. The Length is the number of digits tothe left of the decimal place.

1

Salesforce Fields Reference

Page 8: Salesforce Field Names Reference

The scale is the number of digits used to describe the fractionalvalue of the field, in other words, the number of digits to the

Scale

right of the decimal place. A scale of two means that two digitsto the right of the decimal place will be displayed.

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceMasterRecordIdAccount

3picklistCurrencyIsoCodeAccount Currency

15picklistDivisionAccount Division

15idIdAccount ID

40stringAccountNumberAccount Number

15referenceOwnerIdAccount Owner

referenceRecordTypeIdAccount Record Type

80stringSiteAccount Site

40picklistAccountSourceAccount Source

018currencyAnnualRevenueAnnual Revenue

255textareaBillingStreetBilling Address

40stringBillingCityBilling Address

80stringBillingStateBilling Address

20stringBillingPostalCodeBilling Address

80stringBillingCountryBilling Address

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

20stringJigsawData.com Key

booleanIsDeletedDeleted

32000textareaDescriptionDescription

08intNumberOfEmployeesEmployees

2

Salesforce Fields Reference

Page 9: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsExcludedFromRealignExclude from territoryassignment rules

40phoneFaxFax

40picklistIndustryIndustry

20stringJigsawCompanyIdJigsaw Company Id

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistOwnershipOwnership

15referenceParentIdParent Account

40phonePhonePhone

40picklistRatingRating

15referenceConnectionReceivedIdReceived Connection Name

20stringSicSIC Code

80stringSicDescSIC Description

15referenceConnectionSentIdSent Connection Name

255textareaShippingStreetShipping Address

40stringShippingCityShipping Address

80stringShippingStateShipping Address

20stringShippingPostalCodeShipping Address

80stringShippingCountryShipping Address

datetimeSystemModstampSystem Modstamp

20stringTickerSymbolTicker Symbol

40picklistTypeType

255urlWebsiteWebsite

AccountContactRoleRepresents the role that a Contact plays on an Account.

3

Salesforce Fields Reference

Page 10: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

15referenceContactIdContact

15idIdContact Role ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanIsPrimaryPrimary

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountFromIdAccount From

15idIdAccount Partner ID

15referenceAccountToIdAccount To

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity

booleanIsPrimaryPrimary

4

Salesforce Fields Reference

Page 11: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceReversePartnerIdReverse Partner

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

AccountTeamMemberRepresents a User who is a member of an Account team.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

40picklistAccountAccessLevelAccount Access

15idIdAccount Team Member ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeSystemModstampSystem Modstamp

40picklistTeamMemberRoleTeam Role

15referenceUserIdUser

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

3picklistCurrencyIsoCodeActivity Currency

5

Salesforce Fields Reference

Page 12: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdActivity ID

booleanIsAllDayEventAll Day Event

15referenceOwnerIdAssigned To

08intCallDurationInSecondsCall Duration

255stringCallObjectCall Object Identifier

255stringCallDispositionCall Result

40picklistCallTypeCall Type

booleanIsClosedClosed

32000textareaDescriptionComments

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

dateActivityDateDate

booleanIsDeletedDeleted

15picklistDivisionDivision

09intDurationInMinutesDuration

datetimeEndDateTimeEnd

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringLocationLocation

15referenceWhoIdName

40picklistPriorityPriority

15referenceWhatIdRelated To

datetimeReminderDateTimeReminder Date/Time

booleanIsReminderSetReminder Set

40picklistStatusStatus

80comboboxSubjectSubject

datetimeSystemModstampSystem Modstamp

booleanIsTaskTask

40picklistActivityTypeType

booleanIsVisibleInSelfServiceVisible in Self-Service

6

Salesforce Fields Reference

Page 13: Salesforce Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

3picklistCurrencyIsoCodeAsset Currency

15picklistDivisionAsset Division

15idIdAsset ID

255stringNameAsset Name

booleanIsCompetitorProductCompetitor Asset

15referenceContactIdContact

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaDescriptionDescription

dateInstallDateInstall Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

018currencyPricePrice

15referenceProduct2IdProduct

datePurchaseDatePurchase Date

212doubleQuantityQuantity

80stringSerialNumberSerial Number

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

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

7

Salesforce Fields Reference

Page 14: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdAttachment ID

base64BodyBody

08intBodyLengthBody Length

120stringContentTypeContent Type

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

500textareaDescriptionDescription

15picklistDivisionDivision

255stringNameFile Name

booleanIsPartnerSharedIs Shared With Partner

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOwnerIdOwner Name

15referenceParentIdParent

booleanIsPrivatePrivate

15referenceConnectionReceivedIdReceived Connection Name

15referenceConnectionSentIdSent Connection Name

datetimeSystemModstampSystem Modstamp

BookmarkRepresents a link between opportunities that share common information.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdBookmark ID

15referenceFromIdBookmarked From

15referenceToIdBookmarked To

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

8

Salesforce Fields Reference

Page 15: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeSystemModstampSystem Modstamp

BrandTemplateLetterhead for HTML EmailTemplate.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

255stringNameBrand Template Name

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

1000stringDescriptionDescription

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15idIdLetterhead ID

80stringDeveloperNameLetterhead Unique Name

15stringNamespacePrefixNamespace Prefix

datetimeSystemModstampSystem Modstamp

32000textareaValueValue

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

9

Salesforce Fields Reference

Page 16: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

018currencyActualCostActual Cost

018currencyBudgetedCostBudgeted Cost

3picklistCurrencyIsoCodeCampaign Currency

15idIdCampaign ID

15referenceCampaignMemberRecordTypeIdCampaign Member Type

80stringNameCampaign Name

15referenceOwnerIdCampaign Owner

09intNumberOfConvertedLeadsConverted Leads

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaDescriptionDescription

dateEndDateEnd Date

210percentExpectedResponseExpected Response (%)

018currencyExpectedRevenueExpected Revenue

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

018doubleNumberSentNum Sent

09intNumberOfOpportunitiesNum Total Opportunities

09intNumberOfWonOpportunitiesNum Won Opportunities

15referenceParentIdParent Campaign

dateStartDateStart Date

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

018currencyHierarchyActualCostTotal Actual Cost in Hierarchy

018currencyHierarchyBudgetedCostTotal Budgeted Cost inHierarchy

09intNumberOfContactsTotal Contacts

09intHierarchyNumberOfContactsTotal Contacts in Hierarchy

09intHierarchyNumberOfConvertedLeadsTotal Converted Leads inHierarchy

018currencyHierarchyExpectedRevenueTotal Expected Revenue inHierarchy

10

Salesforce Fields Reference

Page 17: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

09intNumberOfLeadsTotal Leads

09intHierarchyNumberOfLeadsTotal Leads in Hierarchy

018doubleHierarchyNumberSentTotal Num Sent in Hierarchy

09intHierarchyNumberOfOpportunitiesTotal Opportunities in Hierarchy

09intNumberOfResponsesTotal Responses

09intHierarchyNumberOfResponsesTotal Responses in Hierarchy

018currencyAmountAllOpportunitiesTotal Value Opportunities

018currencyHierarchyAmountAllOpportunitiesTotal Value Opportunities inHierarchy

018currencyAmountWonOpportunitiesTotal Value Won Opportunities

018currencyHierarchyAmountWonOpportunitiesTotal Value Won Opportunitiesin Hierarchy

09intHierarchyNumberOfWonOpportunitiesTotal Won Opportunities inHierarchy

40picklistTypeType

CampaignMemberRepresents the association between a Campaign and either a Lead or Contact.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCampaignIdCampaign

3picklistCurrencyIsoCodeCampaign Member Currency

15idIdCampaign Member ID

15referenceContactIdContact

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

dateFirstRespondedDateFirst Responded Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceLeadIdLead

11

Salesforce Fields Reference

Page 18: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanHasRespondedResponded

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

CampaignMemberStatusOne or more member status values defined for a campaign.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCampaignIdCampaign

15idIdCampaign Member Status ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

booleanIsDefaultIs Default

765stringLabelLabel

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanHasRespondedResponded

09intSortOrderSort Order

datetimeSystemModstampSystem Modstamp

CaseRepresents a case, which is a customer issue or problem.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount Name

15referenceAssetIdAsset

12

Salesforce Fields Reference

Page 19: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceBusinessHoursIdBusiness Hours

3picklistCurrencyIsoCodeCase Currency

15picklistDivisionCase Division

15idIdCase ID

30stringCaseNumberCase Number

40picklistOriginCase Origin

15referenceOwnerIdCase Owner

40picklistReasonCase Reason

booleanIsClosedClosed

booleanIsClosedOnCreateClosed When Created

booleanIsSelfServiceClosedClosed by Self-Service User

15referenceContactIdContact Name

15referenceCreatedByIdCreated By

datetimeClosedDateDate/Time Closed

datetimeCreatedDateDate/Time Opened

booleanIsDeletedDeleted

32000textareaDescriptionDescription

15referenceEntitlementIdEntitlement Name

datetimeSlaExitDateEntitlement Process End Time

datetimeSlaStartDateEntitlement Process Start Time

booleanIsEscalatedEscalated

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

30stringMilestoneStatusMilestone Status

booleanHasCommentsUnreadByOwnerNew Self-Service Comment

15referenceParentIdParent Case

40picklistPriorityPriority

15referenceProductIdProduct

15referenceQuestionIdQuestion

15referenceConnectionReceivedIdReceived Connection Name

booleanHasSelfServiceCommentsSelf-Service Commented

15referenceConnectionSentIdSent Connection Name

40picklistStatusStatus

13

Salesforce Fields Reference

Page 20: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsStoppedStopped

datetimeStopStartDateStopped Since

255stringSubjectSubject

datetimeSystemModstampSystem Modstamp

40picklistTypeType

booleanIsVisibleInSelfServiceVisible in Self-Service Portal

80stringSuppliedCompanyWeb Company

80emailSuppliedEmailWeb Email

80stringSuppliedNameWeb Name

40stringSuppliedPhoneWeb Phone

CaseContactRoleRepresents the role that a given Contact plays on a Case.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCasesIdCase

15referenceContactIdContact

15idIdContact Role ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

14

Salesforce Fields Reference

Page 21: Salesforce Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCaseIdCase

15idIdCase Milestone ID

booleanIsCompletedCompleted

datetimeCompletionDateCompletion Date

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

26doubleElapsedTimeInDaysElapsed Time (Days)

26doubleElapsedTimeInHrsElapsed Time (Hours)

09intElapsedTimeInMinsElapsed Time (Mins)

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceMilestoneTypeIdMilestone

datetimeStartDateStart Date

datetimeSystemModstampSystem Modstamp

datetimeTargetDateTarget Date

26doubleTargetResponseInDaysTarget Response (Days)

26doubleTargetResponseInHrsTarget Response (Hours)

09intTargetResponseInMinsTarget Response (Mins)

booleanIsViolatedViolation

CollaborationGroupRepresents a Chatter group.

15

Salesforce Fields Reference

Page 22: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanCanHaveGuestsAllow Customers

15idIdChatter Group Id

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

1000stringDescriptionDescription

40picklistCollaborationTypeGroup Access

booleanHasPrivateFieldsAccessHas Private Fields Access

1000textareaInformationBodyInformation Body

30stringInformationTitleInformation Title

datetimeLastFeedModifiedDateLast Feed Modified Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

09intMemberCountMember Count

40stringNameName

15referenceOwnerIdOwner Name

datetimeSystemModstampSystem Modstamp

1024stringSmallPhotoUrlUrl for Thumbnail sized Photo

1024stringFullPhotoUrlUrl for full-sized Photo

CollaborationGroupMemberRepresents a member of a Chatter group.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCollaborationGroupIdChatter Group

15idIdChatter Group Member Id

40picklistCollaborationRoleChatter Role

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceLastModifiedByIdLast Modified By

16

Salesforce Fields Reference

Page 23: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeLastModifiedDateLast Modified Date

15referenceMemberIdMember

40picklistNotificationFrequencyNotification Frequency

datetimeSystemModstampSystem Modstamp

ContactRepresents a contact, which is an individual associated with an account.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount Name

40stringAssistantNameAssistant

40phoneAssistantPhoneAsst. Phone

dateBirthdateBirthdate

15referenceMasterRecordIdContact

3picklistCurrencyIsoCodeContact Currency

15picklistDivisionContact Division

15idIdContact ID

15referenceOwnerIdContact Owner

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

20stringJigsawData.com Key

booleanIsDeletedDeleted

80stringDepartmentDepartment

32000textareaDescriptionDescription

booleanDoNotCallDo Not Call

80emailEmailEmail

datetimeEmailBouncedDateEmail Bounced Date

255stringEmailBouncedReasonEmail Bounced Reason

booleanHasOptedOutOfEmailEmail Opt Out

40phoneFaxFax

17

Salesforce Fields Reference

Page 24: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanHasOptedOutOfFaxFax Opt Out

40phoneHomePhoneHome Phone

20stringJigsawContactIdJigsaw Contact Id

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeLastCURequestDateLast Stay-in-Touch RequestDate

datetimeLastCUUpdateDateLast Stay-in-Touch Save Date

40picklistLeadSourceLead Source

255textareaMailingStreetMailing Address

40stringMailingCityMailing Address

80stringMailingStateMailing Address

20stringMailingPostalCodeMailing Address

80stringMailingCountryMailing Address

40phoneMobilePhoneMobile

40picklistSalutationName

40stringFirstNameName

80stringLastNameName

255textareaOtherStreetOther Address

40stringOtherCityOther Address

80stringOtherStateOther Address

20stringOtherPostalCodeOther Address

80stringOtherCountryOther Address

40phoneOtherPhoneOther Phone

40phonePhonePhone

15referenceConnectionReceivedIdReceived Connection Name

15referenceReportsToIdReports To

15referenceConnectionSentIdSent Connection Name

datetimeSystemModstampSystem Modstamp

128stringTitleTitle

18

Salesforce Fields Reference

Page 25: Salesforce Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceArchivedByIdArchived By

dateArchivedDateArchived Date

15idIdContentDocument ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15picklistDivisionDivision

booleanIsArchivedIs Archived

booleanIsDeletedIs Deleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceLatestPublishedVersionIdLatest Published Version

15referenceOwnerIdOwner

15referenceParentIdParent

40picklistPublishStatusPublish Status

datetimeSystemModstampSystem Modstamp

255stringTitleTitle

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdContentDocumentLink ID

15referenceContentDocumentIdDocument

booleanIsDeletedIs Deleted

19

Salesforce Fields Reference

Page 26: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceLinkedEntityIdLinked Entity

40picklistShareTypeShare Type

datetimeSystemModstampSystem Modstamp

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

50stringChecksumChecksum

15referenceContentModifiedByIdContent Modified By

datetimeContentModifiedDateContent Modified Date

40picklistOriginContent Origin

255urlContentUrlContent URL

15idIdContentVersion ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrencyIsoCode

1000textareaDescriptionDescription

15picklistDivisionDivision

15referenceContentDocumentIdDocument

09intFeaturedContentBoostFeatured Content Boost

dateFeaturedContentDateFeatured Content Date

20stringFileTypeFile Type

15referenceFirstPublishLocationIdFirst Publish Location

booleanIsDeletedIs Deleted

booleanIsLatestIs Latest

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

09intNegativeRatingCountNegative Rating Count

15referenceOwnerIdOwner

20

Salesforce Fields Reference

Page 27: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

500stringPathOnClientPath On Client

09intPositiveRatingCountPositive Rating Count

40picklistPublishStatusPublish Status

09intRatingCountRating Count

1000stringReasonForChangeReason For Change

09intContentSizeSize

datetimeSystemModstampSystem Modstamp

2000textareaTagCsvTags

255stringTitleTitle

base64VersionDataVersion Data

20stringVersionNumberVersion Number

ContentWorkspaceRepresents a public library in Salesforce CRM Content.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceDefaultRecordTypeIdDefault Content Type

500textareaDescriptionDescription

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15idIdLibrary ID

255stringNameName

booleanIsRestrictContentTypesRestrict Content Types

booleanIsRestrictLinkedContentTypesRestrict Linked Content Types

datetimeSystemModstampSystem Modstamp

40picklistTagModelTag Model

21

Salesforce Fields Reference

Page 28: Salesforce Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeCreatedDateCreated Date

15referenceContentDocumentIdDocument

booleanIsDeletedIs Deleted

booleanIsOwnerIs Owning Library

15referenceContentWorkspaceIdLibrary

15idIdLibrary Document ID

datetimeSystemModstampSystem Modstamp

ContractRepresents a contract (a business agreement) associated with an Account.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount Name

15referenceActivatedByIdActivated By

datetimeActivatedDateActivated Date

255textareaBillingStreetBilling Address

40stringBillingCityBilling Address

80stringBillingStateBilling Address

20stringBillingPostalCodeBilling Address

80stringBillingCountryBilling Address

15referenceCompanySignedIdCompany Signed By

dateCompanySignedDateCompany Signed Date

3picklistCurrencyIsoCodeContract Currency

15picklistDivisionContract Division

dateEndDateContract End Date

22

Salesforce Fields Reference

Page 29: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdContract ID

80stringNameContract Name

30stringContractNumberContract Number

15referenceOwnerIdContract Owner

dateStartDateContract Start Date

04intContractTermContract Term (months)

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceCustomerSignedIdCustomer Signed By

dateCustomerSignedDateCustomer Signed Date

40stringCustomerSignedTitleCustomer Signed Title

booleanIsDeletedDeleted

32000textareaDescriptionDescription

dateLastActivityDateLast Activity

datetimeLastApprovedDateLast Approved Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistOwnerExpirationNoticeOwner Expiration Notice

15referencePricebook2IdPrice Book

255textareaShippingStreetShipping Address

40stringShippingCityShipping Address

80stringShippingStateShipping Address

20stringShippingPostalCodeShipping Address

80stringShippingCountryShipping Address

4000textareaSpecialTermsSpecial Terms

40picklistStatusStatus

40picklistStatusCodeStatus Category

datetimeSystemModstampSystem Modstamp

ContractContactRoleRepresents the role that a given Contact plays on a Contract.

23

Salesforce Fields Reference

Page 30: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceContactIdContact

15idIdContact Role ID

15referenceContractIdContract

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanIsPrimaryPrimary

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

ContractLineItemRepresents a Product2 in a ServiceContract (customer support agreement).

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAssetIdAsset Name

15idIdContract Line Item ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency

booleanIsDeletedDeleted

32000textareaDescriptionDescription

25percentDiscountDiscount

dateEndDateEnd Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

255stringLineItemNumberLine Item Number

24

Salesforce Fields Reference

Page 31: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

218currencyListPriceList Price

15referencePricebookEntryIdPrice Book Entry

212doubleQuantityQuantity

218currencyUnitPriceSales Price

15referenceServiceContractIdService Contract

dateStartDateStart Date

255picklistStatusStatus

218currencySubtotalSubtotal

datetimeSystemModstampSystem Modstamp

218currencyTotalPriceTotal Price

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistBackgroundDirectionBackground Fade Direction

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15idIdDashboard ID

40picklistTypeDashboard Running User

80stringDeveloperNameDashboard Unique Name

booleanIsDeletedDeleted

255stringDescriptionDescription

09intBackgroundEndEnding Color

15referenceFolderIdFolder

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistLeftSizeLeft Size

40picklistMiddleSizeMiddle Size

15stringNamespacePrefixNamespace Prefix

25

Salesforce Fields Reference

Page 32: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistRightSizeRight Size

15referenceRunningUserIdRunning User

09intBackgroundStartStarting Color

datetimeSystemModstampSystem Modstamp

09intTextColorText Color

80stringTitleTitle

09intTitleColorTitle Color

09intTitleSizeTitle Size

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15idIdDivision ID

booleanIsGlobalDivisionGlobal Division

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringNameName

08intSortOrderSort Order

datetimeSystemModstampSystem Modstamp

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

26

Salesforce Fields Reference

Page 33: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAuthorIdAuthor

base64BodyBody

08intBodyLengthBody Length

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

255textareaDescriptionDescription

booleanIsBodySearchableDocument Content Searchable

15idIdDocument ID

255stringNameDocument Name

80stringDeveloperNameDocument Unique Name

booleanIsPublicExternally Available

40stringTypeFile Extension

15referenceFolderIdFolder

booleanIsInternalUseOnlyInternal Use Only

255stringKeywordsKeywords

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

120stringContentTypeMIME Type

15stringNamespacePrefixNamespace Prefix

datetimeSystemModstampSystem Modstamp

255stringUrlUrl

EmailMessageAn email message.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceActivityIdActivity

4000stringBccAddressBCC Address

27

Salesforce Fields Reference

Page 34: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

4000stringCcAddressCC Address

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15idIdEmailMessage ID

1000emailFromAddressFrom Address

1000stringFromNameFrom Name

32000textareaHtmlBodyHTML Body

booleanHasAttachmentHas Attachment

32000textareaHeadersHeaders

booleanIncomingIs Incoming

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeMessageDateMessage Date

15referenceParentIdParent Case

15referenceReplyToEmailMessageIdReply-to Email Message

40picklistStatusStatus

3000stringSubjectSubject

datetimeSystemModstampSystem Modstamp

32000textareaTextBodyText Body

4000stringToAddressTo Address

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

118doubleApiVersionAPI Version

booleanIsActiveAvailable For Use

15referenceCreatedByIdCreated By

28

Salesforce Fields Reference

Page 35: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeCreatedDateCreated Date

4000stringDescriptionDescription

384000textareaBodyEmail Body

15idIdEmail Template ID

80stringNameEmail Template Name

40picklistEncodingEncoding

15referenceFolderIdFolder

384000textareaHtmlValueHTML Value

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeLastUsedDateLast Used Date

15referenceBrandTemplateIdLetterhead

1048576textareaMarkupMarkup

15stringNamespacePrefixNamespace Prefix

15referenceOwnerIdOwner

40picklistTemplateStyleStyle

255stringSubjectSubject

datetimeSystemModstampSystem Modstamp

40picklistTemplateTypeTemplate Type

80stringDeveloperNameTemplate Unique Name

09intTimesUsedTimes Used

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount Name

15referenceAssetIdAsset Name

15referenceBusinessHoursIdBusiness Hours

09intCasesPerEntitlementCases Per Entitlement

29

Salesforce Fields Reference

Page 36: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceContractLineItemIdContract Line Item

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency

booleanIsDeletedDeleted

15picklistDivisionDivision

dateEndDateEnd Date

15idIdEntitlement ID

255stringNameEntitlement Name

15referenceSlaProcessIdEntitlement Process

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanIsPerIncidentPer Incident

09intRemainingCasesRemaining Cases

15referenceServiceContractIdService Contract

dateStartDateStart Date

255picklistStatusStatus

datetimeSystemModstampSystem Modstamp

40picklistTypeType

EntitlementContactRepresents a Contact eligible to receive customer support via an Entitlement.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceContactIdContact Name

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency

booleanIsDeletedDeleted

15picklistDivisionDivision

30

Salesforce Fields Reference

Page 37: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

255stringNameEntitlement Contact

15idIdEntitlement Contact ID

15referenceEntitlementIdEntitlement Name

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeSystemModstampSystem Modstamp

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceBusinessHoursIdBusiness Hours

09intCasesPerEntitlementCases Per Entitlement

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceSlaProcessIdEntitlement Process

15idIdEntitlement Template ID

120stringNameEntitlement Template Name

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanIsPerIncidentPer Incident

datetimeSystemModstampSystem Modstamp

09intTermTerm (Days)

40picklistTypeType

EntitySubscriptionRepresents a subscription for a user following a record or another user.

31

Salesforce Fields Reference

Page 38: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15idIdEntity Subscription ID

15referenceParentIdParent

15referenceSubscriberIdSubscriber

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

3picklistCurrencyIsoCodeActivity Currency

15idIdActivity ID

booleanIsAllDayEventAll Day Event

booleanIsArchivedArchived

15referenceOwnerIdAssigned To

booleanIsRecurrenceCreate Recurring Series of Events

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

dateActivityDateDate

booleanIsDeletedDeleted

32000textareaDescriptionDescription

15picklistDivisionDivision

08intDurationInMinutesDuration

datetimeEndDateTimeEnd

dateRecurrenceEndDateOnlyEnd Date

40picklistGroupEventTypeGroup Event Type

booleanIsChildIs Child

32

Salesforce Fields Reference

Page 39: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsGroupEventIs Group Event

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

255stringLocationLocation

15referenceWhoIdName

booleanIsPrivatePrivate

15referenceRecurrenceActivityIdRecurrence Activity

09intRecurrenceDayOfMonthRecurrence Day of Month

09intRecurrenceDayOfWeekMaskRecurrence Day of Week Mask

40picklistRecurrenceInstanceRecurrence Instance

09intRecurrenceIntervalRecurrence Interval

40picklistRecurrenceMonthOfYearRecurrence Month of Year

40picklistRecurrenceTimeZoneSidKeyRecurrence Time Zone

40picklistRecurrenceTypeRecurrence Type

15referenceWhatIdRelated To

datetimeReminderDateTimeReminder Date/Time

booleanIsReminderSetReminder Set

40picklistShowAsShow Time As

datetimeStartDateTimeStart

datetimeRecurrenceStartDateTimeStart Date

255comboboxSubjectSubject

datetimeSystemModstampSystem Modstamp

datetimeActivityDateTimeTime

40picklistTypeType

booleanIsVisibleInSelfServiceVisible in Self-Service

FeedCommentRepresents a comment added to a feed by a user.

33

Salesforce Fields Reference

Page 40: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

1000textareaCommentBodyComment Body

40picklistCommentTypeComment Type

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15idIdFeed Comment ID

15referenceFeedItemIdFeed Item

15referenceInsertedByIdInserted By

15referenceParentIdParent

15referenceRelatedRecordIdRelated Record

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

1000textareaBodyBody

09intCommentCountComment Count

15referenceConnectionIdConnection

base64ContentDataContent Data

1000textareaContentDescriptionContent Description

255stringContentFileNameContent File Name

120stringContentTypeContent File Type

09intContentSizeContent Size

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15idIdFeed Item ID

40picklistTypeFeed Item Type

15referenceInsertedByIdInserted By

34

Salesforce Fields Reference

Page 41: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeLastModifiedDateLast Modified Date

09intLikeCountLike Count

1000urlLinkUrlLink Url

15referenceParentIdParent

15referenceRelatedRecordIdRelated Record

datetimeSystemModstampSystem Modstamp

255stringTitleTitle

FolderRepresents a repository for a Document, EmailTemplate, Report, or Dashboard. Only one type of item can be contained ina folder.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistAccessTypeAccess Type

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15idIdFolder ID

80stringDeveloperNameFolder Unique Name

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40stringNameName

15stringNamespacePrefixNamespace Prefix

booleanIsReadonlyRead Only

datetimeSystemModstampSystem Modstamp

40picklistTypeType

GoogleDocRepresents a link to a Google Document.

35

Salesforce Fields Reference

Page 42: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15idIdGoogle Doc Id

80stringNameGoogle Doc Name

15referenceOwnerIdGoogle Doc Owner

255stringUrlGoogle Doc URL

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceParentIdParent

datetimeSystemModstampSystem Modstamp

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15picklistDefaultDivisionDefault Division

80stringDeveloperNameDeveloper Name

255emailEmailEmail

15idIdGroup ID

booleanDoesIncludeBossesInclude Bosses

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40stringNameName

15referenceOwnerIdOwner Name

36

Salesforce Fields Reference

Page 43: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceRelatedIdRelated

booleanDoesSendEmailToMembersSend Email to Members

datetimeSystemModstampSystem Modstamp

40picklistTypeType

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

7765multipicklistCategoriesCategories

15referenceCommunityIdCommunity

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaBodyIdea Body

3picklistCurrencyIsoCodeIdea Currency

15idIdIdea ID

booleanIsMergedIs Merged

booleanIsHtmlIsHtml

15referenceLastCommentIdLast Idea Comment

datetimeLastCommentDateLast Idea Comment Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

09intNumCommentsNumber of Comments

15referenceParentIdeaIdParent Idea

referenceRecordTypeIdRecord Type

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

255stringTitleTitle

37

Salesforce Fields Reference

Page 44: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

418doubleVoteScoreVote Score

018doubleVoteTotalVote Total

LeadRepresents a prospect or potential Opportunity.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

255textareaStreetAddress

40stringCityAddress

80stringStateAddress

20stringPostalCodeAddress

80stringCountryAddress

018currencyAnnualRevenueAnnual Revenue

255stringCompanyCompany

booleanIsConvertedConverted

15referenceConvertedAccountIdConverted Account

15referenceConvertedContactIdConverted Contact

dateConvertedDateConverted Date

15referenceConvertedOpportunityIdConverted Opportunity

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

20stringJigsawData.com Key

booleanIsDeletedDeleted

32000textareaDescriptionDescription

booleanDoNotCallDo Not Call

80emailEmailEmail

datetimeEmailBouncedDateEmail Bounced Date

255stringEmailBouncedReasonEmail Bounced Reason

booleanHasOptedOutOfEmailEmail Opt Out

40phoneFaxFax

38

Salesforce Fields Reference

Page 45: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanHasOptedOutOfFaxFax Opt Out

40picklistIndustryIndustry

20stringJigsawContactIdJigsaw Contact Id

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

dateLastTransferDateLast Transfer Date

15referenceMasterRecordIdLead

3picklistCurrencyIsoCodeLead Currency

15picklistDivisionLead Division

15idIdLead ID

15referenceOwnerIdLead Owner

40picklistLeadSourceLead Source

40picklistStatusLead Status

40phoneMobilePhoneMobile

40picklistSalutationName

40stringFirstNameName

80stringLastNameName

08intNumberOfEmployeesNo. of Employees

40phonePhonePhone

40picklistRatingRating

15referenceConnectionReceivedIdReceived Connection Name

15referenceConnectionSentIdSent Connection Name

datetimeSystemModstampSystem Modstamp

128stringTitleTitle

booleanIsUnreadByOwnerUnread By Owner

255urlWebsiteWebsite

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

39

Salesforce Fields Reference

Page 46: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

64stringApiTypeAPI Type

32stringApiVersionAPI Version

64stringApplicationApplication

64stringBrowserBrowser

64stringClientVersionClient Version

15idIdLogin History Id

datetimeLoginTimeLogin Time

1picklistLoginTypeLogin Type

120stringLoginUrlLogin URL

64stringPlatformPlatform

stringSourceIpSource IP

128stringStatusStatus

15referenceUserIdUserId

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

base64BodyBody

08intBodyLengthBody Length

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

255stringDescriptionDescription

40picklistCategoryDocument Type

255stringFilenameFile

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeLastUsedDateLast Used Date

40

Salesforce Fields Reference

Page 47: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdMail Merge Template ID

80stringNameName

datetimeSystemModstampSystem Modstamp

MilestoneTypeRepresents a milestone (required step in a customer support process).

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

255textareaDescriptionDescription

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15idIdMilestone Type ID

80stringNameName

datetimeSystemModstampSystem Modstamp

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

32000textareaBodyBody

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

41

Salesforce Fields Reference

Page 48: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeLastModifiedDateLast Modified Date

15idIdNote Id

15referenceOwnerIdNote Owner

15referenceParentIdParent

booleanIsPrivatePrivate

datetimeSystemModstampSystem Modstamp

80stringTitleTitle

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

booleanIsNoteIs Note

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15idIdNote or Attachment Id

15referenceOwnerIdOwner Name

15referenceParentIdParent

booleanIsPrivatePrivate

datetimeSystemModstampSystem Modstamp

80stringTitleTitle

42

Salesforce Fields Reference

Page 49: Salesforce Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

3picklistCurrencyIsoCodeActivity Currency

15idIdActivity ID

booleanIsAllDayEventAll Day Event

15referenceOwnerIdAssigned To

08intCallDurationInSecondsCall Duration

255stringCallObjectCall Object Identifier

255stringCallDispositionCall Result

40picklistCallTypeCall Type

booleanIsClosedClosed

32000textareaDescriptionComments

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

dateActivityDateDate

booleanIsDeletedDeleted

15picklistDivisionDivision

09intDurationInMinutesDuration

datetimeEndDateTimeEnd

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringLocationLocation

15referenceWhoIdName

40picklistPriorityPriority

15referenceWhatIdRelated To

datetimeReminderDateTimeReminder Date/Time

booleanIsReminderSetReminder Set

40picklistStatusStatus

43

Salesforce Fields Reference

Page 50: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

80comboboxSubjectSubject

datetimeSystemModstampSystem Modstamp

booleanIsTaskTask

40picklistActivityTypeType

booleanIsVisibleInSelfServiceVisible in Self-Service

OpportunityRepresents an opportunity, which is a sale or pending deal.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount Name

218currencyAmountAmount

dateCloseDateClose Date

booleanIsClosedClosed

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaDescriptionDescription

218currencyExpectedRevenueExpected Revenue

08intFiscalYearFiscal Period

08intFiscalQuarterFiscal Period

40picklistForecastCategoryForecast Category

40picklistForecastCategoryNameForecast Category

booleanHasOpportunityLineItemHas Line Item

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistLeadSourceLead Source

255stringNextStepNext Step

3picklistCurrencyIsoCodeOpportunity Currency

44

Salesforce Fields Reference

Page 51: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15picklistDivisionOpportunity Division

15idIdOpportunity ID

120stringNameOpportunity Name

15referenceOwnerIdOpportunity Owner

15referencePricebook2IdPrice Book

15referenceCampaignIdPrimary Campaign Source

booleanIsPrivatePrivate

03percentProbabilityProbability (%)

218doubleTotalOpportunityQuantityQuantity

15referenceConnectionReceivedIdReceived Connection Name

15referenceConnectionSentIdSent Connection Name

40picklistStageNameStage

datetimeSystemModstampSystem Modstamp

15referenceTerritoryIdTerritory

40picklistTypeType

booleanIsWonWon

OpportunityCompetitorRepresents a competitor on an Opportunity.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40comboboxCompetitorNameCompetitor Name

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity

15idIdOpportunity: Competitor ID

45

Salesforce Fields Reference

Page 52: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

1000stringStrengthsStrengths

datetimeSystemModstampSystem Modstamp

1000stringWeaknessesWeaknesses

OpportunityContactRoleRepresents the role that a Contact plays on an Opportunity.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceContactIdContact

15idIdContact Role ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity

booleanIsPrimaryPrimary

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

OpportunityHistoryRepresents the stage history of an Opportunity.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

218currencyAmountAmount

dateCloseDateClose Date

46

Salesforce Fields Reference

Page 53: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency ISO Code

booleanIsDeletedDeleted

15picklistDivisionDivision

218currencyExpectedRevenueExpected Revenue

15referenceOpportunityIdOpportunity

15idIdOpportunity History ID

03percentProbabilityProbability

40picklistStageNameStage Name

datetimeSystemModstampSystem Modstamp

40picklistForecastCategoryTo ForecastCategory

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency ISO Code

dateServiceDateDate

booleanIsDeletedDeleted

25percentDiscountDiscount

15picklistDivisionDivision

booleanHasQuantityScheduleHas Quantity Schedule

booleanHasRevenueScheduleHas Revenue Schedule

booleanHasScheduleHas Schedule

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

47

Salesforce Fields Reference

Page 54: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

255stringDescriptionLine Description

15idIdLine Item ID

218currencyListPriceList Price

15referenceOpportunityIdOpportunity

15referencePricebookEntryIdPrice Book Entry

212doubleQuantityQuantity

15referenceConnectionReceivedIdReceived Connection Name

218currencyUnitPriceSales Price

15referenceConnectionSentIdSent Connection Name

09intSortOrderSort Order

218currencySubtotalSubtotal

datetimeSystemModstampSystem Modstamp

218currencyTotalPriceTotal Price

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

80stringDescriptionComments

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency ISO Code

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityLineItemIdLine Item

218doubleQuantityQuantity

218currencyRevenueRevenue

dateScheduleDateSchedule Date

48

Salesforce Fields Reference

Page 55: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdSchedule ID

datetimeSystemModstampSystem Modstamp

40picklistTypeType

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountToIdAccount To

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity

15idIdOpportunity Partner ID

booleanIsPrimaryPrimary

15referenceReversePartnerIdReverse Partner

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

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

49

Salesforce Fields Reference

Page 56: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsClosedClosed

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

255stringDescriptionDescription

40picklistForecastCategoryForecast Category

40picklistForecastCategoryNameForecast Category Name

booleanIsActiveIs Active

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

255stringMasterLabelMaster Label

15idIdOpportunity Stage ID

03percentDefaultProbabilityProbability (%)

09intSortOrderSort Order

datetimeSystemModstampSystem Modstamp

booleanIsWonWon

OpportunityTeamMemberRepresents a User on the opportunity team of an Opportunity.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency ISO Code

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity

40picklistOpportunityAccessLevelOpportunity Access

50

Salesforce Fields Reference

Page 57: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdOpportunity Team Member ID

datetimeSystemModstampSystem Modstamp

40picklistTeamMemberRoleTeam Role

15referenceUserIdUser

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountFromIdAccount From

15referenceAccountToIdAccount To

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity

15idIdPartner ID

booleanIsPrimaryPrimary

15referenceReversePartnerIdReverse Partner

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

PartnerNetworkConnectionRepresents a Salesforce to Salesforce connection between Salesforce organizations.

51

Salesforce Fields Reference

Page 58: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

295stringConnectionNameConnection Name

15referencePrimaryContactIdConnection Owner

40picklistConnectionStatusConnection Status

15referenceContactIdContact

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

datetimeResponseDateDecision Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15idIdPartner Network Connection ID

PartnerNetworkRecordConnectionRepresents a record shared between Salesforce organizations using Salesforce to Salesforce.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceConnectionIdConnection

15referenceLocalRecordIdLocal Record

15referenceParentRecordIdParent Record

15idIdPartner Network RecordConnection ID

15referencePartnerRecordIdPartner Record

1000stringRelatedRecordsRelated Records

booleanSendClosedTasksSend Closed Tasks

booleanSendEmailsSend Emails

booleanSendOpenTasksSend Open Tasks

datetimeStartDateStart Date

40picklistStatusStatus

datetimeEndDateStop Date

52

Salesforce Fields Reference

Page 59: Salesforce Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

255stringMasterLabelMaster Label

15idIdPartner Role Value ID

40picklistReverseRoleReverse Role

09intSortOrderSort Order

datetimeSystemModstampSystem Modstamp

PeriodRepresents a fiscal period defined in FiscalYearSettings.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

dateEndDateEnd Date

15referenceFiscalYearSettingsIdFiscal Year Settings

booleanIsForecastPeriodIs Forecast Period

09intNumberNumber

15idIdPeriod ID

40picklistPeriodLabelPeriod Name

40picklistQuarterLabelQuarter Name

dateStartDateStart Date

datetimeSystemModstampSystem Modstamp

40picklistTypeType

53

Salesforce Fields Reference

Page 60: Salesforce Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

255stringDescriptionDescription

booleanIsStandardIs Standard Price Book

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15idIdPrice Book ID

40stringNamePrice Book Name

datetimeSystemModstampSystem Modstamp

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

218currencyUnitPriceList Price

15referencePricebook2IdPrice Book

54

Salesforce Fields Reference

Page 61: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdPrice Book Entry ID

15referenceProduct2IdProduct

255stringProductCodeProduct Code

255stringNameProduct Name

datetimeSystemModstampSystem Modstamp

booleanUseStandardPriceUse Standard Price

Product2Represents a product that your organization sells.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

03intNumberOfQuantityInstallmentsNumber Of QuantityInstallments

03intNumberOfRevenueInstallmentsNumber Of Revenue Installments

255stringProductCodeProduct Code

3picklistCurrencyIsoCodeProduct Currency

4000textareaDescriptionProduct Description

40picklistFamilyProduct Family

15idIdProduct ID

255stringNameProduct Name

40picklistQuantityInstallmentPeriodQuantity Installment Period

40picklistQuantityScheduleTypeQuantity Schedule Type

booleanCanUseQuantityScheduleQuantity Scheduling Enabled

15referenceConnectionReceivedIdReceived Connection Name

55

Salesforce Fields Reference

Page 62: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistRevenueInstallmentPeriodRevenue Installment Period

40picklistRevenueScheduleTypeRevenue Schedule Type

booleanCanUseRevenueScheduleRevenue Scheduling Enabled

15referenceConnectionSentIdSent Connection Name

datetimeSystemModstampSystem Modstamp

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceEntitlementTemplateIdEntitlement Template

15referenceProduct2IdProduct

15idIdProduct Entitlement TemplateID

datetimeSystemModstampSystem Modstamp

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceBestReplyIdBest Reply

15referenceCommunityIdCommunity

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency ISO Code

56

Salesforce Fields Reference

Page 63: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceLastReplyIdLast Reply

datetimeLastReplyDateLast Reply Date

09intNumRepliesNumber of Replies

32000textareaBodyQuestion Body

15idIdQuestion ID

255stringTitleQuestion Title

referenceRecordTypeIdRecord Type

datetimeSystemModstampSystem Modstamp

09intUpVotesUp Votes

418doubleVoteScoreVote Score

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCommunityIdCommunity

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency ISO Code

booleanIsDeletedDeleted

09intDownVotesDown Votes

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

255stringNameName

15referenceQuestionIdQuestion

32000textareaBodyReply Body

15idIdReply ID

57

Salesforce Fields Reference

Page 64: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeSystemModstampSystem Modstamp

09intUpVotesUp Votes

018doubleVoteTotalVote Total

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

255stringDescriptionDescription

15referenceOwnerIdFolder

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeLastRunDateLast Run

15stringNamespacePrefixNamespace Prefix

15idIdReport ID

40stringNameReport Name

80stringDeveloperNameReport Unique Name

datetimeSystemModstampSystem Modstamp

SelfServiceUserRepresents a Self-Service user.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

58

Salesforce Fields Reference

Page 65: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceContactIdContact

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

80emailEmailEmail

40picklistLanguageLocaleKeyLanguageLocaleKey

datetimeLastLoginDateLast Login

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistLocaleSidKeyLocaleSidKey

booleanSuperUserSuper User

datetimeSystemModstampSystem Modstamp

40picklistTimeZoneSidKeyTimeZoneSidKey

15idIdUser ID

80stringUsernameUsername

ServiceContractRepresents a customer support contract (business agreement).

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount Name

datetimeActivationDateActivation Date

40picklistApprovalStatusApproval Status

255textareaBillingStreetBilling Address

40stringBillingCityBilling Address

80stringBillingStateBilling Address

20stringBillingPostalCodeBilling Address

80stringBillingCountryBilling Address

15referenceContactIdContact Name

255stringNameContract Name

30stringContractNumberContract Number

59

Salesforce Fields Reference

Page 66: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency

booleanIsDeletedDeleted

32000textareaDescriptionDescription

25percentDiscountDiscount

dateEndDateEnd Date

218currencyGrandTotalGrand Total

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

09intLineItemCountLine Items

15referencePricebook2IdPrice Book

15idIdService Contract ID

15referenceOwnerIdService Contract Owner

255textareaShippingStreetShipping Address

40stringShippingCityShipping Address

80stringShippingStateShipping Address

20stringShippingPostalCodeShipping Address

80stringShippingCountryShipping Address

218currencyShippingHandlingShipping and Handling

32000textareaSpecialTermsSpecial Terms

dateStartDateStart Date

255picklistStatusStatus

218currencySubtotalSubtotal

datetimeSystemModstampSystem Modstamp

218currencyTaxTax

09intTermTerm (months)

218currencyTotalPriceTotal Price

SiteRepresents a public website that is integrated with an Organization.

60

Salesforce Fields Reference

Page 67: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40stringAnalyticsTrackingCodeAnalytics Tracking Code

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

09intDailyBandwidthLimitDaily Bandwidth Limit (MB)

09intDailyBandwidthUsedDaily Bandwidth Used

09intDailyRequestTimeLimitDaily Request Time Limit (min)

09intDailyRequestTimeUsedDaily Request Time Used

40stringUrlPathPrefixDefault Web Address

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

09intMonthlyPageViewsEntitlementMonthly Page Views Allowed

09intOptionsOptions

15referenceAdminIdSite Contact

1000textareaDescriptionSite Description

15idIdSite ID

255stringMasterLabelSite Label

80stringNameSite Name

40picklistStatusSite Status

80stringSubdomainSite Subdomain Prefix

40picklistSiteTypeSite Type

datetimeSystemModstampSystem Modstamp

SlaProcessRepresents an entitlement process associated with an Entitlement.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

61

Salesforce Fields Reference

Page 68: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsDeletedDeleted

255textareaDescriptionDescription

15idIdEntitlement Process ID

120stringNameEntitlement Process Name

40picklistStartDateFieldEntry Date Field

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeSystemModstampSystem Modstamp

SolutionRepresents a detailed description of a customer issue and the resolution of that issue.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceOwnerIdAuthor

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistCurrencyIsoCodeCurrency Code

booleanIsDeletedDeleted

booleanIsHtmlIs Html

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

09intTimesUsedNum Related Cases

booleanIsReviewedReviewed

32000textareaSolutionNoteSolution Details

15idIdSolution ID

30stringSolutionNumberSolution Number

255stringSolutionNameSolution Title

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

booleanIsPublishedInPublicKbVisible in Public Knowledge Base

62

Salesforce Fields Reference

Page 69: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsPublishedVisible in Self-Service Portal

TagDefinitionDefines the attributes of child Tag objects.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsDeletedDeleted

765stringNameDisplay Tag Text

15referenceLastModifiedByIdLast Modified By

datetimeSystemModstampSystem Modstamp

15idIdTag Definition ID

40picklistTypeTag Type

TaskRepresents a business activity such as making a phone call or other “to-do” items. In the user interface, task and Event recordsare collectively referred to as activities.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

3picklistCurrencyIsoCodeActivity Currency

15idIdActivity ID

booleanIsArchivedArchived

15referenceOwnerIdAssigned To

08intCallDurationInSecondsCall Duration

255stringCallObjectCall Object Identifier

255stringCallDispositionCall Result

40picklistCallTypeCall Type

63

Salesforce Fields Reference

Page 70: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsClosedClosed

32000textareaDescriptionComments

booleanIsRecurrenceCreate Recurring Series of Tasks

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15picklistDivisionDivision

dateActivityDateDue Date

dateRecurrenceEndDateOnlyEnd Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceWhoIdName

40picklistPriorityPriority

15referenceConnectionReceivedIdReceived Connection Name

15referenceRecurrenceActivityIdRecurrence Activity

09intRecurrenceDayOfMonthRecurrence Day of Month

09intRecurrenceDayOfWeekMaskRecurrence Day of Week Mask

40picklistRecurrenceInstanceRecurrence Instance

09intRecurrenceIntervalRecurrence Interval

40picklistRecurrenceMonthOfYearRecurrence Month of Year

40picklistRecurrenceTimeZoneSidKeyRecurrence Time Zone

40picklistRecurrenceTypeRecurrence Type

15referenceWhatIdRelated To

datetimeReminderDateTimeReminder Date/Time

booleanIsReminderSetReminder Set

15referenceConnectionSentIdSent Connection Name

dateRecurrenceStartDateOnlyStart Date

40picklistStatusStatus

255comboboxSubjectSubject

datetimeSystemModstampSystem Modstamp

40picklistTypeType

booleanIsVisibleInSelfServiceVisible in Self-Service

64

Salesforce Fields Reference

Page 71: Salesforce Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistAccountAccessLevelAccount Access Level

40picklistCaseAccessLevelCase Access Level

booleanRestrictOpportunityTransferConfine OpportunityAssignment

40picklistContactAccessLevelContact Access Level

3picklistCurrencyIsoCodeCurrency

1000stringDescriptionDescription

80stringDeveloperNameDeveloper Name

15referenceForecastUserIdForecast Manager

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanMayForecastManagerShareMay Forecast Manager Share

40picklistOpportunityAccessLevelOpportunity Access Level

15referenceParentTerritoryIdParent Territory

datetimeSystemModstampSystem Modstamp

15idIdTerritory ID

80stringNameTerritory Name

UserRepresents a user in your organization.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

1000textareaAboutMeAbout Me

15referenceAccountIdAccount

booleanIsActiveActive

65

Salesforce Fields Reference

Page 72: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

255textareaStreetAddress

40stringCityAddress

80stringStateAddress

20stringPostalCodeAddress

80stringCountryAddress

booleanReceivesAdminInfoEmailsAdmin Info Emails

8stringAliasAlias

booleanForecastEnabledAllow Forecasting

15referenceCallCenterIdCall Center

40phoneMobilePhoneCell

40picklistDigestFrequencyChatter Email HighlightsFrequency

40stringCommunityNicknameCommunity Nickname

80stringCompanyNameCompany Name

15referenceContactIdContact

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

3picklistDefaultCurrencyIsoCodeDefault Currency ISO Code

15picklistDefaultDivisionDefault Division

40picklistDefaultGroupNotificationFrequencyDefault Notification Frequencywhen Joining Groups

15referenceDelegatedApproverIdDelegated Approver

80stringDepartmentDepartment

80stringDivisionDivision

80emailEmailE-mail

40picklistEmailEncodingKeyEmail Encoding

20stringEmployeeNumberEmployee Number

40phoneExtensionExtension

40phoneFaxFax

booleanReceivesInfoEmailsInfo Emails

3picklistCurrencyIsoCodeInformation Currency

40picklistLanguageLocaleKeyLanguage

datetimeLastLoginDateLast Login

15referenceLastModifiedByIdLast Modified By

66

Salesforce Fields Reference

Page 73: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeLastModifiedDateLast Modified Date

datetimeLastPasswordChangeDateLast Password Change or Reset

40picklistLocaleSidKeyLocale

15referenceManagerIdManager

datetimeOfflineTrialExpirationDateOffline Edition Trial ExpirationDate

40phonePhonePhone

15referenceProfileIdProfile

15referenceUserRoleIdRole

512stringFederationIdentifierSAML Federation ID

datetimeOfflinePdaTrialExpirationDateSales Anywhere Trial ExpirationDate

datetimeSystemModstampSystem Modstamp

40picklistTimeZoneSidKeyTime Zone

80stringTitleTitle

1024stringSmallPhotoUrlUrl for Thumbnail sized Photo

1024stringFullPhotoUrlUrl for full-sized Photo

15idIdUser ID

40picklistUserTypeUser Type

80stringUsernameUsername

UserAccountTeamMemberRepresents a User on the default account team of another User.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistAccountAccessLevelAccount Access

40picklistCaseAccessLevelCase Access

40picklistContactAccessLevelContact Access

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceLastModifiedByIdLast Modified By

67

Salesforce Fields Reference

Page 74: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeLastModifiedDateLast Modified Date

40picklistOpportunityAccessLevelOpportunity Access

datetimeSystemModstampSystem Modstamp

40picklistTeamMemberRoleTeam Role

15referenceOwnerIdUser

15referenceUserIdUser

15idIdUser Account Team Member ID

UserRecordAccessRepresents a user’s access to a set of records.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanHasAllAccessHas All Access

booleanHasDeleteAccessHas Delete Access

booleanHasEditAccessHas Edit Access

booleanHasReadAccessHas Read Access

booleanHasTransferAccessHas Transfer Access

40picklistMaxAccessLevelMaximum Access Level

40picklistRecordIdRecord

15referenceUserIdUser

15idIdUser Record Access ID

UserRoleRepresents a user role in your organization.

68

Salesforce Fields Reference

Page 75: Salesforce Field Names Reference

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistCaseAccessForAccountOwnerCase Access Level for AccountOwner

40picklistContactAccessForAccountOwnerContact Access Level forAccount Owner

80stringRollupDescriptionDescription

80stringDeveloperNameDeveloper Name

15referenceForecastUserIdForecast Manager

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanMayForecastManagerShareMay Forecast Manager Share

80stringNameName

40picklistOpportunityAccessForAccountOwnerOpportunity Access Level forAccount Owner

15referenceParentRoleIdParent Role

15referencePortalAccountIdPartner Account

40picklistPortalTypePortal Type

15idIdRole ID

datetimeSystemModstampSystem Modstamp

15referencePortalAccountOwnerIdUser

UserTeamMemberRepresents a single User on the default opportunity team of another User.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistOpportunityAccessLevelOpportunity Access

datetimeSystemModstampSystem Modstamp

69

Salesforce Fields Reference

Page 76: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistTeamMemberRoleTeam Role

15referenceOwnerIdUser

15referenceUserIdUser

15idIdUser Team Member ID

UserTerritoryRepresents a User who has been assigned to a Territory.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeSystemModstampSystem Modstamp

15referenceTerritoryIdTerritory

15referenceUserIdUser

15idIdUserTerritory ID

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceParentIdParent

datetimeSystemModstampSystem Modstamp

15idIdVote ID

70

Salesforce Fields Reference

Page 77: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistTypeVote Type

WebLinkRepresents a custom link to a URL or Scontrol.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistOpenTypeBehavior

40picklistLinkTypeContent Source

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15idIdCustom Link ID

40picklistPageOrSobjectTypeCustom Object Definition

1000textareaDescriptionDescription

40picklistDisplayTypeDisplay Type

09intHeightHeight (in pixels)

240stringMasterLabelLabel

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistEncodingKeyLink Encoding

240stringNameName

15stringNamespacePrefixNamespace Prefix

booleanIsProtectedProtected Component

booleanRequireRowSelectionRequire Row Selection

booleanIsResizableResizeable

15referenceScontrolIdScontrol

booleanShowsLocationShow Address Bar

booleanHasMenubarShow Menu Bar

booleanHasScrollbarsShow Scrollbars

booleanShowsStatusShow Status Bar

booleanHasToolbarShow Toolbars

71

Salesforce Fields Reference

Page 78: Salesforce Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeSystemModstampSystem Modstamp

1048576textareaUrlURL

09intWidthWidth (in pixels)

40picklistPositionWindow Position

72

Salesforce Fields Reference