Options
All
  • Public
  • Public/Protected
  • All
Menu

A Salesforce Account 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.

AccountNumber

AccountNumber: null | string

AccountSource

AccountSource: null | string

AnnualRevenue

AnnualRevenue: null | number

BillingAddress

BillingAddress: null | SalesforceAddress

BillingCity

BillingCity: null | string

BillingCountry

BillingCountry: null | string

BillingGeocodeAccuracy

BillingGeocodeAccuracy: null | string

BillingLatitude

BillingLatitude: null | number

BillingLongitude

BillingLongitude: null | number

BillingPostalCode

BillingPostalCode: null | string

BillingState

BillingState: null | string

BillingStreet

BillingStreet: null | string

CleanStatus

CleanStatus: null | SalesforceCleanStatus

CreatedDate

CreatedDate: null | string

Description

Description: null | string

DunsNumber

DunsNumber: null | string

Fax

Fax: null | string

Id

Id: string

The ID of the Salesforce object.

Industry

Industry: null | string

IsDeleted

IsDeleted: boolean

Jigsaw

Jigsaw: null | string

LastActivityDate

LastActivityDate: null | string

LastReferencedDate

LastReferencedDate: null | string

LastViewedDate

LastViewedDate: null | string

MasterRecordId

MasterRecordId: null | string

NaicsCode

NaicsCode: null | string

NaicsDesc

NaicsDesc: null | string

Name

Name: string

NumberOfEmployees

NumberOfEmployees: null | number

OperatingHoursId

OperatingHoursId: null | string

OwnerId

OwnerId: string

Ownership

Ownership: string

ParentId

ParentId: null | string

Phone

Phone: string

PhotoUrl

PhotoUrl: null | string

Rating

Rating: string

ShippingAddress

ShippingAddress: null | SalesforceAddress

ShippingCity

ShippingCity: null | string

ShippingCountry

ShippingCountry: null | string

ShippingGeocodeAccuracy

ShippingGeocodeAccuracy: null | string

ShippingLatitude

ShippingLatitude: null | number

ShippingLongitude

ShippingLongitude: null | number

ShippingPostalCode

ShippingPostalCode: null | string

ShippingState

ShippingState: null | string

ShippingStreet

ShippingStreet: null | string

Sic

Sic: null | string

SicDesc

SicDesc: null | string

Site

Site: null | string

SystemModstamp

SystemModstamp: null | string

TickerSymbol

TickerSymbol: null | string

Tradestyle

Tradestyle: null | string

Type

Type: null | string

Website

Website: null | string

YearStarted

YearStarted: null | string

objectType

objectType: Account

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