XochisSketches
var so = record.load({ type: record.Type.SALES_ORDER, id: intID }); so.setValue('orderstatus', 'B'); so.save();