Is there a way I could declare a variable of type HashMap which would call some java method to populate the HashMap?
I want to have a hashmap in a report so depending on what the value of a certain field is, I would like to get the full description of it from an Hashmap.