How do I get the record type from a `N/query` quer...
# suitescript
d
How do I get the record type from a
N/query
query so that I can
record.load(…)
the record? (for searches I use
search.Result
object's
recordType
property)
b
no equivalent
have to use one of the columns to convert to the record type you want
d
thanks battk