Sales Force Field Names Reference

73
Salesforce.com: Winter '11 Salesforce Field Reference Guide Last updated: October 1, 2010 © Copyright 2000-2010 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.

Transcript of Sales Force Field Names Reference

Page 1: Sales Force Field Names Reference

Salesforce.com: Winter '11

Salesforce Field Reference Guide

Last updated: October 1, 2010

© Copyright 2000-2010 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: Sales Force Field Names Reference
Page 3: Sales Force Field Names Reference

Table of Contents

Salesforce.com Fields Reference............................................................................................................................................................3Account ................................................................................................................................................................................................5AccountContactRole ............................................................................................................................................................................7AccountPartner ....................................................................................................................................................................................8ActivityHistory .....................................................................................................................................................................................9Asset ...................................................................................................................................................................................................11Attachment ........................................................................................................................................................................................12BrandTemplate ...................................................................................................................................................................................13Campaign ...........................................................................................................................................................................................14CampaignMember .............................................................................................................................................................................16CampaignMemberStatus ...................................................................................................................................................................17Case ....................................................................................................................................................................................................18CaseContactRole ................................................................................................................................................................................20CollaborationGroup ...........................................................................................................................................................................21CollaborationGroupMember .............................................................................................................................................................22CollaborationInvitation ......................................................................................................................................................................23Contact ...............................................................................................................................................................................................24Contract .............................................................................................................................................................................................26ContractContactRole .........................................................................................................................................................................28Document ..........................................................................................................................................................................................29EmailTemplate ...................................................................................................................................................................................30Event ..................................................................................................................................................................................................31EventAttendee ...................................................................................................................................................................................33FeedComment ....................................................................................................................................................................................34FeedPost .............................................................................................................................................................................................35Folder .................................................................................................................................................................................................36Group .................................................................................................................................................................................................37Idea .....................................................................................................................................................................................................38Lead ...................................................................................................................................................................................................39MailmergeTemplate ...........................................................................................................................................................................41NewsFeed ...........................................................................................................................................................................................42Note ...................................................................................................................................................................................................43NoteAndAttachment .........................................................................................................................................................................44OpenActivity ......................................................................................................................................................................................45Opportunity .......................................................................................................................................................................................47OpportunityCompetitor .....................................................................................................................................................................49OpportunityContactRole ...................................................................................................................................................................50OpportunityHistory ...........................................................................................................................................................................51OpportunityLineItem ........................................................................................................................................................................52OpportunityPartner ............................................................................................................................................................................53OpportunityStage ...............................................................................................................................................................................54

i

Table of Contents

Page 4: Sales Force Field Names Reference

Partner ................................................................................................................................................................................................55PartnerRole ........................................................................................................................................................................................56Period .................................................................................................................................................................................................57Pricebook2 ..........................................................................................................................................................................................58PricebookEntry ..................................................................................................................................................................................59Product2 .............................................................................................................................................................................................60Report ................................................................................................................................................................................................61SelfServiceUser ...................................................................................................................................................................................62Solution ..............................................................................................................................................................................................63Task ....................................................................................................................................................................................................64User ....................................................................................................................................................................................................66UserProfileFeed ..................................................................................................................................................................................68UserRole .............................................................................................................................................................................................69Vote ....................................................................................................................................................................................................70WebLink ............................................................................................................................................................................................71

ii

Table of Contents

Page 5: Sales Force Field Names Reference

Salesforce.com Fields ReferenceThis is a list of the standard fields for the major objects in Salesforce.com. For details about using each object, see theSalesforce.com online help. For more technical details, see the Web Services API Developer's Guide.

Fields display in a variety of places in the Salesforce.com user interface, including page layouts, related lists, search layouts,list views, and reports. For the majority of the fields, you can also use them as merge fields within custom formula fields,Visualforce pages, custom links, and custom buttons. Merge fields serve as placeholders for data that will be replaced withinformation from your records, user information, or company information. For more information about using merge fields,see “Merge Fields Overview” in the Salesforce.com online help.

Depending on your organization settings and Salesforce.com Edition, some of these fields may not be available. Not all fieldshave information in every column. For example, a picklist field does not have a length or precision. The columns in thefollowing tables 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 Web services API.API Field Name

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

A boolean data type is represented within Salesforce.com asa checkbox.

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 Web Services 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.com. The Length is the number of digitsto the left of the decimal place.

3

Salesforce.com Fields Reference

Page 6: Sales Force 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.

4

Salesforce.com Fields Reference

Page 7: Sales Force Field Names Reference

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

32000textareaDescriptionAccount Description

40phoneFaxAccount Fax

15idIdAccount ID

40stringAccountNumberAccount Number

15referenceOwnerIdAccount Owner

40phonePhoneAccount Phone

