Anyone had an issue where `BUILTIN.DF` just doesn’...
# suiteql
j
Anyone had an issue where
BUILTIN.DF
just doesn’t return the name of the thing, and stubbornly returns the id instead?
for context, it’s a custom field on a custom record. The custom field is a List/Record field of another type of Custom Record.
s
If it's buggy, you could always do a LEFT JOIN instead
j
I know there are other ways to get the display name of something. I’m asking if others have experienced failures of
BUILTIN.DF