Vdugetonevalue; Vdugetvalues - Avaya Interaction Center Programmer's Manual

Vtel programmer guide
Hide thumbs Also See for Interaction Center:
Table of Contents

Advertisement

Methods
Output
Parameters
Examples
[VTel.VDUGetData("2df5d9e6003b00007800002a1f430002",{0,0})]
Notes
This method may return a large number of data elements. Be sure to allow
enough room for the response. While it can be limited by setting the maximum
number to return, this is not very useful in this case as the ordering of return
values is arbitrary and you cannot determine what has been missed.

VDUGetOneValue

IDL Syntax
ORBStatus VDUGetOneValue( in string vduid, in string name,
out string value );
Description
Retrieves one value from an EDU.
Input
Parameters
Output
Parameters
Examples
[VTel.VDUGetOneValue("2df5d9e6003b00007800002a1f430002","ani",)]
Notes
The EDU must currently exist within VTel.

VDUGetValues

IDL Syntax
ORBStatus VDUGetValues( in string vduid, out SeqCouple
values );
78 VTel Programmer Guide
Name
Description/Comments
values
Values of all data elements currently in the EDU.
Name
Required
vduid
Yes
name
Yes
Name
value
Description/Comments
An EDU active in VTel.
EDU data element to be returned.
Description/Comments
Value of the specified data element.

Advertisement

Table of Contents
loading

This manual is also suitable for:

Interaction center 6.1

Table of Contents