Article Details
Id:21129
Product:finPOWER Connect
Type:NEW
Version:4.01.00
Opened:29/01/2024
Closed:30/01/2024
Released:29/04/2024
Job: J032804

Smart Tags; add new tag [SEQ#3] to compliment [SEQ]

A new Smart Tags "[SEQ#3]" has been added to compliment "[SEQ]".

[SEQ#3] resolves to a sequence like [SEQ], but is left padded with "0" so it is at least 3 digits.

For example:

  • 1 resolves to 001
  • 12 resolves to 012
  • 123 resolves to 123
  • 1234 resolves to 1234

This is used in the following places:

  • Bank Export File Name
    • Export Service default File Name now includes right-click insert "[SEQ#3]"
  • General Ledger Export Id
    • Global Settings default Export Id now includes right-click insert "[SEQ#3]"
  • General Ledger Export File Name
    • Entity and Global Settings, default File Name now includes right-click insert "[SEQ#3]"
    • Export File Name now includes right-click insert "[SEQ#3]"
  • Queues
    • Export folder
    • Queue Item Export File Name

In addition, [SEQ#3] can be used in the Business Layer in the following functions:

  • finBL.Runtime.FileUtilities.FileNameResolved()
  • finBL.GetFileNameResolved()
  • finBL.GetFolderNameResolved()

Note, only one [SEQ] or [SEQ#3] will be replaced in resolved text.

The following HTML Widgets have been updated:

  • HtmlWidget_BankExportTransactions
    • Version: 1.03 (30/01/2024)
  • HtmlWidget_GLExport
    • Version: 1.03 (30/01/2024)