40picklistRatingAccount Rating

80stringSiteAccount Site

40picklistTypeAccount Type

018currencyAnnualRevenueAnnual Revenue

40stringBillingCityBilling City

40stringBillingCountryBilling Country

20stringBillingStateBilling State/Province

255textareaBillingStreetBilling Street

20stringBillingPostalCodeBilling Zip/Postal Code

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

08intNumberOfEmployeesEmployees

80picklistIndustryIndustry

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistOwnershipOwnership

15referenceParentIdParent Account ID

20stringSicSIC Code

5

Account

Page 8: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

40stringShippingCityShipping City

40stringShippingCountryShipping Country

20stringShippingStateShipping State/Province

255textareaShippingStreetShipping Street

20stringShippingPostalCodeShipping Zip/Postal Code

datetimeSystemModstampSystem Modstamp

20stringTickerSymbolTicker Symbol

255urlWebsiteWebsite

6

Account

Page 9: Sales Force Field Names Reference

AccountContactRoleRepresents the role that a given Contact plays on an Account.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

15referenceContactIdContact

15idIdContact Role ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanIsPrimaryPrimary

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

7

AccountContactRole

Page 10: Sales Force Field Names Reference

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

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity

booleanIsPrimaryPrimary

15referenceReversePartnerIdReverse Partner ID

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

8

AccountPartner

Page 11: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

15idIdActivity ID

booleanIsAllDayEventAll Day Event

15referenceOwnerIdAssigned To ID

08intCallDurationInSecondsCall Duration

255stringCallObjectCall Object Identifier

255stringCallDispositionCall Result

40picklistCallTypeCall Type

booleanIsClosedClosed

32000textareaDescriptionComments

15referenceWhoIdContact/Lead ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

dateActivityDateDate

booleanIsDeletedDeleted

09intDurationInMinutesDuration

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringLocationLocation

15referenceWhatIdOpportunity/Account ID

40picklistPriorityPriority

datetimeReminderDateTimeReminder Date/Time

booleanIsReminderSetReminder Set

40picklistStatusStatus

80comboboxSubjectSubject

datetimeSystemModstampSystem Modstamp

booleanIsTaskTask

40picklistActivityTypeType

9

ActivityHistory

Page 12: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsVisibleInSelfServiceVisible in Self-Service

10

ActivityHistory

Page 13: Sales Force 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

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

11

Asset

Page 14: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdAttachment ID

base64BodyBody

08intBodyLengthBody Length

120stringContentTypeContent Type

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

500textareaDescriptionDescription

80stringNameFile Name

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOwnerIdOwner Name

15referenceParentIdParent ID

booleanIsPrivatePrivate

datetimeSystemModstampSystem Modstamp

12

Attachment

Page 15: Sales Force Field Names Reference

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

13

BrandTemplate

Page 16: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

018currencyActualCostActual Cost

018currencyBudgetedCostBudgeted Cost

15idIdCampaign ID

15referenceCampaignMemberRecordTypeIdCampaign Member Type

15referenceOwnerIdCampaign Owner

09intNumberOfConvertedLeadsConverted Leads

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaDescriptionDescription

dateEndDateEnd Date

210percentExpectedResponseExpected Response (%)

018currencyExpectedRevenueExpected Revenue

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringNameName

018doubleNumberSentNum Sent

09intNumberOfOpportunitiesNum Total Opportunities

09intNumberOfWonOpportunitiesNum Won Opportunities

15referenceParentIdParent Campaign ID

dateStartDateStart Date

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

018currencyHierarchyActualCostTotal Actual Cost in Hierarchy

018currencyHierarchyBudgetedCostTotal Budgeted Cost inHierarchy

14

Campaign

Page 17: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

09intNumberOfContactsTotal Contacts

09intHierarchyNumberOfContactsTotal Contacts in Hierarchy

09intHierarchyNumberOfConvertedLeadsTotal Converted Leads inHierarchy

018currencyHierarchyExpectedRevenueTotal Expected Revenue inHierarchy

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

15

Campaign

Page 18: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCampaignIdCampaign

15idIdCampaign Member ID

15referenceContactIdContact

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

dateFirstRespondedDateFirst Responded Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceLeadIdLead

booleanHasRespondedResponded

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

16

CampaignMember

Page 19: Sales Force Field Names Reference

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

17

CampaignMemberStatus

Page 20: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount Name

15referenceAssetIdAsset

15referenceBusinessHoursIdBusiness Hours

15idIdCase ID

30stringCaseNumberCase Number

40picklistOriginCase Origin

15referenceOwnerIdCase Owner

40picklistReasonCase Reason

40picklistTypeCase Type

booleanIsClosedClosed

datetimeClosedDateClosed Date

