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
sharath Tsharath T 

Hi, I want to award the users with badges or points when the opportunity is set to closed won (ie diffrent badges based on the no. of closed won opportunities). the badges must be displayed in the user's homepage.

venkat-Dvenkat-D
You can create a field on User object which gets updated everytime an opportunity owned by user is closed. Then in the homepage , create a visualforce page component that displays badge from user info.