Newer Version Available

This content describes an older version of this product. View Latest

SubscriberPackage

Represents an installable package (first- or second-generation) across all Salesforce instances. Available in API version 41.0 and later.

Supported SOAP Calls

describeSObjects(), query(), retrieve()

Supported REST HTTP Methods

GET, Query

Fields

Field Details
Description
Type
string
Properties
Nillable, Sort
Description
Description of the package.
IsPackageValid
Type
boolean
Properties
Defaulted on create, Group, Sort
Description
Indicates whether the package metadata is available consistently across all Salesforce instances. If this value is false, the package is unavailable for installation.
Name
Type
string
Properties
Group, idLookup, Sort
Description
Name of the package.
NamespacePrefix
Type
string
Properties
Group, idLookup, Nillable, Sort
Description
Namespace prefix that identifies the components of your package in the subscriber’s org.

Usage

Represents a package that can be installed. To query this object, include an ID (begins with 033) in your SOQL WHERE clause.