Retrieves existing GL Export Batches from the database in the form of a DataView.

Syntax

finAccountingInterface.GetExistingGlExportBatchesDataView(dataView, [topLimit], [datedFrom])

Parameters

NameTypeOptionalByRefDescription
dataView DataView ByRef DataView containing the GL Export Batches.
topLimit Integer Optional Optionally, the number of GL Export Batches to limit to. If omitted, a value of 0 is assumed.
datedFrom Date Optional Optionally, specify a date to only include GL Exports dated on or after. If omitted, a value of Nothing is assumed.

Return Value

Boolean

A DataView object.

Member of:
finAccountingInterface
Namespace:
Intersoft.finSupport6
Assembly:
finSupport6, Version=6.0.3
Target Framework:
.NET 9.0