RESTRICTING INC RECORD ACCESS TO SPECIFIC INDIVIDUAL(S)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-29-2023 09:15 AM - edited 08-29-2023 09:16 AM
Hello. I am trying to address a requirement that would restrict access to an INC record visible only to certain individual(s). The Universal Request integration - Incident Management plugin and the process behind it does not meet our straight forward requirement.
However, I encountered the following KBs and wondered if anyone one from the customer that wrote the KAs can help on how they implemented the capability. Thank you in advance.
https://berkeley.service-now.com/kb_view.do?sysparm_article=KB0010928
https://berkeley.service-now.com/kb_view.do?sysparm_article=KB0010927
- Labels:
-
Architect
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 09:03 AM
Thank you, @Terri Kouba . I tried to share what I did earlier and it seems like it was not reaching you. Anyway, below is what I tried to do. I am sure I am not doing it as per your implementation and I am not embarrassed to say the red fonts tells me I am not sure what I am doing. Can you possibly help me further?
| ||||||||
|
| ||||||||||||
|
| ||||||||||||
|
Business Rule:
System Property:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 11:13 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2023 11:54 AM
@Terri Kouba . I tried to implement a similar model for your version of the work and I did the below. However, I think I am not doing it as you would implement it specially for the part of auto-restricting. The utility you wrote; would I write that as a server side script? Thank you for the patient on my questions.
| ||||||||
|
| ||||||||||||
|
| ||||||||||||
|
Business rule:
I also tried to write the BR with the below :
Advance Tab
Condition== current.u_restrict_grp.changes()&¤t.u_restricted==true;
Script:
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 08:54 AM
@Terri Kouba . Thank you for your reply. Have you seen the information I posted in an attempt to replicate your solution? What are your thoughts on what I had tried to do so far. I am sure I am not doing it correctly.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-20-2023 09:00 AM
Hi.
I suggest thinking about it from a functionality perspective before you think about it from a coding perspective.
If you don't want anyone to see a restricted incident that they don't have access to, where are the places where they could see incidents? the incident list view, the incident form, in a report, in the search results, on the related list of a Change, etc. If this is your requirement, then the solution would have to be available in all of those places. So where would the appropriate place be? On the incident table. Most likely as an Access Control List read record.
I hope that helps.
Thanks,
Terri