Skip to content

Instantly share code, notes, and snippets.

@krystiancharubin
Created March 11, 2016 03:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krystiancharubin/4ce74267f569209f518f to your computer and use it in GitHub Desktop.
Save krystiancharubin/4ce74267f569209f518f to your computer and use it in GitHub Desktop.
global static void run() {
// Map from SObject to List of Email Fields
Map < String, List < String >> soEmailFieldMap = findEmaiLFields();
// Invalidate Email fields found on SObjects
processEmailFields(soEmailFieldMap);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment