Previous Topic: getValueMapFieldsNext Topic: hasField


getValuesFromValueMapArray()

The getValuesFromValueMapArray returns all the columns or fields of an array.

Syntax

getValuesFromValueMapArray(groupName, arrName, fieldName, fieldValue)

Arguments

groupName (String)

Defines the name of the Custom Group that you publish.

arrName (String)

Defines the name of an array of C2OValueMap.

fieldName (String)

Defines the name of the field against which you retrieve the value of other columns or fields in an array.

fieldValue (String)

Defines the actual value of the field against which you retrieve the value of other columns or fields in an array.

Return Values

The return value is a C2OValue Return Type.