- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-10-2014 12:34 PM
I have a Use Case that requires us to hide some data on INC based on the content of a field on the INC - Basically I'm talking about Row Level Security.
Everything is working fine - I'm able to hide the fields I need, in most cases, using Access Control Rules. And when I hide fields using Access Control rules, the data will not show when I view History for the INC.
However, I can't seem to hide VARIABLE.fields on the question_answer table in the same way. My ACLs seem to be completely ignored. For example, I created a rule on quesiton_answer with answer = false in the script section - something that will fail every time - which didn't seem to make a difference. The VARIABLE fields are always visible in audit History.
In the case of the variable content, I need to do something to hide the data when viewing History for the INC. I'm hoping somebody has a suggestion?
Thanx in advance
Sandy
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2014 02:25 PM
This question was posted to ServiceNow HI server. The response I got was that it is not possible to hide variable activity on audit history.
THe workarounds presented:
Once option is to remove an ITIL user's ability to view the History information of a record.
Another option would be to submit an enhancement request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2014 02:25 PM
This question was posted to ServiceNow HI server. The response I got was that it is not possible to hide variable activity on audit history.
THe workarounds presented:
Once option is to remove an ITIL user's ability to view the History information of a record.
Another option would be to submit an enhancement request.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2014 04:03 PM
I'm assuming this question is related to Help needed Intercepting the insert() of question_answer?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2014 08:16 PM
YUp. This was asked a awhile back. This answer is why I've headed down my current path. I need to prevent the value of some variables from appearing I history. And I need to store the value of those variables in encrypted text fields somewhere.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2014 05:59 PM
Hi,
Im not sure why you wouldnt stop submission by client script, but have you tried with setWorkflow(false). It will force the GlideRecord to not run any further business rules (not sure about audit though).
Kind regards,
Dan Berglin