• King Kon
  • NEWBIE
  • 0 Points
  • Member since 2014

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 0
    Replies
Hi can anyone help,

I have created a map which represents the following

map<Id, Map<Id, SObject> myMap = new map<Id, Map<Id, SObject>();

I have populate the different keys and values but I'm having problems retrieving the values in the SObject without having to loop through the map.

Something like myMap.values().values()

I know I can use mymap.get().get() so there must be some sort of shortcut