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

[BUG]-related lookups from managed packages will sometimes have the first letter of their field name overwritten #680

Closed
SnowBirdMV opened this issue Jan 18, 2024 · 3 comments
Assignees
Labels
bug Something isn't working, looks like a bug completed The issue was successfully resolved/Feature is completed

Comments

@SnowBirdMV
Copy link

SnowBirdMV commented Jan 18, 2024

When pulling down a lookup field from a managed package that begins with the letter 'c' the plugin will incorrectly replace it with the letter 'r'

To Reproduce
Have a managed package with a field on an object beginning with 'c' IE 'managedPackage__objectname.contact__c' then add that object/field to the export.json and attempt to pull the data down to a csv

Expected behavior
the related object to have a proper lookup and not have the first letter overwritten by 'r'

Log file
[14:36:49.890] [ERROR] Error during execution of the command: InForceEW__billtocontactid__r.Name, InForceEW__rontact__c.Name, InForceEW__paymenttermid__r.Name ^ ERROR at Row:1:Column:4801 Didn't understand relationship 'InForceEW__rontact__c' 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.. [14:36:49.899] [ERROR] Execution of the command sfdmu:run has been completed. Exit code 4 (COMMAND_EXECUTION_ERROR).

@SnowBirdMV SnowBirdMV added the bug Something isn't working, looks like a bug label Jan 18, 2024
@hknokh2
Copy link
Contributor

hknokh2 commented Jan 18, 2024

Hello,
Thank you for reaching out to me.
I will take a look at your case and let you know if there are any updates.
Cheers.

@hknokh hknokh added the in-progress Issue is currently in the resolution progress label Jan 21, 2024
@hknokh hknokh closed this as completed in c6a7a5d Mar 11, 2024
@hknokh
Copy link
Collaborator

hknokh commented Mar 11, 2024

Hello
The issue has been fixed
Regards

@hknokh hknokh added completed The issue was successfully resolved/Feature is completed and removed in-progress Issue is currently in the resolution progress labels Mar 11, 2024
@hknokh hknokh reopened this Mar 11, 2024
@hknokh
Copy link
Collaborator

hknokh commented Mar 11, 2024

Hello.

I hope the issue has been resolved for you. I'm closing it for now. Please let me know if you have any further questions or the bug is still here.

Regards.

@hknokh hknokh closed this as completed Mar 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working, looks like a bug completed The issue was successfully resolved/Feature is completed
Projects
None yet
Development

No branches or pull requests

3 participants