When using SuiteQL, does anyone know what the "`DF...
# suitescript
e
When using SuiteQL, does anyone know what the "`DF`" stands for in
BUILTIN.DF()
?
s
my opinion/guess is that stands for "Display Format"
since it reveals the text 'display' version of a field value rather than internal id
e
That works for my purpose of associating it correctly in my mind
t
In a SuiteAnalytics API presentation back in SuiteWorld 2019, "DF" was described as "display field." But I like "display format" better!
b
data function
s
yeah, I seem to recall 'display field' as well for some reason
any guesses for
CF
? I think in my head 'code format'
e
Per the documentation -
CF Sets the field usage context to CRITERIA
So maybe Criteria... something? I just dipped my toes into SuiteQL for the first time today so I have no idea what
<http://BUILTIN.CF|BUILTIN.CF>()
even does 🙂
s
Just read some of tim's blogs, it'll be clear how its useful.
e
Oh, I'm on it @Sandii Left Monitor - @tdietrich's SuiteQL Query Tool Right Monitor - @tdietrich's SuiteQL blog
s
yeah if the
C
in
CF
means 'criteria' no thanks - wouldn't be the first time NS docs don't make sense to me.