No Results
Search Tips:
- Please consider misspellings
- Try different search keywords
Newer Version Available
Creating and Uploading Patches
To create a patch version:
- From Setup, click .
- Click the name of your managed package.
- Click the Patch Organization tab and then click New.
- Select the package version that you want to create a patch for in the Patching Major Release drop-down list. The release type must be Managed - Released.
- Enter a Username for a login to your patch organization.
- Enter an Email Address associated with your login.
- Click Save.
After you receive an email indicating Salesforce has created your patch development organization, you can click Login to begin developing your patch version.
Development in a patch development
organization is restricted. The following is a list of caveats:
- New package components can’t be added.
- Existing package components can’t be deleted.
- API and dynamic Apex access controls can’t change for the package.
- No deprecation of any Apex code.
- No new Apex class relationships, such as extends, can be added.
- No new Apex access modifiers, such as virtual or global, can be added.
- No new Web services can be added.
- No new feature dependencies can be added.
When you finish developing your patch, in your patch
development organization:
- Click and click the name of the package.
- On the Upload Package page, click Upload.
- Enter a Version Name. As a best practice, it's useful to have a short description and the date.
- Notice that the Version Number has had its patchNumber incremented.
- For managed packages, select a Release Type:
- Choose Managed - Released to upload an upgradeable version. After upload, some attributes of Salesforce components are locked.
- Choose Managed - Beta if you want to upload a version of your package to a small sampling of your audience for testing purposes. You'll still be able to change the components and upload additional beta versions.
- Change the Description, if necessary.
- Optionally, enter and confirm a password to share the package privately with anyone who has the password. Don't enter a password if you want to make the package available to anyone on AppExchange and share your package publicly.
- Salesforce automatically selects the requirements it finds. In addition, select any other required components from the Package Requirements and Object Requirements sections to notify installers of any requirements for this package.
- Click Upload.
To distribute your patch, you can either share the upload link, or schedule a push upgrade.