Hi, is it possible to lookup the type of a custom ...
# suitescript
d
Hi, is it possible to lookup the type of a custom transaction? What I would like to do is search.lookupFields({ id: id, type: ‘TRANSACTION’, { type: ‘some_field_indicating_type’ }). I have tried this using ‘type’ but that just yields custom.
b
try
recordtype
🙌 1
d
THANK YOU!