- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 10:36 AM
I am looking to check in a KBA without publishing it so another knowledge developer can complete what I started.
Currently if I create a draft KBA and save it (without publishing), my colleague cannot edit it until I publish it and they check it out.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 04:02 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-10-2024 03:28 AM
Hello,
Do you have version enabled?
When versioning is enabled, articles in draft state can be edited only by
- Knowledge Admin or Owner of the knowledge base (Or)
- Author/Reviewer provided they have contribute access to knowledge base (Or)
- Manager or Member of Ownership Group.
I wouldn't recommend creating write ACL, instead use one of the above options.
If you do want to:
if (gs.hasRole('#RoleYouWannaUse')
{
answer = true;
}
else {
answer = false;
}
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 04:02 AM
You need to get ownership groups set up
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-11-2024 05:15 AM
Thanks! We are pursuing ownership groups to address this.