IndexProperty_ID_Value

Assigns a constant value to a particular property of a FileNet® document.

Syntax

()

Parameters

String with two comma-separated values:
  1. The name of the FileNet document’s target property;
  2. The constant’s value.

Smart Parameters are supported.

Returns

False, if the FileNet property specified cannot be set. Otherwise, True.

Level

All levels.

Details

Assigns a constant value to a particular property of a FileNet document.
Example

The following action assigns “3” to the FNTaxQtr property of the FileNet document when the FileNet task processes the bound object of the Document Hierarchy, the object to which the action’s rule applies.

IndexProperty_ID_Value(FNTaxQtr,3)