Built something you're proud of? Tell the story. A quick G2 review of App Engine or Build Agent helps other developers see what's possible on ServiceNow. Share your experience.

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