
4 Antworten
Another way you can create composite key for zip code + metro field. So you can compare both fields together as:
MatchZips.put( obj.zipcode__c + obj.metro__c, obj );

Another way you can create composite key for zip code + metro field. So you can compare both fields together as:
MatchZips.put( obj.zipcode__c + obj.metro__c, obj );