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
Specifies the touchpoint or touchpoint group name.
Return Value
An array of touchpoint string names.
Example
rgsTouchpoints = getTouchpoints("localhost");
|
Copyright © 2014 CA.
All rights reserved.
|
|