Help with kb_knowledge table query
Hi all! I need help querying the kb_knowledge table on a record producer so I can attach the latest version of a kb article on the incidents it creates. var kbArt = new GlideRecord('kb_knowledge'); kbArt.addQuery('number', 'KB0107111'); kbArt.orderBy...
