Quantcast
Channel: Microsoft Dynamics CRM Forum - Recent Threads
Viewing all articles
Browse latest Browse all 82002

How we hide articles in the knowledge base using javascript

$
0
0

Hello

I want to hide few Articles in the categories based on web roles

var uploadResult = document.getElementsByClassName(".list-group").children[1];
uploadResult.style.display='none';
I used this it did not work
var uploadResult = document.querySelector('a[href="/knowledgebase/article/KA-01012/en-us"]');
I tried this 
I need to hide the upload result can anyone help please

Viewing all articles
Browse latest Browse all 82002

Latest Images

Trending Articles



Latest Images