Difference between revisions of "CONTACT"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 92: Line 92:
!Description
!Description
|-
|-
| CONTACTNAME ||String || Primary contact's email address.
| CONTACTNAME ||String || Contact name, as stored in the related ACCOUNT record.
|-
| FAX || String || Primary contact's FAX number.
|-
| MOBILE_PHONE ||String || Primary contact's cell phone.
|-
| PRIMARY_CONTACT ||String || Primary contact's user ID.
|-
| PRIMARY_CONTACT_PHONE NUMBER ||String || Primary contact's main number.
|-
| TITLE || String || Primary contact's title
|-
|-
| record_locator || String || The concatenation of [[Record_Locator#Record_Identifier_Fields|record identifier fields]] specified in the object's [[Record Locator]] tab.
| record_locator || String || The concatenation of [[Record_Locator#Record_Identifier_Fields|record identifier fields]] specified in the object's [[Record Locator]] tab.

Revision as of 21:36, 21 September 2011

Object ID
CONTACT

Available Fields

  • Required Fields are highlighted, in italics
This state describes the default field property in a new instance of the platform. Users with appropriate Data Access Permissions can change field properties without notice.
  • Additional fields may be returned. Such fields are generally intended for internal use, or for backward compatibility. Common fields intended for internal use include:
  • CALL_ACTION
  • VIEW_ACTION
Field Name REST Search Name Display Type Description
record_id * id Number Unique record identifier
owner_id * OWNERID String Unique record owner identifier
owner_team_id * OWNER_TEAM_ID String Unique identifier of record owner's team
date_modified * DATEMODIFIED String Date the record was last modified
date_created * DATECREATED String Date the record was created
created_id * CREATEDID String Unique identifier of the the user who created the record
modified_id * MODIFIEDID String Unique identifier of the user who last modified the record
description DESCRIPTION text Description
assistant ASSISTANT String Assistant to this Contact
assistant_phone ASSISTANTPHONE Phone Phone number of the assistant
birth_date BIRTHDATE Date Birth Date of the Contact
city CITY String City part of the Contact's address
country COUNTRY String Country part of the Contact's address
department DEPARTMENT String Department to which the Contact belongs
do_not_call DO_NOT_CALL Boolean Do not call flag for the Contact
do_not_email DO_NOT_SPAM Boolean Do not email flag for the Contact
do_not_fax DO_NOT_FAX Boolean Do not fax flag for the Contact
email EMAIL Email Email Address of the Contact
fax FAX Phone Fax number of the Contact
first_name FIRSTNAME String First name of the Contact
flag_primary_contact IS_PRIMARY_CONTACT Boolean Flag to specify that this Contact is the Primary Contact
home_phone HOMEPHONE Phone Home Phone number of the Contact
last_name LASTNAME String Last name of the Contact
mail_format_preference FORMAT_PREFERENCE Boolean Flag to specify the Contact preference for text or HTML email; True indicates a preference for text email, false for HTML
mobile_phone MOBILEPHONE Phone Mobile Phone number of the Contact
other_phone OTHERPHONE Phone Other Phone number of the Contact
phone PHONE Phone Phone number of the Contact
related_to_type RELATED_TO_TYPE String The type of record this contact is related to: ACCOUNT or LEAD
related_to_id RELATED_TO_ID String The record_id of the Account or Lead (Prospect) this contact is related to
reports_to n/a String ID of another Contact to which the Contact reports.
Note:This is a lookup field. Lookup fields are not available in the REST API.
salutation SALUTATION String Salutation
state STATE String State part of the Contact's address
street STREET String Street part of the Contact's address
title TITLE String Title of the Contact
zip ZIP String Zip code of the Contact


A REST search returns these fields, as well. (They can't be specified when adding or updating a record, but they can be seen when searching.)
REST Search Name Display Type Description
CONTACTNAME String Contact name, as stored in the related ACCOUNT record.
record_locator String The concatenation of record identifier fields specified in the object's Record Locator tab.