-
Notifications
You must be signed in to change notification settings - Fork 518
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
Custom Metadata query - Metadata Relationship fields not supported #208
Labels
Comments
@gribis or @wimvelzeboer -- can you provide a repro case (ideally a CMDT object definition and Selector class that reproduces this problem) ? |
repro steps:
|
is this fixed somehow? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When custom metadata tables include references to related metadata (e.g. Entity or Field Definitions), fflib_QueryFactory throws an exception.
The field definition for such a reference shows next to nothing of value; SoapType = String, isIdLookup = false, getRelationshipName = null.
Short of avoiding the selector/queryfactory constructs, what are some simple fixes to the above conundrum?
The text was updated successfully, but these errors were encountered: