ServiceNow handling GDPR
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-04-2017 11:26 AM
Does anyone have any information on how the ServiceNow platform will handle GDPR (General Data Protection Regulation). I realize there is a K17 lab on the topic but none of our contacts at ServiceNow seem to be familiar with the regulation at all. It's a pretty big deal for our company as I would image it is for any organization operating in EMEA.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-13-2017 09:17 AM
Anne,
I couldn't have put it better myself. While modifying a person's user record in the system would change most references to that person throughout the platform, there are still other places like comments, open text fields and email logs that this change would not affect. I'm glad to see I'm not the only person that sees this as an issue.
Thanks for your reply.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-20-2018 04:25 PM
The simplest thing that IMHO can be done for GDPR is to inactivate a user who wants its data removed and implement ACL's that prevent any ServiceNow user to see/use the "inactive" user records. Have to ask the legal department if this is legally adequate enough as fulfillment of an individual's request to remove his/her personal employee data from ServiceNow.
If SysAdmins shall apply GDPR policies digitally then ServiceNow SysAdmins also may have a couple of other challenges:
- For some policies and legislation's (even for GDPR itself) companies need to track/retain who has done/reported/approved things. Removing employee/user details for GDPR reasons on request of an individual, will likely cause other compliance issues and possibly SOX defects.
- Any company that imports its ServiceNow user profiles from an external source (and who doesn't?) will have to remove the user data from the staging tables, data sources and transform logs as well upon request. The interesting thing; this source data is not yet linked to user records.in ServiceNow.
- Most companies have record-update-logging activated on the master data tables. If personal data is updated/emptied, anyone can reverse engineer the original data via the history log. I.e.there will always be a trace (if only in the SQL DB transaction log) of the original data.
- If you have performance analytics turned on on attributes in the sys_user table (e.g. how many active profiles do we have an a given day), the snapshots will probably contain a copy of portions of the historic records in the sys_user table..
- Deleting users from sys_user table may make integrations with OKTA or AD think that the user does not yet exist and needs to be (re-)created in ServiceNow.. I.e. one needs to ensure that the source no longer provides the data and/or ensure that the user profile is no longer re-created in servicenow
- Inbound and outbound emails to/from a user who wants to dissapear from the ServiceNow radar could be tricky.
- In the ServiceNow logs, Admins can see from which IP address a user was doing what. Are we really supposed to remove those records upon request?
- Events and Alarms will probably contain reference to usernames, ip addresses in the event/alarm body.
- If an employee looses his phone/laptop then this will likely be registered as incident in Servicenow. Do we need to delete this incident upon request as well?
- Blessed be the ones who have ETL's and a huge on-premise data lake with ServiceNow data ;-).Cursed be the ones who store attachments with personal data in ServiceNow (i.e. email with a change approval which includes the users email signature....Screenshot with personal data attached to an incident?)
Interesting enough: Everybody who uses ServiceNow with one or more users in Europe will have the same GDPR challenges. Wouldn't it make sense ServiceNow comes up with a GDPR release before May 2018 which addresses all issues with personal data in ServiceNow for all ServiceNow customers?.
btw: Has anybody considered implementing a GDPR Data Register in ServiceNow? Which risk is considered bigger? Having a proper Data Register in ServiceNow describing exactly which personal information may be found where OR the DPO not being able to timely process Data Privacy Breach due to not having an up-to-date data register in ServiceNow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-12-2018 02:17 AM
I have done this.
I made a module for DPIA's, Data Breaches and Art. 30 registrations.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-11-2018 12:27 AM
I have made this for a big client. And made an app for this. Its in the app store.