We will no longer have to add customizations to only show the last 4 digits of a SSN or to only show the month & day of a birthdate. However, this is still in preview.

What is data masking?

Data masking helps protect sensitive information during customer interactions and prevents data leaks. Data masking, also known as de-identification or obfuscation, replaces sensitive data with masked strings. The masked strings ensure that the original, unmasked values remain hidden. Only authorized users can read the unmasked values—one record at a time. In the context of customer interactions, frontline support users are prevented from exposing sensitive information like social security numbers.

How does masking work?

  • You create masking rules to set how sensitive information should be masked.
  • These rules use regular expressions to identify specific patterns.
  • These patterns are detected and the sensitive columns are replaced with masked characters when the row is retrieved.

Where do I create masking rules?

  1. Create or open a solution
  2. Click +New, and select Security > Secured masking rule
  3. When the New Masking Rule form opens, enter a rule Name
  4. Enter a Display Name and Description
  5. Enter a Regular Expression, chosen from the Regular Expression Language
  6. Enter a Masked Character
  7. Click Save

How can I test my masking rules?

You can enter original values in the Enter Plain Text Test Data and Enter Rich Text Test Data columns. On save, the Masked Plain Text test data and Masked Rich Text test data should display on the screen.

This is a great way for you to validate your expression is working as expected.

Can you show me some examples?

How do I add a masking rule to a column?

  1. Create or open a solution
  2. Add the existing column
  3. Open the column to edit it
  4. Expand the Advanced options
  5. Check the box for Enable column security
  6. Select a Masking Rule from the dropdown
  7. Save

Additional resources

Known limitations/Not supported


Discover more from The Low-Code Logbook

Subscribe to get the latest posts sent to your email.

Posted in

Leave a comment