booleanIsClosedOnCreateClosed When Created

booleanIsSelfServiceClosedClosed by Self-Service User

80stringSuppliedCompanyCompany

15referenceContactIdContact Name

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaDescriptionDescription

80emailSuppliedEmailEmail Address

booleanIsEscalatedEscalated

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringSuppliedNameName

booleanHasCommentsUnreadByOwnerNew Self-Service Comment

15referenceParentIdParent Case ID

40stringSuppliedPhonePhone

40picklistPriorityPriority

18

Case

Page 21: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

booleanHasSelfServiceCommentsSelf-Service Commented

40picklistStatusStatus

255stringSubjectSubject

datetimeSystemModstampSystem Modstamp

booleanIsVisibleInSelfServiceVisible in Self-Service Portal

19

Case

Page 22: Sales Force Field Names Reference

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

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

20

CaseContactRole

Page 23: Sales Force Field Names Reference

CollaborationGroupRepresents a Chatter group.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdChatter Group Id

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

1000stringDescriptionDescription

40picklistCollaborationTypeGroup Access

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

09intMemberCountMember Count

40stringNameName

15referenceOwnerIdOwner Name

datetimeSystemModstampSystem Modstamp

1024stringSmallPhotoUrlUrl for Thumbnail sized Photo

1024stringFullPhotoUrlUrl for full-sized Photo

21

CollaborationGroup

Page 24: Sales Force Field Names Reference

CollaborationGroupMemberRepresents a member of a Chatter group.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdChatter Group Member Id

15referenceCollaborationGroupIdCollaborationGroup ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceMemberIdMember ID

40picklistNotificationFrequencyNotification Frequency

datetimeSystemModstampSystem Modstamp

22

CollaborationGroupMember

Page 25: Sales Force Field Names Reference

CollaborationInvitationRepresents an invitation to join Chatter, either directly or through a group.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15idIdChatter Invitation Id

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

40picklistStatusInvitation Status

240stringInvitedUserEmailInvited Email

80emailInvitedUserEmailNormalizedInvited Email (Normalized)

15referenceInviterIdInviter User ID

15referenceLastModifiedByIdModified By

datetimeLastModifiedDateModified Date

255stringOptionalMessageOptional Message

15referenceParentIdParent ID

15referenceSharedEntityIdShared Entity ID

datetimeSystemModstampSystem Modstamp

23

CollaborationInvitation

Page 26: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount Name

40stringAssistantNameAssistant's Name

40phoneAssistantPhoneAsst. Phone

dateBirthdateBirthdate

40phoneFaxBusiness Fax

40phonePhoneBusiness Phone

15referenceMasterRecordIdContact

32000textareaDescriptionContact Description

15idIdContact ID

15referenceOwnerIdContact Owner

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

80stringDepartmentDepartment

booleanDoNotCallDo Not Call

80emailEmailEmail

datetimeEmailBouncedDateEmail Bounced Date

255stringEmailBouncedReasonEmail Bounced Reason

booleanHasOptedOutOfEmailEmail Opt Out

booleanHasOptedOutOfFaxFax Opt Out

40stringFirstNameFirst Name

40phoneHomePhoneHome Phone

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringLastNameLast Name

datetimeLastCURequestDateLast Stay-in-Touch RequestDate

24

Contact

Page 27: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeLastCUUpdateDateLast Stay-in-Touch Save Date

40picklistLeadSourceLead Source

40stringMailingCityMailing City

40stringMailingCountryMailing Country

20stringMailingStateMailing State/Province

255textareaMailingStreetMailing Street

20stringMailingPostalCodeMailing Zip/Postal Code

40phoneMobilePhoneMobile Phone

40stringOtherCityOther City

40stringOtherCountryOther Country

40phoneOtherPhoneOther Phone

20stringOtherStateOther State/Province

255textareaOtherStreetOther Street

20stringOtherPostalCodeOther Zip/Postal Code

15referenceReportsToIdReports To ID

40picklistSalutationSalutation

datetimeSystemModstampSystem Modstamp

80stringTitleTitle

25

Contact

Page 28: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount Name

15referenceActivatedByIdActivated By ID

datetimeActivatedDateActivated Date

40stringBillingCityBilling City

40stringBillingCountryBilling Country

20stringBillingStateBilling State/Province

255textareaBillingStreetBilling Street

20stringBillingPostalCodeBilling Zip/Postal Code

15referenceCompanySignedIdCompany Signed By ID

dateCompanySignedDateCompany Signed Date

dateEndDateContract End Date

15idIdContract ID

80stringNameContract Name

30stringContractNumberContract Number

15referenceOwnerIdContract Owner

dateStartDateContract Start Date

