Knowledge article

Reddy39
Tera Expert

In knowledge article when we publish the knowledge article will go to review state and sends the approval to publish the article. when we reject the approval from list view it should not reject and when we fill the comments from the list view and reject the approval then it should reject the approval. How to achieve this please help me with this.

1 ACCEPTED SOLUTION

Robert H
Mega Sage

Hello @Reddy39 ,

 

You can create a Business Rule as shown below. Please not that this will apply all KB Article rejections, so from lists, forms, portals, etc.

 

RobertH_0-1743960469028.png

 

RobertH_2-1743960521518.png

RobertH_3-1743960554796.png

 

Here is the Advanced condition:

current.comments.getJournalEntry(-1) == ''

 

Regards,

Robert

 

 

 

View solution in original post

2 REPLIES 2

Robert H
Mega Sage

Hello @Reddy39 ,

 

You can create a Business Rule as shown below. Please not that this will apply all KB Article rejections, so from lists, forms, portals, etc.

 

RobertH_0-1743960469028.png

 

RobertH_2-1743960521518.png

RobertH_3-1743960554796.png

 

Here is the Advanced condition:

current.comments.getJournalEntry(-1) == ''

 

Regards,

Robert

 

 

 

Reddy39
Tera Expert

Thank you so much Robert for helping me on this