I'm working on a SuiteScript and this returns the ...
# suitescript
t
I'm working on a SuiteScript and this returns the correct value:
Copy code
var customerName = record.getFieldValue('companyname');
but this returns `null`:
Copy code
var customerAging1 = record.getFieldValue('aging1');
do I need to reference the financial fields differently than I would on an Advanced PDF when developing in SuiteScript?