IndexProperty_LeftJUSTIFY
Left-justifies a value that is being assigned to a target property of the FileNet® document.
Syntax
bool IndexProperty_LeftJUSTIFY (StrParamMW)
Parameters
String with two comma-separated values:- The name of the property of the FileNet document; and
- The maximum size of a value.
Smart Parameters are supported.
Returns
False if the FileNet property cannot be set. Otherwise, True.Level
All levels.Details
Left-justifies a value that is being assigned to a target property of the FileNet document.- Example
IndexProperty_ID_Variable("FNFldData,Year+SSN+ Income+Deductions+Net,256") IndexProperty_LeftJUSTIFY("FNFldData,256")This sequence provides the FNFldData property with a value, then formats the value before it is actually assigned to the active FileNet document.