ITIL user view articles that are in ‘Draft’ state
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 04:07 AM
How to let users with ITIL role view the knowledge articles that are in ‘Draft’ state?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-31-2023 04:28 AM - edited 07-31-2023 04:28 AM
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