04intContractTermContract Term

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15referenceCustomerSignedIdCustomer Signed By ID

dateCustomerSignedDateCustomer Signed Date

40stringCustomerSignedTitleCustomer Signed Title

booleanIsDeletedDeleted

32000textareaDescriptionDescription

dateLastActivityDateLast Activity

datetimeLastApprovedDateLast Approved Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

26

Contract

Page 29: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistOwnerExpirationNoticeOwner Expiration Notice

40stringShippingCityShipping City

40stringShippingCountryShipping Country

20stringShippingStateShipping State/Province

255textareaShippingStreetShipping Street

20stringShippingPostalCodeShipping Zip/Postal Code

4000textareaSpecialTermsSpecial Terms

40picklistStatusStatus

40picklistStatusCodeStatus Category

datetimeSystemModstampSystem Modstamp

27

Contract

Page 30: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceContactIdContact

15idIdContact Role ID

15referenceContractIdContract

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanIsPrimaryPrimary

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

28

ContractContactRole

Page 31: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAuthorIdAuthor ID

base64BodyBody

08intBodyLengthBody Length

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

255textareaDescriptionDescription

booleanIsBodySearchableDocument Content Searchable

15idIdDocument ID

255stringNameDocument Name

80stringDeveloperNameDocument Unique Name

booleanIsPublicExternally Available

40stringTypeFile Extension

15referenceFolderIdFolder ID

booleanIsInternalUseOnlyInternal Use Only

255stringKeywordsKeywords

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

120stringContentTypeMIME Type

15stringNamespacePrefixNamespace Prefix

datetimeSystemModstampSystem Modstamp

255stringUrlUrl

29

Document

Page 32: Sales Force Field Names Reference

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

datetimeCreatedDateCreated Date

4000stringDescriptionDescription

32000textareaBodyEmail Body

15idIdEmail Template ID

80stringNameEmail Template Name

40picklistEncodingEncoding

15referenceFolderIdFolder ID

384000textareaHtmlValueHTML Value

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeLastUsedDateLast Used Date

15referenceBrandTemplateIdLetterhead

1048576textareaMarkupMarkup

15stringNamespacePrefixNamespace Prefix

15referenceOwnerIdOwner ID

40picklistTemplateStyleStyle

255stringSubjectSubject

datetimeSystemModstampSystem Modstamp

40picklistTemplateTypeTemplate Type

80stringDeveloperNameTemplate Unique Name

09intTimesUsedTimes Used

30

EmailTemplate

Page 33: Sales Force Field Names Reference

EventRepresents a calendar appointment event.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

15idIdActivity ID

booleanIsAllDayEventAll Day Event

booleanIsArchivedArchived

15referenceOwnerIdAssigned To ID

15referenceWhoIdContact/Lead ID

booleanIsRecurrenceCreate Recurring Series of Events

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaDescriptionDescription

dateActivityDateDue Date Only

datetimeActivityDateTimeDue Date Time

08intDurationInMinutesDuration

dateRecurrenceEndDateOnlyEnd Date

datetimeEndDateTimeEnd Date Time

40picklistGroupEventTypeGroup Event Type

booleanIsChildIs Child

booleanIsGroupEventIs Group Event

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringLocationLocation

15referenceWhatIdOpportunity/Account ID

booleanIsPrivatePrivate

15referenceRecurrenceActivityIdRecurrence Activity ID

09intRecurrenceDayOfMonthRecurrence Day of Month

09intRecurrenceDayOfWeekMaskRecurrence Day of Week Mask

40picklistRecurrenceInstanceRecurrence Instance

31

Event

Page 34: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

09intRecurrenceIntervalRecurrence Interval

40picklistRecurrenceMonthOfYearRecurrence Month of Year

40picklistRecurrenceTimeZoneSidKeyRecurrence Time Zone

40picklistRecurrenceTypeRecurrence Type

datetimeReminderDateTimeReminder Date/Time

booleanIsReminderSetReminder Set

40picklistShowAsShow Time As

datetimeRecurrenceStartDateTimeStart Date

datetimeStartDateTimeStart Date Time

255comboboxSubjectSubject

datetimeSystemModstampSystem Modstamp

40picklistTypeType

booleanIsVisibleInSelfServiceVisible in Self-Service

32

Event

Page 35: Sales Force Field Names Reference

EventAttendeeRepresents a person (User, Contact, or Lead) who has been invited to attend an Event, or a scheduled resource (such as aconference room) associated with the event.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceEventIdEvent

15idIdEvent Attendee ID

15referenceAttendeeIdEvent Attendee ID

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

255stringResponseResponse

datetimeRespondedDateResponse Date

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

33

EventAttendee

Page 36: Sales Force Field Names Reference

FeedCommentRepresents a comment added to a feed by a user.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

