LineItem_SmartParameter

Add a smart parameter algorithm as an element of a Line Item Array.

Syntax

bool LineItem_SmartParameter (strParam)

Parameters

Smart Parameter to be evaluated during processing of the Line Item array.

Returns

Always True.

Level

The parent field that contains the child Line Item field.

Details

This action permits adding a smart parameter as an element of a Line Item Array to be evaluated during the Array processing.

A Line Item Array accumulates and organizes captured line item values that are retrieved from the Data file of a particular page.

Important: A rule that uses this action must be applied to the LINEITEM fields of the Document Hierarchy.

This action is used for exporting Blank Line Item values.

Example

The following action places a child field Price of the calling field node (@F) appended with the current time in format HH:MM:SS to the export file.

LineItem_ExportElements populates this element and other elements of the array with the captured values that it finds in a page's Data file before exporting them.

LineItem_SmartParameter("@F\Price+@TIME(HH:MM:SS)")
LineItem_ExportElements()