Publishing Knowledge Articles
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2018 07:19 AM
Is there a way to create a knowledge article and have it publish at a later date?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎01-25-2018 07:34 AM
For more details, please refer Docs:
Thanks,
Rajashekhar Mushke
Rising star : 2022 - 2024
Community Leader -2018
Connect me on LinkedIn : Rajashekhar Mushke
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎11-19-2018 06:45 AM
Hi,
I've been asked for a similar development by the business. Here is my solution.
- Add a new date/time field to your knowledge article (in my example I named it "Valid from")
- Check out and update the Knowledge Workflows that you want to utilise this functionality (example below)
- Add an "If" before the step that calls the publish workflow
- Set the conditions of the "If" to valid from is not empty
- Set the conditions of the "If" to valid from is not empty
- Add a "Timer" after the "If"
- Set the "Timer based on" to A date/time or duration field.
- Set the "Field" to Valid from (or what ever your field is called)
- Set the "Wait" to Some time after
- Set the "Time after" to Days 00 Hours 00 00 00
- Join up the workflow as shown in the diagram above.
I would recommend also updating the knowledge workflow stages to include a stage that represents the status of an article waiting to auto publish and assess the available UI Actions when the article is in this status.
I would also recommend locking the Valid from field to read only while in the status of waiting to auto publish as I found that amendments to the "valid from" once already waiting, does not adjust the timer so leaving it unlocked could lead to confusion.