Improving the data quality

In order to make your data valid and healthy when entered by the user, it is very important that you must impose some constraints over the values being entered by the user in the system so that the user must not enter any junk values or values that don't meet your business requirement. To enforce data quality, you can use the following option:

  1. Validation rules: Use a validation rule to conditionally require fields. You can also ensure proper data format, for example, ZIP code must be of five digits or the date of birth must be greater than 01/01/1990.
  2. Unique fields: Use a unique field to make a record unique, based on some fields. For example, in the registration object, make the e-mail field unique so that you don't have ...

Get Mastering Salesforce CRM Administration now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.