FNP8_SetMultiValueProperty

Sets the values in a multi-value property.

Syntax

bool FNP8_SetMultiValueProperty(StrParam)

Parameters

A comma separated string consisting of these three values:
  1. Property ID
  2. Property Value. Smart parameters are supported for this parameter only.
  3. An optional Property Type. The default is a String. Refer to the FileNet® P8 documentation for a list of Property Types.

Returns

False if the ID or Value parameters are missing or if the specified property is not a multi-value property. Otherwise True.

Level

All levels.

Details

This action sets the property of a FileNet P8 multi-value property. It can be called multiple times.
Example
FNP8_SetDocClassId("MyFilenetClass")
FNP8_SetDocTitle("MyFilenetClass Documents")
FNP8_SetProperty("CustomerName,@D.CustomerName")
FNP8_SetMultiValueProperty("InvoiceList,@D.InvoiceList")
FNP8_SetProperty("ScanStation,@STATION")
FNP8_SetProperty("ScanOperator,@OPERATOR")
FNP8_SetFileType("pdf")
FNP8_Upload()