Select From Roster
The Action Script 'Select From Roster' loads a list of Accounts that are currently rostered into a variable for processing by subsequent steps such as 'For' - 'End For'.
...
– step that does something with a rostered agent.
End For
Team
The Roster Team for which you want to get the list of currently rostered agents.
List Variable Name
The name of the variable to store the list of rostered Agents into.
Limit
Limits the number of Accounts that are saved into the list.
When you limit the number of Accounts, Accounts at the end of the list are remove (so Accounts at the visual top of the Roster stack).
Agent details
When iterating over the list of rostered agents, each agent entity exposes the following properties:
- UserName
- Extension
- PhoneNumber
- MobileNumber
Example
If the 'For' step stipulates that the 'Item Variable Name' is 'Engineer'.
...