Try OpenEdge Now
skip to main content
BPM Events User's Guide
Persistent structures : Using persistent maps : Updating attributes of a given key
 

Updating attributes of a given key

Updating key is also done through action-items. You can get the value of a particular key using the following statement:
A1::M1::ucls0.get("user_key01");
To get the attributes of this key, use the following syntax:
var avg = A1::M1::ucls0.get("user_key01").avg_resp_time;
Methods to modify persistent map instance contents, whether through operators or action items, are described in the following sections.