<@U3Y7UJ1C0> i always just look it up with `lookup...
# suitescript
m
@mg2017 i always just look it up with
lookupfields
when necessary.
Copy code
search.lookupFields({type: search.Type.TRANSACTION, id: 7604550, columns: ['recordtype']})
Object { recordtype: "salesorder" }
m
Thanks @mtsb I'll give that a go