You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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
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).
The text was updated successfully, but these errors were encountered: