-
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
Getting error: "Error (1): No results to format" when trying to get the entity data #2800
Comments
Hello @rheacherian814 👋 It looks like you didn't include the full Salesforce CLI version information in your issue. A few more things to check:
Thank you! |
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. |
{ |
your type was included in SDR v10.7.0 (and a small fix about the suffix included in 10.7.1): The CLI needs to use that SDR version (or higher) to recognize the type in your project.
the The available nightly has SDR v10.7.0 but it may not work because of the suffix fix, maybe wait for tomorrow to get the new nightly and try again?: |
Updating the nightly worked for me -- thank you! |
https://confluence.internal.salesforce.com/display/PLATFORMDX/Adding+2GP+Managed+Packaging+metadata+channel+support
I'm following this doc to have my entity be supported for packaging, and I have registered the entity (AffinityScoreDefinition) to the CLI in this repo, but I'm still getting that error when I run these commands:
sfdx force:mdapi:convert -r -d force-app/
which I believe should have resolved once my metadatype was registered (https://github.com/forcedotcom/source-deploy-retrieve/blob/main/src/registry/metadataRegistry.json).
Can't find any information on slack about this, can anyone help?
The text was updated successfully, but these errors were encountered: