Created
August 24, 2016 21:04
-
-
Save eddywebs/58df09d8fd53c92cc2b0337eb8883e64 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List<Id> accountids = new List<Id>(); | |
accountids.addAll(new Map<Id, sObject>([select id from account where parentid='0016000000zK5N7AAK']).keyset()); | |
system.debug(accountids); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment