LineItem_BlankFields
Includes the specified number of blank fields as elements of a Line Item Array.
Syntax
bool LineItem_BlankFields (strParam)
Parameters
The number of Blank fields to export as part of the Line Item Array.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 that are retrieved from the Data file of a particular page.
Attention: 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 expands the Line Item Array by six blank fields.
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_BlankFields("6")