- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2019 03:01 AM
Hi There,
I am about to write my CSA exam so in preparation I bought two practise exams on Udemy, one of the questions which is True or False asks:
The answer in the practise test is True, but when using my developer instance I tested creating a new user with no roles and a new knowledge base with no "access controls" and tested. My user can read the knowledge article I created in the test knowledge base but there are no options to create or edit. Only provide feedback.
I also did a diagnostic on the user and this is the result.
Although that only shows access to the knowledge base I am unable to find any information around default access to knowledge articles. i.e. by default users can read, create and edit knowledge articles by default.
Does anyone know what the actual answer would be and could you please explain:)
Thanking you in advance.
Cheers,
Ty
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2019 03:16 AM
Hi Ty,
This is one of the disadvantages of using unofficial things that isn't validated by ServiceNow themselves. You are totally right, an end user can't create articles. OOB when you create a knowledge base there isn't any restrictions set, all "internal" users can do what is asked for here. and I think that is what hey mean by "all users", but since it isn't defined if they include end users (which I also thought, just like you and you should when you take the exam), this question is wrong. In the baseline configuration there is an Create ACL on kb_knowledge table that checks if it's external/end user that is trying or it's an internal (which then have the snc_internal) role. But we can stop right here, since there is conditions on who can create, there will always be someone who can't, since otherwise the ACL wouldn't be doing anything.
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2019 03:16 AM
Hi Ty,
This is one of the disadvantages of using unofficial things that isn't validated by ServiceNow themselves. You are totally right, an end user can't create articles. OOB when you create a knowledge base there isn't any restrictions set, all "internal" users can do what is asked for here. and I think that is what hey mean by "all users", but since it isn't defined if they include end users (which I also thought, just like you and you should when you take the exam), this question is wrong. In the baseline configuration there is an Create ACL on kb_knowledge table that checks if it's external/end user that is trying or it's an internal (which then have the snc_internal) role. But we can stop right here, since there is conditions on who can create, there will always be someone who can't, since otherwise the ACL wouldn't be doing anything.
//Göran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-17-2019 04:02 AM
Unreal Goran I literally just subscribed to your channel on youtube only a few hours ago, watch the Madrid release:) Which was great!
Thank you for your response it makes perfect sense and given me another perspective (to think about external vs internal users).
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-18-2019 12:31 AM
Happy to help and happy you liked the video 🙂
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-19-2021 12:40 AM
Yes the answer to this is "No"