- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 11:09 PM
I am thinking of implementing a business rule that will interrupt comments and display an interruption message under certain conditions.
When I tried it, messages other than the one I wanted to display were displayed (red messages).
↓
I got the message "You have reached the daily limit for comments posted by a user."
Is there a limit to the number of times a user can post to an article?
I'd like to know where this is controlled.
Is it a property?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 11:16 PM
check the value of the property "glide.knowman.max_comments_per_user_daily".
Property Description : The maximum number of article feedback (comments, ratings, helpful and flagging) a user can provide in a day. If no value is defined, then no restrictions are applied to the number of feedbacks that the user can provide.
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-18-2024 11:24 PM
Hi @bonsai
There are 2 system properties:
sn_kb_social_qa.max_comments_per_user_daily
sn_kb_social_qa.max_answers_per_user_daily
and as @Dr Atul G- LNG mentioned Can you check the value of the property "glide.knowman.max_comments_per_user_daily".
If my answer helps you mark helpful and accept solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-19-2024 09:58 PM
I tried editing this system property, but I was able to post comments continuously.
Why is that?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2024 04:31 AM
Good question! Thanks for the answers.