-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue creating package version for packages containing fields for object owned by dependant package #1742
Comments
Thank you for filing this issue. We appreciate your feedback and will review the issue as soon as possible. Remember, however, that GitHub isn't a mechanism for receiving support under any agreement or SLA. If you require immediate assistance, contact Salesforce Customer Support. |
We are also experiencing this issue |
Same here. |
Same issue here. |
Thanks for posting. Does the same error happen when using the beta command? |
It worked with the beta command, and here is the output of
|
Facing the same issue. Any intention of having this fixed in 7.173.0? |
We solved it by changing from |
Note when using |
Also note, using I'm not talking about GitHub branches, but package branches. |
We are having the same issue too. Did anyone try with latest version (7.172.0)? |
Yes...
|
Same issue here |
This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted. |
Any updates regarding this? We are now currently running on 7.170 as this is the last version before the error occurred. |
We got this issue on Monday, we already tried to update to all versions possible, but still not working. |
hey @SRS-Dxtreme @dieffrei @arafesthain and any one else, it sounds like using the |
@WillieRuemmele yep you right but it has an other error (#1764) that prevent us to use it, so how should we proceed? |
We used the beta command for a few days and encountered another error where the packaged metadata was installed differently in a sandbox and production environment. In our case an Apex class was installed in sandbox with a correctly commented line of code whereas when the package version was promoted and installed in production, the very same code line was not commented out. |
This issue has not received a response in 7 days. It will auto-close in 7 days unless a response is posted. |
We still get issues with latest CLI. |
@WillieRuemmele beta package command did not solve our error. We still get the same error that we get in normal package create command. |
This issue has been linked to a new work item: W-12034397 |
Version 7.179.0 is working for me. |
Thanks for letting us know @6ithu8u53r. |
Summary
Yesterday we encountered and error when versioning one of our packages:
This seems to include both custom objects and custom settings with the same package dependency structure.
Steps To Reproduce:
Expected result
A new version of package B should be created containing the new fields.
Actual result
Encountered error as described above ☝️
The text was updated successfully, but these errors were encountered: