var customRecord = record.load ({
type: record.Type.CUSTOMER,
id: customerid,
isDynamic: true
});
log.debug("customRecord", customRecord)
var freeShipping = customRecord.getValue({
fieldId: 'custentity_jj_free_shipping'
});
var customRecord = record.load ({
type: record.Type.CUSTOMER,
id: customerid,
isDynamic: true
});
log.debug("customRecord", customRecord)
var freeShipping = customRecord.getValue({
fieldId: 'custentity_jj_free_shipping'
});