1000textareaCommentBodyComment Body

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15idIdFeed Comment ID

15referenceFeedItemIdFeed Item ID

15referenceParentIdParent ID

34

FeedComment

Page 37: Sales Force Field Names Reference

FeedPostFeedPost represents the following types of changes in a NewsFeed, UserProfileFeed, or record feed, such as AccountFeed:status updates, text posts, link posts, and content posts.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

1000textareaBodyBody

base64ContentDataContent Data

1000textareaContentDescriptionContent Description

80stringContentFileNameContent File Name

120stringContentTypeContent File Type

09intContentSizeContent Size

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceFeedItemIdFeed Item ID

40picklistTypeFeed Item Type

15idIdFeed Post ID

255urlLinkUrlLink Url

15referenceParentIdParent ID

datetimeSystemModstampSystem Modstamp

255stringTitleTitle

35

FeedPost

Page 38: Sales Force Field Names Reference

FolderRepresents a repository for a Document, MailmergeTemplate, EmailTemplate, or report. Only one type of item can becontained in a 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

36

Folder

Page 39: Sales Force Field Names Reference

GroupRepresents a set of Users.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

255emailEmailEmail

15idIdGroup ID

booleanDoesIncludeBossesInclude Bosses

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40stringNameName

15referenceOwnerIdOwner Name

15referenceRelatedIdRelated ID

booleanDoesSendEmailToMembersSend Email to Members

datetimeSystemModstampSystem Modstamp

40picklistTypeType

37

Group

Page 40: Sales Force Field Names Reference

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

7255multipicklistCategoriesCategories

15referenceCommunityIdCommunity

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaBodyIdea Body

15idIdIdea ID

booleanIsLockedIs Locked

booleanIsHtmlIsHtml

15referenceLastCommentIdLast Idea Comment

datetimeLastCommentDateLast Idea Comment Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

09intNumCommentsNumber of Comments

15referenceParentIdeaIdParent Idea

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

255stringTitleTitle

418doubleVoteScoreVote Score

018doubleVoteTotalVote Total

38

Idea

Page 41: Sales Force Field Names Reference

LeadRepresents a prospect or potential Opportunity.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

018currencyAnnualRevenueAnnual Revenue

40stringCityCity

255stringCompanyCompany

booleanIsConvertedConverted

15referenceConvertedAccountIdConverted Account ID

15referenceConvertedContactIdConverted Contact ID

dateConvertedDateConverted Date

15referenceConvertedOpportunityIdConverted Opportunity ID

40stringCountryCountry

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaDescriptionDescription

booleanDoNotCallDo Not Call

80emailEmailEmail

datetimeEmailBouncedDateEmail Bounced Date

255stringEmailBouncedReasonEmail Bounced Reason

booleanHasOptedOutOfEmailEmail Opt Out

08intNumberOfEmployeesEmployees

40phoneFaxFax

booleanHasOptedOutOfFaxFax Opt Out

40stringFirstNameFirst Name

40picklistIndustryIndustry

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringLastNameLast Name

dateLastTransferDateLast Transfer Date

39

Lead

Page 42: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceMasterRecordIdLead

15idIdLead ID

15referenceOwnerIdLead Owner

40picklistLeadSourceLead Source

40phoneMobilePhoneMobile Phone

40phonePhonePhone

40picklistRatingRating

40picklistSalutationSalutation

20stringStateState/Province

40picklistStatusStatus

255textareaStreetStreet

datetimeSystemModstampSystem Modstamp

80stringTitleTitle

booleanIsUnreadByOwnerUnread By Owner

255urlWebsiteWebsite

20stringPostalCodeZip/Postal Code

40

Lead

Page 43: Sales Force Field Names Reference

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

15idIdMail Merge Template ID

80stringNameName

datetimeSystemModstampSystem Modstamp

41

MailmergeTemplate

Page 44: Sales Force Field Names Reference

NewsFeedRepresents a Chatter feed on a user's home tab.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceFeedPostIdFeed Post

datetimeSystemModstampLast Feed Activity Date

15idIdNews Feed Item ID

40picklistTypeNews Feed Item Type

15referenceParentIdParent ID

15referencePrimaryFeedItemIdPrimary Feed Item ID

15referencePrimaryFeedItemParentIdPrimary Feed Item Parent ID

42

NewsFeed

Page 45: Sales Force Field Names Reference

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

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15idIdNote Id

15referenceOwnerIdNote Owner

15referenceParentIdParent ID

booleanIsPrivatePrivate

datetimeSystemModstampSystem Modstamp

80stringTitleTitle

43

Note

Page 46: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

booleanIsNoteIs Note

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15idIdNote or Attachment Id

15referenceOwnerIdOwner Name

