Section II – Functional Modules > Interaction Interface > Functions         Bottom of Page
Genesys 8.1
SCXML Technical Reference
< Object Model            Parameter Elements >

Functions

_genesys.FMname.getMediaIntValue

This function returns the integer value for the interaction media type (_genesys.FMname.interactions[x].mediaFM.media) based on the string name.

intvalue _genesys.FMname.getMediaIntValue(media)

Parameters:

Returns: intvalue: NUMBER — The result of the function is an integer value which represents the given media type. A value of zero (0) will indicate that an integer value could not be found.

_genesys.FMname.setuData

This function adds new udata or updates existing udata for an interaction. This function will not affect existing udata values that do not match the property names defined in the input parameter. For example:

Existing udata

Requested additions and updates

Resulting udata

udata.d1 = 3

udata.d2 = 4

udata.d3 = 5

d3 = 10000

d6 = 67

d7.a = 88

d7.b =99

udata.d1 = 3

udata.d2 = 4

udata.d3 = 10000

udata.d6 = 67

udata.d7.a = 88

udata.d7.b = 99

void _genesys.FMname.setuData(input, ixn)

Parameters:

Returns: void

_genesys.FMname.deleteuData

This function deletes a udata property or all of the udata properties from the given interaction.

void _genesys.FMname.deleteuData(key, ixn)

Parameters:

Returns: void




Section II – Functional Modules > Interaction Interface > Functions         Top of Page
Genesys 8.1
SCXML Technical Reference
< Object Model            Parameter Elements >