Queue a Background Process to run Bank Export Create (the Execute Commit phase).

Syntax

finHtmlWidgetUtilities.QueueBackgroundProcess_BankExportCreate_ExecuteCommit(processId, refreshData, transferDate, batchNotes, [bankExport], [desktopMode])

Parameters

NameTypeOptionalByRefDescription
processId String A String value which can be used to poll the status of a Background Process (this corresponds to the entry that has been created in the ProcessStatus table).
refreshData String Refresh Data to update. This should a JSON version of finAccountDirectDebits.jsonHtmlWidgetAccountDirectDebits which holds information of Accounts to process.
transferDate Date The Bank Transaction Transfer Date. This is only specified after the refresh, therefore must be supplied at this time.
batchNotes String Batch Notes.
bankExport finBankExport Optional If Executing a file-based Export, the finBankExport object. Omit, or pass Nothing to only create the Batch and not Export a file. If omitted, a value of Nothing is assumed.
desktopMode Boolean Optional If True, this indicates that Web Services are not going to be used to process this HTML Widget and finPOWER Connect desktop should take control instead. If omitted, a value of False is assumed.

Return Value

Boolean

A Boolean value indicating success.

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