thestepafter
12/01/2018, 10:32 PMvar customerName = record.getFieldValue('companyname');
but this returns `null`:
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?