How to make the author field editable for current KB group?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 08:00 AM
Hi, I have a req. to make the author field editable for current knowledge base group members. I have created the write ACl for author field with following advanced script but it's not working.
answer = false;
if (gs.getUser().isMemberof(current.kb_knowledge_base)){
answer = true;
}
0 REPLIES 0