-
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 find members of StandardValueSet by "sfdx force:source:manifest:create" #1877
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. |
Hi @takahitomiyamoto - I used the dreamhouse project, and then created a manifest with that command. I see
in the manifest. I would check your |
@WillieRuemmele Thanks, but my
Are you using a developer edition org or a sandbox org ? |
Hi @takahitomiyamoto - I was using a scratch org for this, I'll spin up a sandbox and test... Did this start happening after a specific release? |
This issue has been linked to a new work item: W-12402176 |
UPDATE: This is fixed in the current CLI release candidate, v7.186.0 which will be promoted in a week. |
The fix is now in the current production CLI, v7.186.2. |
Summary
In order to create a package.xml automatically, I ran the command
sfdx force:source:manifest:create --apiversion 56.0 --fromorg demo -o manifest -t package
. When I checked the package.xml, I cannot find the tag<name>StandardValueSet</name>
.Steps To Reproduce:
Expected result
I can find the tag
<name>StandardValueSet</name>
in themanifest/package.xml
.Actual result
I cannot find the tag
<name>StandardValueSet</name>
in themanifest/package.xml
.System Information
PowerShell 7.3.1
sfdx
sfdx version --verbose --json
Additional information
By the way, when I use Org Browser in VS Code for the same sandbox, I can find the members of StandardValueSet.
The text was updated successfully, but these errors were encountered: