You need to sign in to do that
Don't have an account?

List<list<map<string,string>>> values
Hi,
I have a list of list of map.
List<list<map<string,string>>> customer
How to the retrieve the values of the map in Apex?
Thanks in adv.
Rgds,
Vai
I have a list of list of map.
List<list<map<string,string>>> customer
How to the retrieve the values of the map in Apex?
Thanks in adv.
Rgds,
Vai
You can use the Comparable Interface.
plz refer this link https://stackoverflow.com/questions/38334422/how-to-sort-listmapstring-string
Regards,
Leo
This link is telling something different. I have a list of list of map. signature as below
public static void insertData(List<List<Map<String,String>>> values) {
}
I want to loop through the values and insert it to one of the sobjects.
Thanks,
Vai
Can I get the sample values for tj\he list that you are using
Regards,
Leo