Add a Field to Anonymize
Administrators can specify custom fields you have added to individual accounts that contain personally identifiable information. This ensures that all personally identifiable information is anonymized when staff respond to a constituent's request to be forgotten.
- From Setup, enter
Custom Code
in theQuick Find
box, then select Custom Metadata Types. - Click Manage Records next to Personally Identifiable Data.
- Click New.
- In
Label
, enter the name of the object containing the custom field field in pascal case, a period, and the name of the custom field in pascal case. For example: Account.CustomField. - In
Personally Identifiable Data Name
, enter the name of the object containing the field in pascal case, an underscore, and the name of the custom field in pascal case. For example: Account_CustomField. - In
Object API Name
, enter the API name of the object containing the custom field. Learn how to Find the API Name of an Object (external). - In
Field API Name
, enter the API name of the custom field. Learn how to Find the API Name of a Field (external). - Click Save.