How can I load a transaction without knowing it's ...
# suitescript
a
How can I load a transaction without knowing it's type? I tried
search.lookupfields
but it doesn't give me the proper value. For example fo item receipts it gives me "Item Receipt". I need "itemreceipt".
b
lookup the
recordtype
column
a
There we go.
Thanks.