-
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
Cannot retrieve namespaced objects via wildcard #2875
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. |
Hey @jclark-dot-org, can you try using
If you run |
@iowillhoit Thanks, I can confirm that works. I've also confirmed that |
This issue has been linked to a new work item: W-15810307 |
Thanks @jclark-dot-org, I opened a ticket to mention this in the |
Summary
I need to retrieve Profiles with object settings (CRUD) for a number of namespaced (managed) managed objects. The docs for
project retrieve start
state,Wildcards ('*') supported as long as you use quotes, such as 'ApexClass:MyClass*'
, however, every attempt to fetch these objects using wildcard fails.Steps To Reproduce
This can be tested in any org with a managed packed installed; I am specifically trying work with Salesforce CPQ (namespace SBQQ).
(A) Try to retrieve profiles with all object settings:
(B) Try to specify the namespace:
Expected result
Metadata for all Objects (including Namespaced objects) are retrieved, and Profiles are retrieved with Object permissions.
Actual result
Only local namespace objects are retrieved.
In the case of Repro (B), a message is shown after the local objects are fetched:
System Information
SHELL: zsh (oh my zsh) on Mac OS Sonoma
SF CLI Version Info:
The text was updated successfully, but these errors were encountered: