Questions tagged [package-install]
The package-install tag has no summary.
169 questions
2 votes
1 answer
37 views
Package Install Failed with Gack Id 488204747-42650 (-976444387)
While running sf package install command, it failed with a gack Id Your requested install failed. Please try this again. None of the data or setup information in your salesforce.com organization ...
0 votes
0 answers
40 views
Managed Package upgrade fails with "PermissionSet Permission Read [CHILD OBJECT] depends on permission(s): [DELETED PARENT]
We have a first-generation managed package. In the latest version, we have removed a master-detail relationship field on a detail object (DetailObject__c.MasterObject_Id__c field) and have also ...
0 votes
1 answer
33 views
Managed package install fails: “Enable Email-to-Case” — what causes this?
I’m trying to install a managed package into a Salesforce sandbox, but the installation fails with an error message saying that Email-to-Case must be enabled before installation. The issue is: I don’t ...
4 votes
2 answers
332 views
Prepare for Connected App Usage Restrictions - connected app is not packaged yet, adding causes duplicates
Salesforce is going to rollout this security change: https://help.salesforce.com/s/articleView?id=005132365&type=1&utm_source=techcomms&utm_medium=email&utm_campaign=FY26_Core_4013001 ...
1 vote
1 answer
88 views
Error installing beta package with custom Feature Parameter
I’m working with Salesforce Feature Management and I need help troubleshooting an issue with custom feature parameters in an beta package. What I did: I created a custom feature parameter in my force-...
2 votes
0 answers
132 views
Why does "No such column 'InformalName' on entity 'Account'" error occur after package install, but not during direct metadata deployment?
I'm encountering an unexpected issue related to the InformalName field on the Account object after installing a unlocked package. 🔍 Scenario: In my Salesforce org, the following are disabled under ...
2 votes
1 answer
215 views
LWC targetConfig packaging successfully but failing install in subscriber org
I have a managed package with an LWC. I am updating this LWC's target config to go from only being used on lightning__Tab to being used on lightning__Tab and lightning__RecordPage. We have done this ...
-1 votes
1 answer
143 views
An unexpected error occurred. Please include this ErrorId if you contact support: 642480039-664660 (733720480)
url = f"{instance_url}/services/data/{version}/tooling/query" params = { "q": "SELECT Id, SubscriberPackageId, SubscriberPackage.NamespacePrefix, SubscriberPackage....
0 votes
2 answers
278 views
Not able to uninstall package
I'am not able to uninstall a managed package from an org. I am getting the following messages : I have already checked with the button "where is this used?" and tried with VS Code by ...
0 votes
0 answers
119 views
Missing Flow Reports Analytics package?
I'm beginner with SF flows, and I'd like to be able to view some information on current/past executions. After exploring a bit, I've found this page: https://help.salesforce.com/s/articleView?id=sf....
2 votes
1 answer
130 views
Prevent push upgrades (auto and manual) entirely for versions lower than Y.0
I have seen this question, but it only prevents pushing orgs to the newer version from packaging org. I am interested in solution (if exists) that prevents the user entirely from upgrading from ...
0 votes
0 answers
34 views
Stuck trying to install self made managed package after successfully creating it
I've successfully created a managed package: Name Value ───────────────────────────── ────────────...
2 votes
1 answer
95 views
What is the reason of strange gack id on package installation 831240957-607296 (-1244016517)
During our CI/CD Development pipeline one particular error is reoccuring every time pipeline is invoked Install failed, Details: Your requested install failed. Please try this again. None of the data ...
1 vote
1 answer
60 views
Clarification on Editable Properties and Package Upgrade Behavior
I have a question regarding editable properties after package promotion or installation, specifically for scenarios where both the subscriber and the package developer can edit component properties. ...
1 vote
1 answer
101 views
Modify/Alter Namespaced Unlocked Package data and metadata
What I am facing is that, I have an Unlocked Package without a namespace and I am able to alter/modify in that package, but in another package which is namespaced I am not being able to make any ...