How to get all values/information from a record?
# suitescript
s
How to get all values/information from a record?
j
I use this Lib, just pass the Type and the Internal id and returns all data
s
Thanks, amigo 😄
j
😉
s
If you know the record type, I just use NFT e.g.
new SalesOrder(1234)
- the instance is a standard TS/JS object with properties for header fields and dictionaries for sublist
😁 1
s
Thanks 😄