ExportAllFields

Exports all field values on the current page, including values of Line Item Detail sub-fields - with exceptions.

Syntax

bool ExportAllFields ()

Parameters

None.

Returns

False, if the action is not used at the Page level. Otherwise, True.

Level

Page level.

Details

This action exports all field values of the current page. However, the action does not export those values of Field objects of the Document Hierarchy with:
  1. A setup NOEXPORT variable of "1", or
  2. A value of a runtime SetIgnoreStatus, a field status equal to the Numeric field status defined by a previously-run SetIgnoreFieldStatus action. For details, see the description of that action.
Example
ExportAllFields()