Skip to content
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

creating an object in the UI, then changing the startsWith property in the UI, and then pulling, causes an unsolvable tracking issue #3069

Open
defabien opened this issue Oct 18, 2024 · 4 comments
Labels
investigating We're actively investigating this issue validated Version information for this issue has been validated

Comments

@defabien
Copy link

Summary

creating an object in the UI, then changing the startsWith property in the UI, and then pulling, causes an unsolvable tracking issue

unpackaged/package.xml Entity of type 'CustomObject' named 'Invoice' cannot be found

so instead of it trying to pull 'Invoice__c', it tries to pull 'Invoice' and keeps failing

Steps To Reproduce

  • create object Invoice__c in the salesforce UI
  • change startsWith Invoice__c property in the salesforce UI (IMPORTANT: don't retrieve up until here)
  • retrieve via sf cli
  • get unpackaged/package.xml Entity of type 'CustomObject' named 'Invoice' cannot be found

Expected result

no 'unpackaged/package.xml Entity of type 'CustomObject' named 'Invoice' cannot be found' error

Actual result

'unpackaged/package.xml Entity of type 'CustomObject' named 'Invoice' cannot be found' error

System Information

{
"architecture": "darwin-arm64",
"cliVersion": "@salesforce/cli/2.62.6",
"nodeVersion": "node-v20.17.0",
"osVersion": "Darwin 23.4.0",
"rootPath": "/Users/fabien/.local/share/sf/client/2.62.6-7a5c386",
"shell": "zsh",
"pluginVersions": [
"@oclif/plugin-autocomplete 3.2.5 (core)",
"@oclif/plugin-commands 4.1.3 (core)",
"@oclif/plugin-help 6.2.14 (core)",
"@oclif/plugin-not-found 3.2.22 (core)",
"@oclif/plugin-plugins 5.4.14 (core)",
"@oclif/plugin-search 1.2.11 (core)",
"@oclif/plugin-update 4.6.3 (core)",
"@oclif/plugin-version 2.2.14 (core)",
"@oclif/plugin-warn-if-update-available 3.1.18 (core)",
"@oclif/plugin-which 3.2.15 (core)",
"@salesforce/cli 2.62.6 (core)",
"apex 3.5.1 (core)",
"api 1.3.1 (core)",
"auth 3.6.65 (core)",
"data 3.7.0 (core)",
"deploy-retrieve 3.12.17 (core)",
"info 3.4.9 (core)",
"limits 3.3.32 (core)",
"marketplace 1.2.26 (core)",
"org 4.6.0 (core)",
"packaging 2.8.11 (core)",
"schema 3.3.34 (core)",
"settings 2.3.23 (core)",
"signups 2.5.21 (user) published 13 days ago (Sat Oct 05 2024) (latest is 2.5.23)",
"sobject 1.4.41 (core)",
"source 3.5.21 (core)",
"telemetry 3.6.15 (core)",
"templates 56.3.22 (core)",
"trust 3.7.33 (core)",
"user 3.5.32 (core)"
]
}

@defabien defabien added the investigating We're actively investigating this issue label Oct 18, 2024
@github-actions github-actions bot added the validated Version information for this issue has been validated label Oct 18, 2024
Copy link

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.

@iowillhoit
Copy link
Contributor

Hey @defabien I am not seeing this issue. I am also using version 2.62.6. What is the exact command you are using to retrieve? Are you able to replicate this with a copy of Dreamhouse?

Screen.Recording.2024-10-18.at.3.10.12.PM.mov

@defabien
Copy link
Author

defabien commented Oct 24, 2024

Hi @iowillhoit,

The command I am using is

sf project retrieve start -o spr-so-dev -c

@defabien
Copy link
Author

@iowillhoit I will try to make a screencapture like you did!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
investigating We're actively investigating this issue validated Version information for this issue has been validated
Projects
None yet
Development

No branches or pull requests

2 participants