This message was deleted.
# suitescript
s
This message was deleted.
b
The method that requires the least amount of code is to inspect the subrecord in the suitescript debugger
You can write your own code to inspect it if you know that records (and subrecords) can be converted to Objects via its .toJSON method. You can then pick and use your favored method of viewing a javacript object. I personally like logging it to a browser console
1