var total = (compliance + quality + afterSales + o...
# suitescript
t
var total = (compliance + quality + afterSales + overalSat + dealing) / 5; //Set the value of Overall score to the total var id = vendEval.setValue({ fieldId: ‘custrecord_ur_overall_score', value : total, ignoreFieldChange: false });