knowledge record not found when using record number in sysparm_article in URL and the record is in child table of kb_knowledgeDescriptionIf the knowledge record is in a table that extends kb_knowledge, the record is not found when using Permalink and the permalink is using the number, ie:https://<instance>.service-now.com/kb?id=kb_article_view&sysparm_article=POL00131The article is found if sys_id is usedThis is reproducible OOBSteps to Reproduce 1. Created a custom table that extends kb_knowledge in Xanadu instance (I tested in empdcostellox)2. Create a record in that table and grab the number3. Grab the permalink from the article created and try to access the article using that linkIn empdcostellox instance the issue can be observed, I created the extended table and the article, the article is not visible when using the number of the article:https://empdcostellox.service-now.com/kb/en/this-is-my-new-policy?id=kb_article_view&sysparm_article=POL0001001https://empdcostellox.service-now.com/kb_view.do?sysparm_article=POL0001001But if I search the article it comes up fine:https://empdcostellox.service-now.com/kb/en/this-is-my-new-policy?sys_kb_id=1c6e5e9beb191e100197fd59bad0cdde&id=kb_article_view&sysparm_rank=1&sysparm_tsqueryId=10f0aa5feb191e100197fd59bad0cd20The issue is also reproducible when using OOB knowledge template tableWorkaroundNARelated Problem: PRB1820355