javascript - How to display or list the contents of the Mirth GlobalMap objects -
is there method/function available in mirth connect list or output contents of global map? both 'key' , value of key.
following code print key value of global map variable in mirth
each(key in globalmap.getvariables().keyset().toarray()) logger.info(key + ': ' + globalmap.get(key));
Comments
Post a Comment