- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2025 10:06 AM
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.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2025 10:29 AM - edited ‎04-06-2025 10:32 AM
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.
Here is the Advanced condition:
current.comments.getJournalEntry(-1) == ''
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2025 10:29 AM - edited ‎04-06-2025 10:32 AM
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.
Here is the Advanced condition:
current.comments.getJournalEntry(-1) == ''
Regards,
Robert
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-06-2025 10:54 AM
Thank you so much Robert for helping me on this