Finds the next Batch Id to use from a Transaction Type.

If performUpdate is True, the database will be updated that this code has been used if the code defined on the Transaction Type (or Global Settings) does not contain any tags.

Syntax

finBatchFunctions.GetNextBatchIdFromTransactionType(transactionTypeId, [performUpdate])

Parameters

NameTypeOptionalByRefDescription
transactionTypeId String The Batch Transaction Type.
performUpdate Boolean Optional If True, the generated Batch Id will be set as the next on the Transaction Type (or Global Settings). If False, the next Id is retrieved for viewing purposes (no database updates will be made). If omitted, a value of True is assumed.

Return Value

String

A string value.

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