Created
June 21, 2019 03:30
-
-
Save ketan-benegal/71f28680c30aded582f374f095287d7d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global static void init() { | |
// Map of sObject and list of email fields | |
Map < String, List < String >> soEmailFieldMap = findAllEmailFields(); | |
// create dummy emails on Email fields found in the sObjects | |
cleanEmailFields(soEmailFieldMap); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment