Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.
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 |
|
| IsOrgDependent |
|
SubscriberPackageCspTrustedSites
Represents the list of new Trusted URLs that the user must authorize before installing the package version. Available in API version 41.0 and later. In API version 58.
| Field | Details |
|---|---|
| settings |
|
SubscriberPackageCspTrustedSite
Represents a new Trusted URLs (CspTrustedSite) 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'