- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2019 06:07 PM
Hi
How to Scan credit card number and Account numbers in service now like short description,work notes, all String fields on ITSM.
i need to find the records which entered credit card numbers and account numbers.
how we can achieve this.
how we can write Script to build for Scan Tables for secured information(Credit card numbers, Account numbers) should not to allow to insert records
Regards,
Sathish.
Solved! Go to Solution.
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2019 06:27 PM
Hi Sat,
Master rule is to use Regular expressions to validate different credit card nos. You can find more info here: https://www.w3resource.com/javascript/form/credit-card-validation.php
For Account nos if you have a pattern then you can put that into regular expressions and write a script include.
Note: For creating Regular expressions and validating then use: https://regex101.com/
For doing a global search on tables you can look for any Script Include or UI Macro.
Mark this helpful/correct if it works for you
Cheers!!
Anubhav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-01-2019 06:27 PM
Hi Sat,
Master rule is to use Regular expressions to validate different credit card nos. You can find more info here: https://www.w3resource.com/javascript/form/credit-card-validation.php
For Account nos if you have a pattern then you can put that into regular expressions and write a script include.
Note: For creating Regular expressions and validating then use: https://regex101.com/
For doing a global search on tables you can look for any Script Include or UI Macro.
Mark this helpful/correct if it works for you
Cheers!!
Anubhav
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2019 09:39 PM
Yes it's useful regex for me