FieldContainsValue

Determines whether the current field value contains some or all of the specified text but no additional text.

Syntax

bool FieldContainsValue (StrParam)

Parameters

Text that the action is looking for in the current field. Smart parameters are supported.

Returns

False if the CurrentObj.Text variable of the object does not contain the parameter value. Otherwise, True.

Level

All, but generally at the Field level.

Details

This action determines if a field represented by the bound object of the Document Hierarchy contains some or all of the parameter's text value, without additional unspecified text.
Example
FieldContainsValue("NEW")
Parameter: "NEW" = TRUE
Parameter: "NEW Action" = TRUE
Parameter: "Project" = FALSE
Parameter: "NEW Project" = TRUE
Parameter: "Development" = FALSE