How to Choose the Initial Record from a Set of Multiple Records
I have a custom sObject which has among others the following fields: email__c (email), some_date__c (date), external_id__c (integer) and criteria__c (string). There are multiple records for this sObject that have the same value for email__c. If an email address returned in the results has multiple records we want to select the record with the most recent date. If there is …
How to Choose the Initial Record from a Set of Multiple Records Read More »