Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The returned list is ordered based on the order of the 'stack' of agents in the Roster screen. Agents at the bottom of the stack are returned first.e.g.

Example

pseudo code


Code Block
Select From

...

For

  – step that does something with a rostered agent.

...

 Roster for 'Support Team' into 'engineers'
For engineer in engineers
  Log ${engineer.UserName} has mobile ${engineer.MobileNumber}
End For


Team

The Roster Team for which  you want to get the list of currently rostered agents.

...

  • UserName
  • Extension
  • PhoneNumber
  • MobileNumber
  • Email

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

...



Refer to the java docs for additional information:

...