How to make Appraisal total score Out of 100?

Hello… I want to get Appraisal total score (Out of 100) not (Out of 5).
ex:
as
I add this to appraisal.js but nothing change:

doc.total_score = flt(total/5)*100;//this is for out of 100
refresh_field(‘total_score’)
frm.set_value(‘total_score’, total);

Any kind of help please?

Are you on development or production?
Have you done bench build?
And maybe bench clear-cache and bench restart

1 Like

Yes, I did that and value out of 100, but when saving, the value returns from 5 !
can you help me?

Sorry I’m not a programmer so I don’t know about the code.
But often users forget to bench build the js as I mentioned.

1 Like