What is the purpose of the 'Additional Retrieve Criteria' field on a Pipeline?
It defines a shared SOQL filter applied to all Executables in the Pipeline. This ensures consistent data retrieval while letting each Executable add its own filters.
Benefits:
-
Standardizes data retrieval across Executables.
-
Reduces redundancy by avoiding repeated filters
Tip: When editing an Executable's Retrieve query, temporarily remove the shared criteria, make your changes, then reapply it to avoid conflicts.