function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Major1507Major1507 

apex trigger to calculate total score based on picklist values

Hi, 
I need to write a trigger to calculate total score based on the picklist value selected.
Suppose there are 4 picklist fields, and each value in every field is assigned some points. so when the record is saved, TOTAL SCORE should be calculated based on the values selected from the picklist fields.
Any help is appreciated.
Thanks
NagendraNagendra (Salesforce Developers) 
Hi,

May I suggest you please check with below link from the success community with a similar discussion which might help you further. Hope this helps.

Kindly mark this as solved if the reply was helpful.

Thanks,
Nagendra
Major1507Major1507
Thnaks for replyong, but that solution is given by using formula field, I need to do it by using a trigger