Skip to content

Instantly share code, notes, and snippets.

@krystiancharubin
Created March 11, 2016 03:14
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/91bfb0daea6b76c03993 to your computer and use it in GitHub Desktop.
Save krystiancharubin/91bfb0daea6b76c03993 to your computer and use it in GitHub Desktop.
static Map < String, Map < String, Object >> objectConditionals = new Map < String, Map < String, Object >> {
'Lead' => new Map < String,
Object > {
'isConverted' => false
}
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment