Universal Containers (UC) is migrating from a legacy system to Salesforce CRM, UC is concerned about the quality of data being entered by users and through external integrations. Which two solutions should a data architect recommend to mitigate data quality issues?
A.
Leverage picklist and lookup fields where possible
B.
Leverage Apex to validate the format of data being entered via a mobile device.
C.
Leverage validation rules and workflows.
D.
Leverage third-party- AppExchange tools
A.
Leverage picklist and lookup fields where possible
C.
Leverage validation rules and workflows.
Explanation:
A (Picklist and lookup fields): Standardized fields significantly reduce entry errors, improving overall data consistency.
C (Validation rules and workflows): Proactive measures that enforce data integrity rules systematically, significantly improving data quality.
Using Apex specifically for mobile (B) is unnecessarily limited and complex. Third-party apps (D) can help but are supplementary rather than foundational solutions. Native picklists, lookups, validation rules, and workflows provide optimal and immediate improvements in data quality control.