DatacloudCompany

Represents the fields for Data.com company records. This object is available in API version 30.0 or later.

Supported Calls

describeLayout()describeSObjects()query()

Fields

Field Name Details
ActiveContacts
Type
int
Properties
Nillable
Description

The number of active contacts that are associated with a company.

AnnualRevenue
Type
currency
Properties
Filter, Nillable
Description

The amount of money that the company makes in 1 year. Annual revenue is measured in US dollars.

City
Type
string
Properties
Filter, Nillable, Sort
Description

The name of the city where the company is located.

CompanyId
Type
string
Properties
Filter, Nillable
Description

A unique numerical identifier for the company and theData.com identifier for a company.

Country
Type
string
Properties
Filter, Nillable, Sort
Description

A string that represents the standard abbreviation for the country where the company is located.

CountryCode
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist
Description

A standardized name for countries of the world.

Description
Type
string
Properties
Nillable
Description

A brief synopsis of the company that provides a general overview of the company and what it does.

DunsNumber
Type
string
Properties
Filter, Nillable
Description

A randomly generated nine-digit number that’s assigned by Dun & Bradstreet (D&B) to identify unique business establishments.

EmployeeQuantityGrowthRate
Type
double
Properties
Nillable
Description
The yearly growth rate of the number of employees in a company expressed as a decimal percentage. The data includes the total employee growth rate for the past two years.
ExternalId
Type
string
Properties
Filter, Nillable, Sort
Description

A unique numerical identifier for the company. The ExternalId is a system-generated number.

Fax
Type
phone
Properties
Nillable
Description

The telephone number that’s used to send and receive faxes.

FortuneRank
Type
int
Properties
Defaulted on create, Group, Nillable
Description
The numeric value of the company’s Fortune 1000 ranking. A null or blank value means that the company isn’t ranked as a Fortune 1000 company.
FullAddress
Type
string
Properties
Group, Nillable
Description
The complete address of a company, including Street, City, State, and Zip.
IncludedInSnP500
Type
string
Properties
Group, Nillable
Description
A true or false value. If true, the company is listed in the S&P 500 Index. If false, the company isn’t listed in the S&P 500 Index.
Industry
Type
string
Properties
Nillable
Description
A description of the type of industry such as Telecommunications, Agriculture, or Electronics.
IsInCrm
Type
boolean
Properties
Defaulted on create, Group
Description

Whether the record is in Salesforce (true) or not (false).

IsInactive
Type
boolean
Properties
Defaulted on create, Filter
Description

A true or false response. True, the company record is not active. False, the company record is active.

IsOwned
Type
boolean
Properties
Defaulted on create
Description

A true or false value. True, your organization owns the record. False, your organization doesn’t own the record.

NaicsCode
Type
string
Properties
Filter, Nillable
Description

A value that represents the North American Industry Classification System (NAICS) code. NAICS was created to provide details about a business’s service orientation. The code descriptions are focused on what a business does.

NaicsDesc
Type
string
Properties
Nillable
Description

A description of the NAICS classification.

Name
Type
string
Properties
Filter, Nillable, Sort
Description

The company’s name.

NumberOfEmployees
Type
int
Properties
Filter, Nillable
Description

The number of employees working for the company.

Ownership
Type
string
Properties
Filter, Nillable
Description
The type of ownership of the company:
  • Public
  • Private
  • Government
  • Other
Phone
Type
phone
Properties
Nillable
Description

A numeric string containing the primary telephone number for the company.

PremisesMeasure
Type
int
Properties
Group, Nillable
Description
A numeric value for the measurement of the premises.
PremisesMeasureReliability
Type
string
Properties
Group, Nillable
Description
A descriptive accuracy of the measurement such as actual, estimated, or modeled.
PremisesMeasureUnit
Type
string
Properties
Group, Nillable
Description
A descriptive measurement unit such as acres, square meters, or square feet.
PriorYearEmployees
Type
int
Properties
Group, Nillable
Description

The total number of employees for the prior year.

PriorYearRevenue
Type
double
Properties
Nillable
Description

The annual revenue for the prior year.

SalesTurnoverGrowthRate
Type
double
Properties
Nillable
Description
The increase in annual revenue from the previous value for an equivalent period expressed as a decimal percentage.
Sic
Type
string
Properties
Filter, Nillable
Description

A numeric value that represents the Standard Industrial Codes (SIC). SIC is a numbering convention that indicates what type of service a business provides. It is a four-digit value.

SicCodeDesc
Type
string
Properties
Group, Nillable
Description
The SIC numeric code and descsciption for a company.
SicDesc
Type
string
Properties
Nillable
Description

A description of the SIC classification.

Site
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist
Description
An organizational status of the company.
  • Branch: a secondary location to a headquarter location
  • Headquarter: a parent company with branches or subsidiaries
  • Single Location: a single business with no subsidiaries or branches
State
Type
string
Properties
Filter, Nillable, Sort
Description

The two-letter standard abbreviation for a state.

StateCode
Type
picklist
Properties
Filter, Group, Nillable, Restricted picklist
Description

A standard two-letter abbreviation for states and territories of the United States. The state where the company is located. The abbreviation can also be a province or other equivalent to a state, depending on the country where the company is located.

Street
Type
string
Properties
Nillable
Description

A postal address for the company.

TickerSymbol
Type
string
Properties
Nillable
Description

The symbol that uniquely identifies companies that are traded on public stock exchanges.

TradeStyle
Type
string
Properties
Nillable
Description

A legal name under which a company conducts business.

UpdatedDate
Type
dateTime
Properties
Nillable, Sort
Description

The last date and time when the information for this company was updated.

Website
Type
url
Properties
Nillable
Description

The standard URL for the company’s home page.

YearStarted
Type
string
Properties
Nillable
Description

The year when the company was founded.

Zip
Type
string
Properties
Filter, Nillable
Description

A numeric postal code that’s designated for the address.

Usage

Use the DatacloudCompany object to search the Data.com database for companies with the specific criteria that you enter. Use this object to find company records that you are interested in purchasing for your organization. Data.com APIs use the term “company,” which is similar to Salesforce term “accounts.”

Important

Important

DatacloudCompany can’t be used in Apex test methods, because an external web service call is required to access it. These calls are not allowed in Apex test methods.