LineItemAddBlankFields
Includes the specified number of blank fields as elements of a Line Item Array.
Syntax
bool LineItemAddBlankFields()
Parameters
Count:: The number of Blank CSV field values to export as part of the Line Item Array.
Smart parameters are supported.
Returns
Always True.Level
The parent field that contains the child Line Item field.Details
This action includes the specified number of Blank Line Item fields as elements of a Line Item Array. A Line Item Array accumulates and organizes captured line item values retrieved from the Data file of a particular page. This action will add "blank" values to the collection that will be exported when LineItemExportElements is called.
This action is used for exporting Blank Line Item values.
- Example
-
LineItemAddBlankFields("6")The action above expands the Line Item Array by six blank fields. LineItemExportElements will populate this element and other elements of the array with the captured values it finds in a page's Data file before exporting them.