-
Notifications
You must be signed in to change notification settings - Fork 75
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
[BUG] - Support SELECT all FROM Product2 #938
Comments
Hello, @PotSeht Thank you for your feature request. Cheers |
Hello |
Hello - I marked it as this as I wasnt sure whether it was truly a bug or not. I have renamed. Thank you |
Hey |
This case has been marked as 'to-be-closed', since it has no activity for the 3 days. |
This case has been closed, since it has no activity for the last 6 days. Feel free to reopen it, if you need more help. |
Hi @hknokh
I am trying to migrate Product2 records from sandbox to sandbox, and am hitting the below error. The field is fine from an FLS perspective.
[12:13:36.877] [ERROR] Error during execution of the command: Recommended_Retail_Price__c, ExternalDataSource.DeveloperName ^ ERROR at Row:1:Column:3200 Didn't understand relationship 'ExternalDataSource' in field path. If you are attempting to use a custom relationship, be sure to append the '__r' after the custom relationship name. Please reference your WSDL or the describe call for the appropriate names.. [12:13:36.879] [ERROR] Execution of the command sfdmu:run has been completed. Exit code 4 (COMMAND_EXECUTION_ERROR).
I have tried using ScriptObject's
excludedFields
, targetting bothExternalDataSource
andExternalDataSource.DeveloperName
, to no avail. The documentation for externalFields states fields specified here are excluded from the SOQL query, perhaps this is not entirely true, or possibly some kind of bug?My Export JSON looks like this:
Whilst I have a workaround, explicitly stating each and every field on Product2 which can be tedious. It would be great to investigate if this is something that could be easily rectified.
Thank you very much
The text was updated successfully, but these errors were encountered: