The Personal Data Destruction Tests screen

PolicyCenter includes a tool to help you test data destruction on a contact, policy, or account and test your implementation of data destruction. You can use this tool during development.

Important: Do not include this tool in a production system.

To access this tool, log in to PolicyCenter, press Alt+Shift+T, and select Internal Tools > Personal Data Destruction Test.

The tool enables you to test either data purging or data obfuscation.

  • Purge

    Enter a contact public ID, an account number, or a policy number or policy public ID and then:

    • Click Preview Purge to see the domain graph nodes that the code traverses and the disposition for each node.

      The disposition is the return value for the shouldDestroyObject methods you defined in your plugin implementation class for the PCPersonalDataDestruction plugin.

    • Depending on the object you want to test, click Purge Contact, Purge Account, or Purge Policy to attempt to purge all objects in the graph.
  • Obfuscation

    You can test obfuscation either for a user, by user name, or for a user contact, by public ID. You can load the user or user contact first to see if your entry is valid before you test obfuscating it.