How to restrict Knowledge base based on sold products
Hi All, I have a requirement to show the Knowledge bases based on sold products.I have added the below script in user criteriavar con = new GlideRecord('customer_contact'); con.addEncodedQuery('accountISNOTEMPTY'); con.addQuery('sys_id', user_id); co...

