Hey yall - I’m trying to query a custom record and...
# suiteql
c
Hey yall - I’m trying to query a custom record and all of the fields are available except for two fields which are of type “Time Of Day” — has anyone else had issues accising this field type via suiteql / N/query module?
c
When you say they're unavailable, what do you mean?
c
I get the error “Unknown identifier ‘custrecord_htl_override_start_time’”
And when I do a select * on the table, those two columns are missing
a
Are they unstored values?
c
No they are checked “store value”
Copy code
<customrecordcustomfield scriptid="custrecord_htl_override_start_time">
    <accesslevel>2</accesslevel>
    <description></description>
    <displaytype>NORMAL</displaytype>
    <fieldtype>TIMEOFDAY</fieldtype>
    <label>Start Time</label>
    <showinlist>T</showinlist>
    <searchlevel>2</searchlevel>
    <storevalue>T</storevalue>
</customrecordcustomfield>
Field definition
c
@Cory Weiner Any luck?
I remember having some significant issues with time of day and query, but it was long enough ago that I've successfully blocked it from memory. I believe that, for that project, we ended up refactoring to use N/search
Found my contact with support - there's a defect filed for it, 608891