Skip to page contentSkip to chat
ServiceNow support
    • Community
      Ask questions, give advice, and connect with fellow ServiceNow professionals.
      Developer
      Build, test, and deploy applications
      Documentation
      Find detailed information about ServiceNow products, apps, features, and releases.
      Impact
      Accelerate ROI and amplify your expertise.
      Learning
      Build skills with instructor-led and online training.
      Partner
      Grow your business with promotions, news, and marketing tools
      ServiceNow
      Learn about ServiceNow products & solutions.
      Store
      Download certified apps and integrations that complement ServiceNow.
      Support
      Manage your instances, access self-help, and get technical support.
Articles moved out of retirement do not dispay the 'Checkout' UI action. - Support and Troubleshooting
  • >
  • Knowledge Base
  • >
  • Support and Troubleshooting (Knowledge Base)
  • >
  • Articles moved out of retirement do not dispay the 'Checkout' UI action.
KB0752448

Articles moved out of retirement do not dispay the 'Checkout' UI action.


1277 Views Last updated : Jul 24, 2025 public Copy Permalink
KB Summary by Now Assist

Issue

Symptoms


Checkout UI action is missing.

Cause


Previous version of article is not Published or Outdated.

Resolution


The Checkout UI action is not appearing for this record as we are failing part of the condition: 'new KBVersioning().canCheckout(current)'

From the list view on Knowledge table, we can see the previous version of this article is retired. Looking at the function 'canCheckout' found in script include 'KBVersioningSNC' there is a conditional statement:
if(this._getCheckedoutRecord(current))
return false;
return true;

This function is checking if the previous version of this article is set to Published or Outdated. If this is not, this conditional statement is failed and the condition found in the UI action is not passed.

Creating a brand new knowledge article is the suggested fix here. If you would like, you can also write a small script to update the previous version to 'outdated'. At this time there is not available OOB functionality to bring an article out of retirement. Instead, you should consider creating a new article and just copy the information over. This is noted in our documentation:

Note: Retired knowledge articles cannot be searched for by external users or customers. To reuse a retired article, create a new article with the same content, which is published once approved.

Additional Information


Retire a knowledge article
https://docs.servicenow.com/csh?topicname=c_RetiredKnowledgeArticles.html&version=latest


The world works with ServiceNow.

Sign in for more! There's more content available only to authenticated users Sign in for more!
Did this KB article help you?
Did this KB article help you?

How would you rate your Now Support digital experience?

*

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

Very unsatisfied

Unsatisfied

Neutral

Satisfied

Very satisfied

What can we improve? Please select all that apply.

What are we doing well? Please select all that apply.

Tell us more

*

Do you expect a response from this feedback?

  • Terms and conditions
  • Privacy statement
  • GDPR
  • Cookie policy
  • © 2025 ServiceNow. All rights reserved.