Skip to content

Instantly share code, notes, and snippets.

@krystiancharubin
Last active October 15, 2022 09:42
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save krystiancharubin/b7fe226f2bbbfd5b319d to your computer and use it in GitHub Desktop.
Save krystiancharubin/b7fe226f2bbbfd5b319d to your computer and use it in GitHub Desktop.
global class InvalidateEmails implements SandboxPostCopy {
global void runApexClass(SandboxContext context) {
System.debug(context.organizationId());
System.debug(context.sandboxId());
System.debug(context.sandboxName());
run();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment