Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Generic Map of Object and Reference field
Map<String,String> objMap = new Map<String,String>();
objMap.put('Product2','Id');
objMap.put('PriceBookEntry','Product2Id');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment