Previous Topic: getResourceTotalNext Topic: getValueFromValueMapArray()


getTouchpoints

The getTouchpoint function returns a list of touchpoints referenced by a touchpoint name, or a touchpoint group name. This method returns an array of strings. An empty array means that the touchpoint group is empty, or the touchpoint with the given name does not exist.

Syntax

rgsTouchpoints = getTouchpoints(TouchpointOrGroupName)

Arguments

TouchpointOrGroupName (String)

Specifies the touchpoint or touchpoint group name.

Return Value

rgsTouchpoints (String Array)

An array of touchpoint string names.

Example

rgsTouchpoints = getTouchpoints("localhost");