Access Control on KB

satya30
Tera Contributor

Hi,

we need to provide write access to the knowledge categories for the knowledge base owner Person.

I created write Acl to the KB_Category by using the below script:

if (gs.getUserID()==current.parent_id.owner){
    answer = true;
}else{
    answer = false;
}


This is just allowing the KB owner to edit the field values but not allowing to create new categories.

New button is not visible for them. What can I do here?
 



2 REPLIES 2

dgarad
Giga Sage

Hi @satya30 

Create new create ACL as below.

dgarad_0-1739335005741.png

 

If my answer finds you well, helpful, and related to the question asked. Please mark it as correct and helpful.

Thanks
dgarad

satya30
Tera Contributor

No, she is  not getting option to create :
There is no new button appearing on the form

satya30_0-1739335549604.png