15referenceParentIdParent ID

booleanIsPrivatePrivate

datetimeSystemModstampSystem Modstamp

80stringTitleTitle

44

NoteAndAttachment

Page 47: Sales Force Field Names Reference

OpenActivityThis read-only object contains all open tasks and events associated with an object. OpenActivity fields related to calls are onlyavailable with Salesforce CRM Call Center.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

15idIdActivity ID

booleanIsAllDayEventAll Day Event

15referenceOwnerIdAssigned To ID

08intCallDurationInSecondsCall Duration

255stringCallObjectCall Object Identifier

255stringCallDispositionCall Result

40picklistCallTypeCall Type

booleanIsClosedClosed

32000textareaDescriptionComments

15referenceWhoIdContact/Lead ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

dateActivityDateDate

booleanIsDeletedDeleted

09intDurationInMinutesDuration

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

80stringLocationLocation

15referenceWhatIdOpportunity/Account ID

40picklistPriorityPriority

datetimeReminderDateTimeReminder Date/Time

booleanIsReminderSetReminder Set

40picklistStatusStatus

80comboboxSubjectSubject

datetimeSystemModstampSystem Modstamp

booleanIsTaskTask

45

OpenActivity

Page 48: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistActivityTypeType

booleanIsVisibleInSelfServiceVisible in Self-Service

46

OpenActivity

Page 49: Sales Force Field Names Reference

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 Amount

08intFiscalQuarterFiscal Quarter

08intFiscalYearFiscal Year

40picklistForecastCategoryForecast Category

40picklistForecastCategoryNameForecast Category

booleanHasOpportunityLineItemHas Line Item

dateLastActivityDateLast Activity

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistLeadSourceLead Source

120stringNameName

255stringNextStepNext Step

15idIdOpportunity ID

15referenceOwnerIdOpportunity Owner

40picklistTypeOpportunity Type

15referencePricebook2IdPrice Book

15referenceCampaignIdPrimary Campaign Source

booleanIsPrivatePrivate

03percentProbabilityProbability (%)

218doubleTotalOpportunityQuantityQuantity

47

Opportunity

Page 50: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistStageNameStage

datetimeSystemModstampSystem Modstamp

booleanIsWonWon

48

Opportunity

Page 51: Sales Force Field Names Reference

OpportunityCompetitorRepresents a competitor on an Opportunity.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40comboboxCompetitorNameCompetitor Name

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity

15idIdOpportunity: Competitor ID

1000stringStrengthsStrengths

datetimeSystemModstampSystem Modstamp

1000stringWeaknessesWeaknesses

49

OpportunityCompetitor

Page 52: Sales Force Field Names Reference

OpportunityContactRoleRepresents the role that a Contact plays on an Opportunity.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceContactIdContact ID

15idIdContact Role ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity ID

booleanIsPrimaryPrimary

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

50

OpportunityContactRole

Page 53: Sales Force Field Names Reference

OpportunityHistoryRepresents the stage history of an Opportunity.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

218currencyAmountAmount

dateCloseDateClose Date

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

218currencyExpectedRevenueExpected Revenue

15referenceOpportunityIdOpportunity

15idIdOpportunity History ID

03percentProbabilityProbability

40picklistStageNameStage Name

datetimeSystemModstampSystem Modstamp

40picklistForecastCategoryTo ForecastCategory

51

OpportunityHistory

Page 54: Sales Force Field Names Reference

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

dateServiceDateDate

booleanIsDeletedDeleted

25percentDiscountDiscount

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

255stringDescriptionLine Description

15idIdLine Item ID

218currencyListPriceList Price

15referenceOpportunityIdOpportunity

15referencePricebookEntryIdPrice Book Entry

212doubleQuantityQuantity

218currencyUnitPriceSales Price

09intSortOrderSort Order

218currencySubtotalSubtotal

datetimeSystemModstampSystem Modstamp

218currencyTotalPriceTotal Price

52

OpportunityLineItem

Page 55: Sales Force Field Names Reference

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

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity

15idIdOpportunity Partner ID

booleanIsPrimaryPrimary

15referenceReversePartnerIdReverse Partner ID

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

53

OpportunityPartner

Page 56: Sales Force Field Names Reference

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

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

54

OpportunityStage

Page 57: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountFromIdAccount From ID

15referenceAccountToIdAccount To ID

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceOpportunityIdOpportunity ID

15idIdPartner ID

booleanIsPrimaryPrimary

15referenceReversePartnerIdReverse Partner ID

40picklistRoleRole

datetimeSystemModstampSystem Modstamp

55

Partner

Page 58: Sales Force 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

56

PartnerRole

Page 59: Sales Force Field Names Reference

PeriodRepresents a fiscal period.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistType${Global.type}

