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

NonReferenceFieldException throw when external object referencing a parent field via indirect lookup on a custom object. #498

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

cdelfattore
Copy link

@cdelfattore cdelfattore commented Oct 29, 2024

Describe the bug
I have a situation where I am querying an external object that has an indirect lookup field to a field on a custom object in Salesforce. The NonReferenceFieldException is thrown when trying to do so. I believe if the soap type of the field is a string and the display type is reference that this should capture this situation and it should be safe to use the selector pattern. Please advise if this solution makes sense.

To Reproduce
It will take some time to set up and environment with an external object that has a indirect lookup to a custom (non external) object.

Expected behavior
Expect the selector pattern to return fields via indirect lookup.

Version
This error is current happening as of 2024-10-29.


This change is Reviewable

…arent field via indirect lookup on a custom object.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant