Skip to content

Instantly share code, notes, and snippets.

@mpassovoy
Created February 11, 2019 21:04
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 mpassovoy/a48e0a1507836b40e957d1215ccca960 to your computer and use it in GitHub Desktop.
Save mpassovoy/a48e0a1507836b40e957d1215ccca960 to your computer and use it in GitHub Desktop.
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