How can I quickly publish articles in the KB?

trainer2017
Kilo Contributor

How can I quickly publish articles in the KB?

When I create new articles, I click on the "New" buttton and enter in all the info. Then click on Submit. Then I navigate to my unpublished article, click on it and then click on Publish. Is there an easier and quicker way to publish articles? When creating an article can you add a Publish button in the form?

5 REPLIES 5

robpickering
ServiceNow Employee
ServiceNow Employee

The reason for this is that you may want to save an article mid-stream.   Since that article isn't finished, you want some type of check-and-balance to prevent it from instantly being available in your Knowledge Base and to customers / users.   That's the Publish button.



If you desire an option to instantly Publish on Submit, then you could script a UI Action that is only visible to Knowledge Admins (or any other role you desire) that will perform the instant publish (essentially make the Publish UI Action visible on New articles and use it instead of Submit).   There are articles in the Community on handling it that way here:



Hope that helps.



-Rob


VarunArulmani
Mega Expert

You can also modify the business rule 'Set article in draft state on insert' to achieve this. Make the below changes and this should automatically publish the article when you submit it.




find_real_file.png



find_real_file.png


shivanipatel
ServiceNow Employee
ServiceNow Employee

trainer2017,



We are glad you took advantage of the ServiceNow Community! The Customer Experience Team is working hard to ensure that the Community experience is most optimal for our customers.



Just a reminder to mark "Correct Answer" if you have received clarity on how to proceed. This improves the ServiceNow Community experience. Thank you so much for your community engagement. We really appreciate it



If you are viewing this from the Community inbox you will not see the correct answer button.   If so, please review How to Mark Answers Correct From Inbox View.



Thanks!



Shivani Patel


Unknown-1.png


Gaurav Shirsat
Mega Sage

Step 1:- Please navigate to Knowledge Bases and open the required knowledge base in which you want instant publishing of article.

step 2:-Then select the 'Knowledge - Instant Publish' in the 'Publish Workflow' field.

step 3:-That is a OOB workflow available in the instance.

also see,

 

It can be done by a business rule, but I'd advise against it - you're talking about content that's immediately visible as soon as it is saved.

The point of the "draft" stage is that content currently being authored can be reviewed, and the "Publish" button then makes it visible. It's a safeguard against making content available when it's not ready for publication