dateEndDateEnd Date

15referenceFiscalYearSettingsIdFiscal Year Settings

booleanIsForecastPeriodIs Forecast Period

09intNumberNumber

15idIdPeriod ID

40picklistPeriodLabelPeriod Name

40picklistQuarterLabelQuarter Name

dateStartDateStart Date

datetimeSystemModstampSystem Modstamp

57

Period

Page 60: Sales Force 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

58

Pricebook2

Page 61: Sales Force Field Names Reference

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

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

218currencyUnitPriceList Price

15referencePricebook2IdPrice Book

15idIdPrice Book Entry ID

15referenceProduct2IdProduct

255stringProductCodeProduct Code

255stringNameProduct Name

datetimeSystemModstampSystem Modstamp

booleanUseStandardPriceUse Standard Price

59

PricebookEntry

Page 62: Sales Force Field Names Reference

Product2Represents a product that your organization sells.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

255stringProductCodeProduct Code

4000textareaDescriptionProduct Description

40picklistFamilyProduct Family

15idIdProduct ID

255stringNameProduct Name

datetimeSystemModstampSystem Modstamp

60

Product2

Page 63: Sales Force Field Names Reference

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

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeLastRunDateLast Run

15stringNamespacePrefixNamespace Prefix

15referenceOwnerIdOwner ID

15idIdReport ID

40stringNameReport Name

80stringDeveloperNameReport Unique Name

datetimeSystemModstampSystem Modstamp

61

Report

Page 64: Sales Force Field Names Reference

SelfServiceUserRepresents a Self-Service user. For details, see “Setting Up Self-Service” in the Salesforce.com online help.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

booleanIsActiveActive

15referenceContactIdContact

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

80emailEmailEmail

40picklistLanguageLocaleKeyLanguageLocaleKey

datetimeLastLoginDateLast Login

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistLocaleSidKeyLocaleSidKey

booleanSuperUserSuper User

datetimeSystemModstampSystem Modstamp

40picklistTimeZoneSidKeyTimeZoneSidKey

15idIdUser Id

80stringUsernameUsername

62

SelfServiceUser

Page 65: Sales Force Field Names Reference

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

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceOwnerIdAuthor

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaSolutionNoteDescription

booleanIsHtmlIs Html

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

09intTimesUsedNum Related Cases

booleanIsReviewedReviewed

15idIdSolution ID

30stringSolutionNumberSolution Number

40picklistStatusStatus

datetimeSystemModstampSystem Modstamp

255stringSolutionNameTitle

booleanIsPublishedInPublicKbVisible in Public Knowledge Base

booleanIsPublishedVisible in Self-Service Portal

63

Solution

Page 66: Sales Force Field Names Reference

TaskRepresents a business activity such as making a phone call or other “to-do” items. In the Salesforce.com user interface, taskand Event records are collectively referred to as activities.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceAccountIdAccount

15idIdActivity ID

booleanIsArchivedArchived

15referenceOwnerIdAssigned To ID

08intCallDurationInSecondsCall Duration

255stringCallObjectCall Object Identifier

255stringCallDispositionCall Result

40picklistCallTypeCall Type

booleanIsClosedClosed

15referenceWhoIdContact/Lead ID

booleanIsRecurrenceCreate Recurring Series of Tasks

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

32000textareaDescriptionDescription

dateActivityDateDue Date Only

dateRecurrenceEndDateOnlyEnd Date

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

15referenceWhatIdOpportunity/Account ID

40picklistPriorityPriority

15referenceRecurrenceActivityIdRecurrence Activity ID

09intRecurrenceDayOfMonthRecurrence Day of Month

09intRecurrenceDayOfWeekMaskRecurrence Day of Week Mask

40picklistRecurrenceInstanceRecurrence Instance

09intRecurrenceIntervalRecurrence Interval

40picklistRecurrenceMonthOfYearRecurrence Month of Year

64

Task

Page 67: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistRecurrenceTimeZoneSidKeyRecurrence Time Zone

40picklistRecurrenceTypeRecurrence Type

datetimeReminderDateTimeReminder Date/Time

booleanIsReminderSetReminder Set

dateRecurrenceStartDateOnlyStart Date

40picklistStatusStatus

255comboboxSubjectSubject

datetimeSystemModstampSystem Modstamp

40picklistTypeType

booleanIsVisibleInSelfServiceVisible in Self-Service

65

Task

Page 68: Sales Force Field Names Reference

UserRepresents a user in your organization.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

1000textareaAboutMeAbout Me

15referenceAccountIdAccount

booleanIsActiveActive

booleanReceivesAdminInfoEmailsAdmin Info Emails

8stringAliasAlias

booleanForecastEnabledAllow Forecasting

