Script functions reference > Script functions in alphabetical order > G > GetConnectorValue

GetConnectorValue
Syntax
GetConnectorValue(field_name);
field_name
Description
Returns the value of a named field from a connector.
Returns
A string specifying the value of a connector field. If the field is not found, an empty string is returned.
Example
$subject=GetConnectorValue("subject");
Result:
$subject="This is a test subject"
OpenText StreamServe 5.6 Updated: 2013-03-01