You need to sign in to do that
Don't have an account?

Creating and editing reputation levels in chatter answers
Hi,
Can anyone tell us how to overide the OOB reputation levels in Chatter answers. I found a standard object "ChatterAnswersReputationLevel" where these seems to be stored but it is not exposed directly. Can some one confirm if we need to make api call to this object to modify it.
Are there any direction configuration options to achieve this goal.
Thanks,
Sachin
Hi Sachin.
This Help & Training link would provide you with the information that you are looking for.
http://help.salesforce.com/apex/HTViewHelpDoc?id=questions_portal_reputations.htm&language=en_US
http://www.salesforce.com/us/developer/docs/api/Content/sforce_api_objects_chatteranswersreputationlevel.htm
There is an object "ChatterAnswersReputationLevel" which is updateable via API. Use workbench to get started. :)
Here are the step by step instructions :
1) Login to workbench.
2) Run this SOQL Query
SELECT CommunityId,Name,,Value FROM ChatterAnswersReputationLevel
3) Make neccessary changes and go back to Workbench - Data - UPDATE..
Cheers!
Please dont forget to mark this as Solution/Best Answer/Kudos if you are satisfied with the solution provided.