Prevent users from saving Credit Card details into ServiceNow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2015 03:41 PM
Hi folks,
Anyone experiencing ServiceNow users saving Credit Card details in a record? From time to time we found records stored Credit Card Details, which in our organization these have to been deleted. We were thinking of implementing Inbound Actions to check with Regex and perform auto record removals.
Have this been experienced by any of you? If so how the auto-checking & processing in terms of scripting implementations has advanced?
Any input would be appreciated
Kind regards,
George
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-16-2016 03:23 PM
George - did you ever get an appropriate answer for this? I would be interested too.
Thanks,
Brad

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2016 04:33 AM
Hello George,
As a short time fix, you could probably encrypt the data if found by script, the same way passwords / security information are encrypted in records
Regards
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2016 12:21 PM
Michal - I'm not sure that encryption is a viable option in this scenario. Card data (PCI-DSS) has more stringent requirements than passwords. I agree it is better than nothing, but I'm sure the PCI auditors would have other opinions.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-25-2016 05:54 PM
Thanks Michael. I have not heared any feedback but since my team have decided to implement this as a form UI action (button) to remove possible credit card details. The implementaion actaully had some issues which was interfacing by Invoice number so what it happened was that the business rule which masks the card number was also masking Invoice Number which is incorrect behaviour, and also for performance consideration it was rolled back.
I am more than happy to receive any more relevant technique to achieve this as we are still manually delete job or remove attachments from the system, hoping to automate the process.
Kind regards,
George