Replace string within knowledge article on all places
Hi All, I am trying to replace one string in the knowledge article using the below script, it's not working. Can anyone help me here var count = 0;var ArticleGR = new GlideRecord('kb_knowledge');ArticleGR.setLimit(100);ArticleGR.setWorkflow(false);...
