• RAG_SFDC
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies

Hi Guys,

 

I am trying to add values into nested map

 

here it is

 

Map<String,Map<String,Map<String,List<Case>>>> xyz Map = new Map<String,Map<String,Map<String,List<Case>>>>();

 

 

How to add values to this map.

 

Appreciate your help :)

 

Hi Guys,

 

I am trying to add values into nested map

 

here it is

 

Map<String,Map<String,Map<String,List<Case>>>> xyz Map = new Map<String,Map<String,Map<String,List<Case>>>>();

 

 

How to add values to this map.

 

Appreciate your help :)