Skip to content

Instantly share code, notes, and snippets.

@krystiancharubin
Created March 11, 2016 03:14
Show Gist options
  • Select an option

  • Save krystiancharubin/91bfb0daea6b76c03993 to your computer and use it in GitHub Desktop.

Select an option

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