How to make the author field editable for current KB group?

alok_071
Tera Contributor

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