LineItem_AddElement (deprecated)
Includes the specified Line Item Field object as an element of a Line Item Array. This action has been deprecated and is scheduled to be removed in a future release. It is recommended that you no longer use this action. Instead, use the LineItemAddElement action in the ExportToText action library.
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()