| Description |
- Type
- textarea
- Properties
- Create, Nillable
- Description
- A description of the package and what this version
contains.
|
| Errors |
- Type
- complexvalue
- Properties
- Nillable
- Description
- Errors that occurred during upload, if any.
|
| IsReleaseVersion |
- Type
- boolean
- Properties
- Create, Defaulted on create, Filter, Group, Sort
- Description
- For managed packages only. Indicates whether the managed
package is a released version (true) or a beta version
(false). The
default is false.
|
| MajorVersion |
- Type
- int
- Properties
- Create, Filter, Group, Nillable, Sort
- Description
- The first number in a package version number. A version
number either has an x.y format or an x.y.z format. The
x represents
the major version, y the minor version, and z the patch version.
(The patch version can’t be specified; it’s
automatically assigned when a managed beta is
uploaded.)
If
IsReleaseVersion is false,
MajorVersion is ignored. If
IsReleaseVersion is true, and a managed
beta is the latest uploaded version for the package,
the major version must match the major version of
the last uploaded beta.
|
| MetadataPackageId |
- Type
- reference
- Properties
- Create, Filter, Group, Sort
- Description
- The 18-character package ID, which starts with 033.
|
| MetadataPackageVersionId |
- Type
- reference
- Properties
- Filter, Group, Nillable, Sort
- Description
- The 18-character package version ID representing the
non-deprecated package you’re uploading.
|
| MinorVersion |
- Type
- int
- Properties
- Create, Filter, Group, Nillable, Sort
- Description
- The second number in a package version number. A version
number either has an x.y format or an x.y.z format. The
x represents
the major version, y the minor version, and z the patch version.
(The patch version can’t be specified; it’s
automatically assigned when a managed beta is
uploaded.)
If MinorVersion
isn’t specified, the default value is 1 more than
the minor version of the currently released package
(0 if not released).
If
IsReleaseVersion is false,
MinorVersion is ignored. If
IsReleaseVersion is true and a managed
beta is the latest uploaded version for the package,
the minor version must match the minor version of
the last uploaded beta.
|
| Password |
- Type
- string
- Properties
- Create, Filter, Group, Nillable, Sort
- Description
- An optional installation key for sharing the package
privately with anyone who has the password value. Don't
include the password if you want to make the package
available to anyone on AppExchange and share your
package publicly.
|
| PostInstallUrl |
- Type
- textarea
- Properties
- Create, Nillable
- Description
- The fully qualified URL of the post-installation
instructions. Instructions are shown as a link after
installation and are available from the package detail
view.
|
| ReleaseNotesUrl |
- Type
- textarea
- Properties
- Create, Nillable
- Description
- The fully qualified URL of the package release notes.
Release notes are shown as a link during the
installation process and are available from the package
detail view after installation.
|
| Status |
- Type
- picklist
- Properties
- Filter, Group, Nillable, Restricted picklist, Sort
- Description
- The status of the upload. Valid values are:
- Error
- In
Progress
- Queued
- Success
|
| VersionName |
- Type
- string
- Properties
- Create, Filter, Group, Sort
- Description
- Required. The name of the package version. Example:
Spring
2016.
|