cancel
Showing results for 
Search instead for 
Did you mean: 

How to use Map data type Parameters

Former Member
0 Kudos

HI,

I am using version 12.1.5 and i want to know, how to consume a parameter of Map data type ?

I created a transaction property of map data type with 5 keys and 5 corresponding values. But the trouble is now that i am not able to extract the values for any specific key of that property.

There are functions in link editor which return all keys in a map, another which returns all vaues in a map, i can add key and value to map, remove them.....but i cannot find a way to get value of a key specified.

Thanks

Piyush Govil

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Piyush,

Have you tried following code in your expression editor:

Transaction.MapPropertyName

Regards,

Manoj Bilthare