Skip to content

Commit

Permalink
Update FindCommonAndUniqueRecords.cls
Browse files Browse the repository at this point in the history
Changed Email Tied to my PR
  • Loading branch information
adwhite75 authored Oct 27, 2023
1 parent 7b0d062 commit 5d5b8b8
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @Last Modified On : 09-09-2022
* @Modification Log :
* Ver Date Author Modification
* 1.0 1/26/2021 adamwhiteuva@gmail.com Initial release
* 1.0 1/26/2021 adam.white@salesforce.com Initial release
**/
global without sharing class FindCommonAndUniqueRecords {
@InvocableMethod(label='Get Common and Unique Records [USF Collection Processor]' description='Extract and return two collections comparing a source and target collection' category='Util' iconName='resource:CollectionProcessorsSVG:colproc')
Expand Down Expand Up @@ -161,4 +161,4 @@ global without sharing class FindCommonAndUniqueRecords {
global List<sObject> targetCommonRecordCollection;

}
}
}

0 comments on commit 5d5b8b8

Please sign in to comment.