Newer Version Available
SubscriberPackageVersion
Supported SOAP Calls
describeSObjects(), query(), retrieve()
Supported REST HTTP Methods
GET, Query
Fields
| Field | Details |
|---|---|
| AppExchangeDescription |
|
| AppExchangeLogoUrl |
|
| AppExchangePackageName |
|
| AppExchangePublisherName |
|
| BuildNumber |
|
| CspTrustedSites |
|
| Dependencies |
|
| Description |
|
| InstallationKey |
|
| InstallValidationStatus |
|
| IsBeta |
|
| IsDeprecated |
|
| IsManaged |
|
| IsPasswordProtected |
|
| IsSecurityReviewed |
|
| MajorVersion |
|
| MinorVersion |
|
| Name |
|
| Package2ContainerOptions |
|
| PatchVersion |
|
| PostInstallUrl |
|
| Profiles |
|
| PublisherName |
|
| ReleaseNotesUrl |
|
| ReleaseState |
|
| RemoteSiteSettings |
|
| SubscriberPackageId |
|
SubscriberPackageCspTrustedSites
Represents the list of new Content Security Policy (CSP) Trusted Sites that the user must authorize before installing the package version. Available in API version 41.0 and later.
| Field | Details |
|---|---|
| settings |
|
SubscriberPackageCspTrustedSite
Represents a new Content Security Policy (CSP) Trusted Sites that the user must authorize before installing the package version. Available in API version 41.0 and later.
| Field | Details |
|---|---|
| endpointUrl |
|
SubscriberPackageDependencies
Represents a list of subscriber package version IDs that a subscriber package version depends on. Available in API version 44.0 and later.
| Field | Details |
|---|---|
| ids |
|
SubscriberPackageProfiles
Represents a mapping between the profiles contained in the package and the profiles that are applied in the target subscriber org. Available in API version 41.0 and later.
| Field | Details |
|---|---|
| destinationProfiles |
|
| sourceProfiles |
|
SubscriberPackageDestinationProfile
Represents the profile that an administrator applies when installing the package in a target subscriber org. Available in API version 41.0 and later.
| Field | Details |
|---|---|
| description |
|
| displayName |
|
| name |
|
| noAccess |
|
| profileId |
|
| type |
|
SubscriberPackageSourceProfile
Represents a profile contained in the package to be installed. Available in API version 41.0 and later.
| Field | Details |
|---|---|
| label |
|
| value |
|
SubscriberPackageRemoteSiteSettings
Represents a list of Remote Site Settings (RSS) that have been added to the package since the last version. Available in API version 41.0 and later.
| Field | Details |
|---|---|
| settings |
|
SubscriberPackageRemoteSiteSetting
Defines a URL to an external service. The administrator of the subscriber org must authorize access to these services. Available in API version 41.0 and later.
| Field | Details |
|---|---|
| secure |
|
| url |
|
Usage
Represents a version of an installable package. To query this object, include an ID (begins with 04t) in your SOQL WHERE clause.
1SELECT Dependencies FROM SubscriberPackageVersion
2 WHERE ID = '04txxxxxxxxxxxx'1SELECT Dependencies FROM SubscriberPackageVersion
2 WHERE ID = '04txxxxxxxxxxxx' AND InstallationKey='password123'1SELECT Dependencies FROM SubscriberPackageVersion
2 WHERE ID = '04txxxxxxxxxxxx'1SELECT Dependencies FROM SubscriberPackageVersion
2 WHERE ID = '04txxxxxxxxxxxx' AND InstallationKey='password123'