-
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
sf cli not retrieving custommetadata records #2652
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. |
I'm not able to reproduce this following your steps. After I create the custom metadata type and record, then retrieve:
|
I would check the |
Oh thats a really good catch sorry my bad. Please close this ticket
…On Thu, Jan 18, 2024 at 12:48 PM Steve Hetzel ***@***.***> wrote:
I would check the .forceignore in your project to make sure there isn't
an entry that would cause CustomMetadata files to be ignored. E.g.,
intending to ignore markdown files with an entry of */*.md* or something
similar could match .../TestCMeta.TestCMetaRecord.md-meta.xml
—
Reply to this email directly, view it on GitHub
<#2652 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABOY7M4DIZBZ7IMPE6NEER3YPGDAXAVCNFSM6AAAAABB7ZMNIGVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOJZGE4DCMRUGY>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
|
Summary
Running
sf project retrieve start -m CustomMetadata -o <org>
does not retrieve any custom metadata recordSteps To Reproduce
sf project retrieve start -m CustomMetadata -o <org>
Expected result
Metadata will be retrieved, for existing metadata- it should go to the appropriate package directory, if not existing in another package directory, it goes to the default.
Actual result
System Information
Additional information
dev-debug-log.log
The text was updated successfully, but these errors were encountered: