Guest User

Untitled

a guest
Mar 21st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. Map<String, String> ppmap = new Map<String, String>([SELECT Name__c, QuestionString__c FROM PObj__c]);
  2.  
  3. Invalid initializer type List<PObj__c> found for Map<String,String>: expected a Map with the same key and value types, or a valid SObject List
Add Comment
Please, Sign In to add comment