Skip to content

Instantly share code, notes, and snippets.

@jeffdonthemic
Created June 16, 2016 16:03
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 jeffdonthemic/266c740a875818c87fca8d8278b25a38 to your computer and use it in GitHub Desktop.
Save jeffdonthemic/266c740a875818c87fca8d8278b25a38 to your computer and use it in GitHub Desktop.
List<Product2> products = [select id, name from product2 where productcode = 'foo'];
Set<Id> ids = (new Map<Id,Product2>(products)).keySet();
System.debug(ids.size());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment