IndexProperty_ID_Component

Links the property of the FileNet® document to an object of the Document Hierarchy.

Syntax

()

Parameters

Comma-separated values of:
  1. The name of a FileNet document’s property;
  2. The name(s) of one or more Document Hierarchy objects with values for the variable that will be transferred to the FileNet document’s property;
  3. The value of the maximum length of the subscript value.

Smart Parameters are supported.

Returns

False if the FileNet property specified is invalid, or the FileNet Property Collection does not exist. Otherwise, True.
Attention: If the action returns False, the action directs the Rulerunner task to finish with a status of Aborted.

Level

Page level or Field level with child Fields.

Details

This action links the property of the FileNet document to an object of the Document Hierarchy.
Example
IndexProperty_ID_Component("FNBatch,1040EZ,18")
IndexProperty_ID_Component("FNDoc,1040EZTwo,22")
IndexProperty_ID_Component("FNPageF,Front,12")
IndexProperty_ID_Component("FNPageB,Back,12")
IndexProperty_ID_Component("FNFldLast,Last,18")
IndexProperty_ID_Component("NFldFirst,First,18")
IndexProperty_ID_Component("NFldMI,MI,2")

This sequence defines seven elements of a processing index for a FileNet task. In each case, the first parameter is the name of a property of a FileNet document that has been previously assembled. The second parameter assigns the Name of a Document Hierarchy object to the FileNet document’s property. The third parameter is the property’s maximum length.

During task operations, runtime values for each object will become the FileNet document’s Index values.