We've updated the ServiceNow Community Code of Conduct, adding guidelines around AI usage, professionalism, and content violations. Read more

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

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