Article Details
Id:19180
Product:finPOWER Connect
Type:NEW
Version:3.04.04
Opened:20/04/2022
Closed:27/04/2022
Released:09/06/2022
Job: J028615
High Importance

finGLExportNew; New Execute() Function added which does not accept any parameters

The finGLExportNew Class has been updated so that the Execute() Function can be run without passing any parameters to it. This was required to support the GL Export as a Scheduled Process in Web Services.

If using the new function, the following properties will be required to be set prior to calling Execute:

  • BatchId
  • ExportType
  • ReExportBatch

Note: Previously all three properties were available but were read-only. Attempting to update these properties whilst executing will result in an Application Error.

The existing Function, Execute(exportType, batchId, reExportBatch), is still available for use. It simply sets the properties and then runs the parameter-less version of Execute().

Note: This only applies if using the new GL Export interface. The old (and now obsolete) interface has not been changed.