Join Slack
Powered by
var total = (compliance + quality + afterSales + o...
# suitescript
t
tjaffer
02/14/2017, 10:46 PM
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 });
Open in Slack
Previous
Next