By loading field object its resulting blank array....
# suitescript
k
By loading field object its resulting blank array. var currentRec = context.currentRecord; var currentRecordobj = currentRec.getValue ({ fieldId: 'custrecord321' });
n
You are using getValue, it's not gonna get you the field object. You need to use the getField();