LineItem_ExportElements

Exports the captured values in a page's Line Item Array that have been populated with LineItem_AddElement actions.

Syntax

bool LineItem_ExportElements ()

Parameters

None.

Returns

Always True.

Level

The parent field that contains the child Line Item sub-fields.

Details

Exports the captured values in a page's Line Item Array that have been populated with LineItem_AddElement actions.
Example
LineItem_AddElement("Price")
LineItem_AddElement("LineTotal")
LineItem_ExportElements()
NewLine()  

This example exports the values included in the Line Item Array to your Export file.