ITIL user view articles that are in ‘Draft’ state

Pradeepa Boopat
Tera Contributor

How to let users with ITIL role view the knowledge articles that are in ‘Draft’ state?

1 REPLY 1

Samaksh Wani
Giga Sage
Giga Sage

Hello @Pradeepa Boopat 

 

You need to write a Read ACL on table.

 

Role you can give itil user.

 

In Script, you can write :-

 

 

 

if(current.state=="Draft"){
answer=true;
}
else{
answer=false;
}

 

 

 

Plz Mark my Solution as Accept and Give me thumbs up, if you find it Helpful.

 

Regards,

Samaksh