LineItem_AddElement
Includes the specified Line Item Field object as an element of a Line Item Array.
Syntax
bool LineItem_AddElement (strParam)
Parameters
The name of the child Field object of the Document Hierarchy.Returns
Always True.Level
The parent field that contains the child Line Item field.Details
This action includes the specified Line Item field object as an element of a Line Item Array.A Line Item Array accumulates and organizes captured line item values that are retrieved from the Data file of a particular page.
Note: A rule that uses this
action must be applied to the LINEITEM fields
of the Document Hierarchy.
This action is used for exporting Line Item values.
- Example
The following action expands the Line Item Array by one field: Price.
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_AddElement("Price") LineItem_ExportElements()