Options
All
  • Public
  • Public/Protected
  • All
Menu

A Salesforce Contact object.

Note: Field names provided match those present in a default Salesforce org.

Hierarchy

Index

Properties

AbsolutePhotoUrl

AbsolutePhotoUrl: null | string

Absolute URL to photo image.

AccountId

AccountId: null | string

AssistantName

AssistantName: null | string

AssistantPhone

AssistantPhone: null | string

Birthdate

Birthdate: null | string

CleanStatus

CleanStatus: null | SalesforceCleanStatus

Department

Department: null | string

Description

Description: null | string

Email

Email: null | string

EmailBouncedDate

EmailBouncedDate: null | string

EmailBouncedReason

EmailBouncedReason: null | string

Fax

Fax: null | string

FirstName

FirstName: string

HomePhone

HomePhone: null | string

Id

Id: string

The ID of the Salesforce object.

IndividualId

IndividualId: null | string

IsDeleted

IsDeleted: boolean

IsEmailBounced

IsEmailBounced: boolean

Jigsaw

Jigsaw: string

LastActivityDate

LastActivityDate: null | string

LastName

LastName: string

LastReferencedDate

LastReferencedDate: null | string

LastViewedDate

LastViewedDate: null | string

LeadSource

LeadSource: null | string

MailingAddress

MailingAddress: null | SalesforceAddress

MailingCity

MailingCity: null | string

MailingCountry

MailingCountry: null | string

MailingGeocodeAccuracy

MailingGeocodeAccuracy: null | string

MailingLatitude

MailingLatitude: null | number

MailingLongitude

MailingLongitude: null | number

MailingPostalCode

MailingPostalCode: null | string

MailingState

MailingState: null | string

MailingStreet

MailingStreet: null | string

MasterRecordId

MasterRecordId: null | string

MobilePhone

MobilePhone: null | string

Name

Name: string

OtherAddress

OtherAddress: null | SalesforceAddress

OtherCity

OtherCity: null | string

OtherCountry

OtherCountry: null | string

OtherGeocodeAccuracy

OtherGeocodeAccuracy: null | string

OtherLatitude

OtherLatitude: null | number

OtherLongitude

OtherLongitude: null | number

OtherPhone

OtherPhone: null | string

OtherPostalCode

OtherPostalCode: null | string

OtherState

OtherState: null | string

OtherStreet

OtherStreet: null | string

OwnerId

OwnerId: string

Phone

Phone: null | string

PhotoUrl

PhotoUrl: null | string

ReportsToId

ReportsToId: null | string

Salutation

Salutation: string

Title

Title: null | string

objectType

objectType: Contact

The type of the Salesforce object.

objectUrl

objectUrl: string

Absolute URL for the object’s Salesforce layout page.

Methods

getRelatedOpportunities

  • Gets all related Opportunity objects.

    Returns Promise<SalesforceOpportunity[]>

    A promise resolving to an array of related Opportunities, ordered by last updated date.

getRelatedTasks

  • Gets all related Task objects.

    Returns Promise<SalesforceTask[]>

    A promise resolving to an array of related Tasks, ordered by last updated date.

Generated using TypeDoc