...
When iterating over the list of rostered agents, each agent entity exposes the following properties:
getUserName
getExtension
getPhoneNumber
getMobileNumber
...
- UserName
- Extension
- PhoneNumber
- MobileNumber
Example
If the 'For' step stipulates that the 'Item Variable Name' is 'Engineer'.
In subsequent Route Steps (between the For and End For) you can access any of the above properties by stipulating a Route Variable with names like:
Engineer.Username
Engineer.MobileNumber
Refer to the java docs for additional information:
...