-
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
decomposePermissionSetsBeta2 retrieves the right files but complains about metadata type inference #3166
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 @dschibster, I messed with for a while today and I am unable to get that same error. Could you please put together a simple Github repo with step-by-step commands to reproduce this issue? You could either start with Dreamhouse or with Thank you! |
@iowillhoit https://github.com/dschibster/permission-set-decomposition Here's a repo where I was able to reproduce the issue. This is what the Error looks like when directly executing the |
Hey @dschibster, thank you so much for the repro! I was able to see those same results. However after I got that error I looked at the repo and noticed that you are using |
Hi @iowillhoit, you are right, that issue was on me for not using the right To answer your question, the error does not persist in What I did:
DId I do something wrong, are the two betas looking completely different in terms of decomposition method? |
We are not planning on continuing development on the The The vote (and following conversations) decided that "focused decomposition" was the best route. Part of this focused decomp was that Object settings are stored in single files. |
Absolutely fair, and my bad for not noticing this earlier. Then I will say that this issue here is closed as I have been doing it wrong all along! |
Summary
When using
decomposePermissionSetsBeta2
and retrieving a Permission Set into a temp folder which already has existing permission Files in another project folder, the files get retrieved into the temp folder and CLI will throw an error about inability to infer a metadata type.Steps To Reproduce
Expected result
One of two options should occur:
Actual result
This is done via the VS Code Extension, but it also comes up when using
sf project retrieve
The text was updated successfully, but these errors were encountered: