Guest User

Untitled

a guest
Apr 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. Map<Id,List<contact>> AccConMap = new Map<Id,List<contact>>([SELECt id,
  2. (Select id, firstname From
  3. Contacts) FROM Account LIMIT 10]);
  4.  
  5.  
  6. System.debug('Account Key-->'+AccConMap.KeySet()+'Contact Values'+AccConMap.Values());
Add Comment
Please, Sign In to add comment