Questions tagged [beta-managed-package]
An early version of a managed package distributed to a sampling of your intended audience to test it.
95 questions
1 vote
1 answer
63 views
What’s the best approach for testing: Unlocked vs. Managed (Beta/Released) packages across environments?
I'm currently working with a Salesforce 2GP (Second-Generation Packaging) project and trying to decide the most effective packaging strategy across different environments. Our current pipeline ...
0 votes
1 answer
78 views
how to deactivate multiple Lightning Flows with clicks not code?
we have a package we need to remove and the package comes with a LOT of flows (20). Salesforce says we need to deactivate the flows prior to the uninstall operation. How do you uninstall multiple ...
1 vote
2 answers
2k views
Managed Package Upgrade Strategy for Beta Versions or Promote Version
I'm currently working on developing a managed package and have encountered challenges with the upgrade process for Beta versions. When attempting to install a Beta version of the managed package in an ...
0 votes
1 answer
332 views
How can you view details of a failed uninstall of a managed package?
I am trying to uninstall a first-generation managed package beta version, and am receiving an Uninstall Status "Uninstall Failed." Is there any way to view more details of why this is ...
1 vote
1 answer
622 views
"No package ID was found in Dev Hub for package ID: <ID>"
Getting "No package ID was found in Dev Hub for package ID: " When trying to execute. sfdx force:package:version:create -p "Alias" -d force-app --wait 10 --installationkeybypass -a ...
0 votes
1 answer
3k views
Error (1): The requested resource does not exist Faced, While creating 2nd generation Managed Package
I am trying to create a second generation beta managed package for learning purpose. Firstly I have created a namespace org where namespace is present. After that I have created a dev hub org in which ...
0 votes
0 answers
82 views
The Global class of a managed package(1GP) with a JsonAccess annotation does not display the subscriber organisation
The Global class of a managed package(1GP) with a JsonAccess annotation does not display the subscriber organisation. @JsonAccess(serializable='always' deserializable='always') global with sharing ...
0 votes
1 answer
302 views
Is there a way to promote a managed package from the CLI?
If I created a managed packaged (Beta) in a developer environment is there a way to promote this package to an Alpha? Use Case: We are experimenting with Package Extensions. However, if order to ...
0 votes
1 answer
420 views
Are "Modify Metadata Through Metadata API Functions" and "Customize Application" permissions packageable?
I created a beta package with the "Admin" permission set. In the packaging org the Permission Set has permissions Modify Metadata Through Metadata API Functions and Customize Application. ...
1 vote
1 answer
761 views
Getting error when creating 2gp package version
Getting following error Add components {Profile=[Admin]} back into the package version, and create the package version again. This is my current sfdx-project json of managed package : "...
0 votes
1 answer
179 views
How to optimize Managed Beta Package Testing process?
I have the following scenario: Every time before a release build, I've to test it in a Sandbox by installing a Managed Beta Package. After that, need to deploy some features[can't put them in the ...
4 votes
1 answer
247 views
Metadata that cannot be removed from a beta managed package
In the Consideration for Installed Flows documentation it states: You can’t delete flows from Managed - Beta package installations in development org This came as a big surprise to me, as I thought ...
4 votes
0 answers
166 views
Feature Management Testing for Beta Package
We have used feature management for one of the packages. We would like to test the beta package, but we can't see the option to set Feature Management parameters in License Management Org? When we try ...
1 vote
0 answers
93 views
Why test organizations furnished through the Environment Hub becomes suddenly considered as production?
I received an unexpected error Installation errors: 1) Package(0331n000000null) Unable to install beta package, Details: The package you attempted to install is a beta package, which you can only ...
3 votes
0 answers
203 views
Does the LMA not allow logging into subscribers of beta packages?
We have a beta package installed in a subscriber org. From the sub org we have granted login access to our company. But from the LMA, under Subscribers, under the sub org, under Login Access Granted ...