<h2>Records on History set tables are not displayed correctly for 'Version' field on knowledge table.</h2><br/><div style="overflow-x:auto"><article><div ><h3 >Summary</h3><section><p style="margin: 0in; font-family: Calibri; font-size: 16.0pt;"><span style="font-weight: bold; font-family: verdana, geneva;">Description</span></p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"><span style="font-family: verdana, geneva; font-size: 10pt;">Records on history set tables are not capturing version changes due to knowledge versioning logic implementation</span></p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"> </p> <p style="margin: 0in; font-family: Calibri; font-size: 16.0pt;"><span style="font-weight: bold; font-family: verdana, geneva;">Step to reproduce</span></p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"><span style="font-family: verdana, geneva; font-size: 10pt;">- Create a KB article</span></p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"><span style="font-family: verdana, geneva; font-size: 10pt;">- "Audit history" related list shows the Version field history correctly ((empty)-> 0.1)</span></p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"><span style="font-family: verdana, geneva; font-size: 10pt;">- Publish/approve the KB article, the article version gets updated from 0.1 -> 1.0</span></p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"><span style="font-family: verdana, geneva; font-size: 10pt;">- Since the Version field changed from 0.1 -> 1.0, the "Audit history" should have reflected that correctly. But the "Audit history" shows the Version field history as (empty) -> 1.0, instead of two records (empty) -> 0.1 and 0.1 -> 1.0.</span></p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"> </p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"> </p> <p style="margin: 0in; font-family: Calibri; font-size: 16.0pt;"><span style="font-weight: bold; font-family: verdana, geneva;">Root cause:</span></p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"><span style="font-family: verdana, geneva; font-size: 10pt;">The reason for this issue is that we are inserting/updating version with `setWorkflow(false)` in KBVersioningSNC and as described History team this is expected behaviour when workflow is turned off - the audit history isn't captured that's why it's showing (empty) -> current_value.</span></p> <p style="margin: 0in; font-family: Calibri; font-size: 11.0pt;"><span style="font-family: verdana, geneva; font-size: 10pt;">The behaviour of Audit history is documented <a href="https://support.servicenow.com/kb?id=kb_article_view&sysparm_article=KB0869538">here</a>.</span></p></section></div></article></div>