Access Control on KB
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 08:21 PM
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?
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
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 08:36 PM
Hi @satya30
Create new create ACL as below.
If my answer finds you well, helpful, and related to the question asked. Please mark it as correct and helpful.
Thanks
dgarad
Thanks
dgarad
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-11-2025 08:46 PM
No, she is not getting option to create :
There is no new button appearing on the form