Example of setting an asaiuui variable in a VRD vector with the Last Agent Login ID
Define the asaiuui variable with a Length matching the longest agent login ID in the system.
change variables Page 31 of 39
VARIABLES FOR VECTORS
Var Description Type Scope Length Start Assignment VAC
..
UA UUI Last Agent ID [7 digit] asaiuui L 7 14
You must set the asaiuui variable with the Last Agent Login ID in a VRD vector only. If you try to set the variable in a non-VRD vector step, the system generates the Vector Event 354, which is an Assignment not allowed
event.
display vector 890 Page 1 of 6
CALL VECTOR
Number: 890 Name: VEC-810-UUI-VRD-VDN Background BSR Poll? n
..
01 set UA = LA SEL 7
02 route-to number 1118003 with cov n if unconditionally
03
If the Last Agent Login ID is 7 digits, for example 570-3367, vector step 1 in the example, sets bytes 14-20 of the UUI that is associated with this call, with the login ID. When the call is routed to the IVR system by vector step 2 the Agent Login ID is included in the UUI.
You must design the IVR system application such as, Experience Portal with Orchestration Designer to read the portion of the UUI, bytes 14-20, containing the agent identifier. Since UUI is flexible and can be used to convey multiple information fields, the location of the agent identifier within the UUI must match across the vectoring, where the agent identifier is written, and Experience Portal, where the agent identifier is read.
If the Last Agent Login ID is 5-digits long, for example 12345, the system adds leading zeros 0
to the Agent Login ID when setting the 7 bytes of the UUI. Bytes 14-20 of the UUI will contain digits 0012345. The IVR system is responsible for handling the leading 0s
, if there are varying Agent Login ID lengths in the system.
If the Last Agent Login ID is 9-digits long, for example 123456789, the last 7 digits of the Agent Login ID is used when setting the 7 bytes of the UUI. Bytes 14-20 of the UUI will contain digits 3456789. No vector events are generated. The system administrator is responsible for ensuring that the asaiuui variable is defined and set with a length that matches the longest agent login ID in the system.