Lokenath Chakra
ServiceNow Employee
ServiceNow Employee

What is Valid_To date?

The valid_to date on a knowledge article indicates the date up to which that article is visible to users. Articles are not searchable once the valid_to date is passed.

Valid_to date used to be defaulted to 01/01/2020 until New York, and then could be changed by the knowledge author. So to handle article expiration scenarios in 2020, the following changes are introduced in London Patch 10 (LP10), Madrid Patch 7 (MP7), New York Patch 1 Hot Fix 1,  New York Patch 2 (NP2) onwards.

For Existing Articles:

  • A fix script to change valid_to of existing articles from 01/01/2020 to 01/01/2100.
  • This fix script will update only those articles which have valid_to="01/01/2020".
  • This fix script will run only the first time customer upgrades to any of the above mentioned or later patches.

For New Articles:

  • The default value of the knowledge article valid_to field is changed to 01/01/2100 if and only if the default value has not been customized to a date other than what is shipped by ServiceNow in the base product.
  • Any new article created after upgrading to the above-mentioned patches or later will default valid_to to 01/01/2100.

Please read this KB article for further information (you will need to login).

2 Comments