Access Control on KB
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 = fals...
