Salesforce Data-Architect Question Answer
The data architect for UC has written a SOQL query that will return all records from the Task object that do not have a value in the WhatID field:
Select id, description, Subject from Task where WhatId!= NULL
When the data architect usages the query to select values for a process a time out error occurs.
What does the data architect need to change to make this query more performant?
Salesforce Data-Architect Summary
- Vendor: Salesforce
- Product: Data-Architect
- Update on: Jul 31, 2025
- Questions: 257