IndexProperty_ID_DateComponent
Sets up the Date element of the processing index of the FileNet® task.
Syntax
bool IndexProperty_ID_DateComponent (StrParamMW)
Parameters
String consisting of four comma-separated values:- The name of the FileNet document’s Date property
- The name of a Document Hierarchy object with a Date property
- The format of the Date when supplied to the FileNet document
- The format of the Date value that is being added to the task’s processing index. See the example for acceptable Date values.
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 element can supply Date information to a Date property of the FileNet document.The parameters can use these Date formats: cc Century 20 yy Year 03 yyyy Year 2003 dd Day 29 mm Month 06 Julian Year/Day 03-145
- Example
IndexProperty_ID_Date_Component("FNStart,1040EZ,mm/dd/yy,yyyy/mm/dd")This example re-formats the value of the Batch object’s Start Date and assigns it to the FNStart property of the FileNet document.