knowledge article could not able to see the Checkout button.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
knowledge article could not able to see the Checkout button. user is part of ownership group. I guess users who part of the ownership group they can able to see the check out button. please help me on this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
In platforms like ServiceNow, the Checkout button on a knowledge article may be missing because another user already checked it out, a newer draft version already exists, an ownership group restricts access, or a previous version is incorrectly set to "Retired" instead of "Outdated
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0826489
Resolution
This can be reproduced by exporting the last published version of an article (i.e.: 'KB0010027 v2.0') to another instance with article versioning support.
After importing the article in the target instance, once you open it, the checkout button will be missing and the article number may have a 'v' in the end with no numbers (i.e.: 'KB0010027 v').
You can also export and import other kb_knowledge table records related to the same article (i.e.: 'KB0010027 v1.0').
By doing that you will be able to see both article records in the kb_knowledge table, however the checkout button will still be missing.
In order to resolve that, you need to also export the kb_version table record related to the latest article version (in this example the version 2.0).
Once the kb_version record is imported into the target instance, the checkout button will get visible in the article.
After that you will be able to checkout the article and create a new version.
As expected, as per this example, once the article is checked out the version 2.01 is created then once the article is saved the 2.02 version (awaiting approval) and finally the version 3.0 when the article is published.
So ideally, to properly restore the articles you need to export and import all versions of the same article in the kb_knowledge table and all related version records on the kb_version table.
That way we can ensure there is no random issues that may occur in the future.
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
******************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
an hour ago
@satishsuray2244 Please check bellow articles and see if helpful.
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0826489
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0683188
https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0862615
Please mark my answer correct and helpful if this works for you.