Is there a limit to the number of comments that can be posted on a knowledge article?

bonsai
Mega Sage

I am thinking of implementing a business rule that will interrupt comments and display an interruption message under certain conditions.

 

 

BR1.JPGBR2.JPG

 

 

When I tried it, messages other than the one I wanted to display were displayed (red messages).

 

article_comment_1.JPG

article_comment_2.JPG

 

 

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?

2 ACCEPTED SOLUTIONS

Dr Atul G- LNG
Tera Patron
Tera Patron

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.

 

@bonsai 

*************************************************************************************************************
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]

****************************************************************************************************************

View solution in original post

Harish Bainsla
Tera Sage
Tera Sage

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.

View solution in original post

6 REPLIES 6

Dr Atul G- LNG
Tera Patron
Tera Patron

Hi @bonsai 

 

https://www.servicenow.com/community/now-platform-forum/you-have-reached-the-daily-limit-for-comment...

 

*************************************************************************************************************
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]

****************************************************************************************************************

Dr Atul G- LNG
Tera Patron
Tera Patron

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.

 

@bonsai 

*************************************************************************************************************
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]

****************************************************************************************************************

The target property value is blank.

Perhaps the interrupt process is pulling in a message?

Maybe a message is displayed when the process is interrupted...

 

property.JPG

Harish Bainsla
Tera Sage
Tera Sage

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.