Difference between revisions of "CONTACT"

From LongJump Support Wiki
imported>Aeric
imported>Aeric
Line 13: Line 13:
!Description
!Description
|-
|-
|record_id *||Number||Unique record identifier
|record_id *|| ||Number||Unique record identifier
|-
|-
|owner_id  *||String||Unique record owner identifier
|owner_id  *|| ||String||Unique record owner identifier
|-
|-
|date_modified  *||String||Date the record was last modified
|date_modified  *|| ||String||Date the record was last modified
|-
|-
|date_created  *||String||Date the record was created
|date_created  *|| ||String||Date the record was created
|-
|-
|created_id  *||String||Unique identifier of the the user who created the record
|created_id  *|| ||String||Unique identifier of the the user who created the record
|-
|-
|modified_id  *||String||Unique identifier of the user who last modified the record
|modified_id  *|| ||String||Unique identifier of the user who last modified the record
|-
|-
|assistant||String||Assistant to this Contact
|assistant|| ||String||Assistant to this Contact
|-
|-
|assistant_phone||Phone||Phone number of the assistant
|assistant_phone|| ||Phone||Phone number of the assistant
|-
|-
|birth_date||Date||Birth Date of the Contact
|birth_date|| ||Date||Birth Date of the Contact
|-
|-
|city||String||City part of the Contact's address
|city|| ||String||City part of the Contact's address
|-
|-
|country||String||Country part of the Contact's address
|country|| ||String||Country part of the Contact's address
|-
|-
|department||String||Department to which the Contact belongs
|department|| ||String||Department to which the Contact belongs
|-
|-
|description||String||Description about the Contact
|description||String||Description about the Contact
|-
|-
|do_not_call||Boolean||Do not call flag for the Contact
|do_not_call|| ||Boolean||Do not call flag for the Contact
|-
|-
|do_not_email||Boolean||Do not email flag for the Contact
|do_not_email|| ||Boolean||Do not email flag for the Contact
|-
|-
|do_not_fax||Boolean||Do not fax flag for the Contact
|do_not_fax|| ||Boolean||Do not fax flag for the Contact
|-
|-
|email||Email||Email Address of the Contact
|email|| ||Email||Email Address of the Contact
|-
|-
|fax||Phone||Fax number of the Contact
|fax|| ||Phone||Fax number of the Contact
|-
|-
|first_name||String||First name of the Contact
|first_name|| ||String||First name of the Contact
|-
|-
|flag_primary_contact||Boolean||Flag to specify that this Contact is the Primary Contact
|flag_primary_contact|| ||Boolean||Flag to specify that this Contact is the Primary Contact
|-
|-
|home_phone||Phone||Home Phone number of the Contact
|home_phone|| ||Phone||Home Phone number of the Contact
|-
|-
|{{Colorhighlight}}|''last_name''
|{{Colorhighlight}}|''last_name''
Line 60: Line 60:
|{{Colorhighlight}}|Last name of the Contact
|{{Colorhighlight}}|Last name of the Contact
|-
|-
|lead_source||String||Lead/Prospect source of the Contact
|lead_source|| ||String||Lead/Prospect source of the Contact
|-
|-
|mail_format_preference||Boolean||Flag to specify the Contact preference for text or HTML email; True indicates a preference for text email, false for HTML
|mail_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||Phone||Mobile Phone number of the Contact
|mobile_phone|| ||Phone||Mobile Phone number of the Contact
|-
|-
|other_phone||Phone||Other Phone number of the Contact
|other_phone|| ||Phone||Other Phone number of the Contact
|-
|-
|phone||Phone||Phone number of the Contact
|phone|| ||Phone||Phone number of the Contact
|-
|-
|related_to_type||String||The type of record this contact is related to: <tt>ACCOUNT</tt> or <tt>LEAD</tt>
|related_to_type|| ||String||The type of record this contact is related to: <tt>ACCOUNT</tt> or <tt>LEAD</tt>
|-
|-
|related_to_id||String||The record_id of the [[Account]] or [[Lead]] (Prospect) this contact is related to
|related_to_id|| ||String||The record_id of the [[Account]] or [[Lead]] (Prospect) this contact is related to
|-
|-
|reports_to|||String||ID of another Contact to which the Contact reports
|reports_to|| ||String||ID of another Contact to which the Contact reports
|-
|-
|salutation||String||Salutation
|salutation|| ||String||Salutation
|-
|-
|state||String||State part of the Contact's address
|state|| ||String||State part of the Contact's address
|-
|-
|street||String||Street part of the Contact's address
|street|| ||String||Street part of the Contact's address
|-
|-
|title||String||Title of the Contact
|title|| ||String||Title of the Contact
|-
|-
|zip||String||Zip code of the Contact
|zip|| ||String||Zip code of the Contact
|}
|}
<noinclude>
<noinclude>

Revision as of 18:45, 20 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

Template:ObjectattributeAPInote


Field Name REST Search Name Display Type Description
record_id * Number Unique record identifier
owner_id * String Unique record owner identifier
date_modified * String Date the record was last modified
date_created * String Date the record was created
created_id * String Unique identifier of the the user who created the record
modified_id * String Unique identifier of the user who last modified the record
assistant String Assistant to this Contact
assistant_phone Phone Phone number of the assistant
birth_date Date Birth Date of the Contact
city String City part of the Contact's address
country String Country part of the Contact's address
department String Department to which the Contact belongs
description String Description about the Contact
do_not_call Boolean Do not call flag for the Contact
do_not_email Boolean Do not email flag for the Contact
do_not_fax Boolean Do not fax flag for the Contact
email Email Email Address of the Contact
fax Phone Fax number of the Contact
first_name String First name of the Contact
flag_primary_contact Boolean Flag to specify that this Contact is the Primary Contact
home_phone Phone Home Phone number of the Contact
last_name . String Last name of the Contact
lead_source String Lead/Prospect source of the Contact
mail_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 Phone Mobile Phone number of the Contact
other_phone Phone Other Phone number of the Contact
phone Phone Phone number of the Contact
related_to_type String The type of record this contact is related to: ACCOUNT or LEAD
related_to_id String The record_id of the Account or Lead (Prospect) this contact is related to
reports_to String ID of another Contact to which the Contact reports
salutation String Salutation
state String State part of the Contact's address
street String Street part of the Contact's address
title String Title of the Contact
zip String Zip code of the Contact