Add option to see field types
Opened this issue · 0 comments
acdvs commented
SuiteScript is notorious for displaying string representations of all fields. A good example of this is a datetime field shown as "01/01/2020 12:00:00 pm" where the actual underlying value is a full JS datetime object. The ability to see the actual data type of the field would be useful.
Optionally, it would be interesting to have the ability to see the values of the separate "text" and "value" values (Field.getText and Field.getValue) of each field.