15referenceCallCenterIdCall Center

40phoneMobilePhoneCell

40picklistDigestFrequencyChatter Email HighlightsFrequency

40stringCityCity

40stringCommunityNicknameCommunity Nickname

80stringCompanyNameCompany Name

15referenceContactIdContact

40stringCountryCountry

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

1000textareaCurrentStatusCurrent Status

15referenceDelegatedApproverIdDelegated Approver ID

80stringDepartmentDepartment

80stringDivisionDivision

80emailEmailE-mail

40picklistEmailEncodingKeyEmail Encoding

20stringEmployeeNumberEmployee Number

40phoneExtensionExtension

40phoneFaxFax

booleanReceivesInfoEmailsInfo Emails

40picklistLanguageLocaleKeyLanguage

66

User

Page 69: Sales Force Field Names Reference

ScalePrecisionLengthTypeAPI Field NameField Label

datetimeLastLoginDateLast Login

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

datetimeLastPasswordChangeDateLast Password Change or Reset

40picklistLocaleSidKeyLocale

15referenceManagerIdManager ID

datetimeOfflineTrialExpirationDateOffline Edition Trial ExpirationDate

40phonePhonePhone

15referenceProfileIdProfile

15referenceUserRoleIdRole

512stringFederationIdentifierSAML Federation ID

datetimeOfflinePdaTrialExpirationDateSales Anywhere Trial ExpirationDate

20stringStateState/Province

255textareaStreetStreet

datetimeSystemModstampSystem Modstamp

40picklistTimeZoneSidKeyTime Zone

80stringTitleTitle

1024stringSmallPhotoUrlUrl for Thumbnail sized Photo

1024stringFullPhotoUrlUrl for full-sized Photo

15idIdUser ID

40picklistUserTypeUser Type

80stringUsernameUsername

20stringPostalCodeZip/Postal Code

67

User

Page 70: Sales Force Field Names Reference

UserProfileFeedRepresents a user profile feed, which tracks all actions by a user on records that can be tracked in a feed.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

booleanIsDeletedDeleted

15referenceFeedPostIdFeed Post

datetimeSystemModstampLast Feed Activity Date

15referenceParentIdParent ID

15referencePrimaryFeedItemIdPrimary Feed Item ID

15referencePrimaryFeedItemParentIdPrimary Feed Item Parent ID

15idIdUser Profile Feed Item Id

40picklistTypeUser Profile Feed Item Type

68

UserProfileFeed

Page 71: Sales Force Field Names Reference

UserRoleRepresents a user role in your organization.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistCaseAccessForAccountOwnerCase Access Level for AccountOwner

40picklistContactAccessForAccountOwnerContact Access Level forAccount Owner

80stringRollupDescriptionDescription

15referenceForecastUserIdForecast Manager

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

booleanMayForecastManagerShareMay Forecast Manager Share

40stringNameName

40picklistOpportunityAccessForAccountOwnerOpportunity Access Level forAccount Owner

15referenceParentRoleIdParent Role ID

15referencePortalAccountIdPartner Account

40picklistPortalTypePortal Type

15idIdRole ID

datetimeSystemModstampSystem Modstamp

15referencePortalAccountOwnerIdUser

69

UserRole

Page 72: Sales Force Field Names Reference

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 ID

datetimeSystemModstampSystem Modstamp

15idIdVote ID

40picklistTypeVote Type

70

Vote

Page 73: Sales Force Field Names Reference

WebLinkRepresents a custom link to a URL or Scontrol.

Fields

ScalePrecisionLengthTypeAPI Field NameField Label

40picklistOpenTypeBehavior

40picklistLinkTypeContent Source

15referenceCreatedByIdCreated By

datetimeCreatedDateCreated Date

15idIdCustom Link ID

15referenceScontrolIdCustom S-Control ID

1000textareaDescriptionDescription

40picklistDisplayTypeDisplay Type

09intHeightHeight (in pixels)

240stringMasterLabelLabel

15referenceLastModifiedByIdLast Modified By

datetimeLastModifiedDateLast Modified Date

40picklistEncodingKeyLink Encoding

240stringNameName

15stringNamespacePrefixNamespace Prefix

40picklistPageOrSobjectTypePage Or sObject Type Name

booleanIsProtectedProtected Component

booleanRequireRowSelectionRequire Row Selection

booleanIsResizableResizeable

booleanShowsLocationShow Address Bar

booleanHasMenubarShow Menu Bar

booleanHasScrollbarsShow Scrollbars

booleanShowsStatusShow Status Bar

booleanHasToolbarShow Toolbars

datetimeSystemModstampSystem Modstamp

1048576textareaUrlURL

09intWidthWidth (in pixels)

40picklistPositionWindow Position

71

WebLink