Where are the votes for an idea store?

Bruno Fernande1
Kilo Expert

Where in ServiceNow are stored the votes for each idea? I cannot find the table for it and if we can see which users voted for that idea in the Idea Portal.

Any help?

1 ACCEPTED SOLUTION

Harsha Lanka
ServiceNow Employee
ServiceNow Employee

Hi,

Votes for idea will be stored in the feedback table. You can use 'cf_feedback.list' in the navigator filter.
Yes, You will be able to find the who upvoted and who downvoted the idea from the 'provided_by' column in the above table.


Thanks,
Harsha Lanka

View solution in original post

3 REPLIES 3

Jeff Currier
ServiceNow Employee
ServiceNow Employee

Isn't it just the idea table?  idea.list in the navigator filter.

Harsha Lanka
ServiceNow Employee
ServiceNow Employee

Hi,

Votes for idea will be stored in the feedback table. You can use 'cf_feedback.list' in the navigator filter.
Yes, You will be able to find the who upvoted and who downvoted the idea from the 'provided_by' column in the above table.


Thanks,
Harsha Lanka

This was helpful to me as I was also wondering as where and who has voted is much-needed information to drive certain decisions.