How PlatformMasker works
PlatformMasker lets you to anonymise data in ServiceNow.
This turns sensitive PII data into safe anonymised data that can be shared and sent outside of ServiceNow.
We solve the problem of Production data being cloned into sub-prods like Dev and Test.
We anonymise sensitive PII data that may have been copied from Production into a sub production instance via a clone.
We solve the problem of sending usefull data to external applications.
We anonymise your data before sending it outside of ServiceNow to a Partner, third party application, Data Lake or LLM
Configuration is straightforward.
Tell PlatformMasker what tables to mask and how you want to mask fields on those tables. Push Go and the masking gets done.
Choosing a table to mask is easy.
Tell PlatformMasker what table you want to mask and set some options.
Then chose the fields you want to mask and how you want to mask them.
There are plenty of clever options for managing how the data is anonymised.
We can retain meta data, such as the ratio of male and female records in a list of User records, or the ratio of tickets sent to a specific Assignment Group in a list of incidents.
We also keep related fields related to keep the masked data useful for development and testing.
For example, if we change a User record from Sam Smith to Amira Khan, we also update the email from sam.smith@somewhere.com to amira.khan@somewhere.com.