Article Details
Id:19744
Product:finPOWER Connect
Type:NEW
Version:4.00.00
Opened:20/09/2022
Closed:03/11/2022
Released:21/12/2022
Job: J029596

GL Export; the default Export Id can now be defined under Global Settings

The default General Ledger Export Id can now be customised.

Previously this always used YYYYMMDD.SEQ, where YYYY is a four digit year, MM is a two digit month, DD a two digit day and SEQ a number to make it unique.

Now, under Global Settings, General group, GL and Accounting page the default can be customised.

It can include any text and the following special tags:

  • [YYMMDD]
    • This will be replaced by the current date, e.g. 220930
  • [YYMMDDHHMM]
    • This will be replaced by the current date and time including hours and minutes, e.g. 2209301325
  • [YYMMDDHHMMSS]
    • This will be replaced by the current date and time including hours, minutes and seconds, e.g. 220930132545
  • [YYYYMMDD]
    • This will be replaced by the current date, e.g. 20220930
  • [YYYYMMDDHHMM]
    • This will be replaced by the current date and time including hours and minutes, e.g. 202209301325
  • [YYYYMMDDHHMMSS]
    • This will be replaced by the current date and time including hours, minutes and seconds, e.g. 20220930132545
  • [SEQ]
    • This will be replaced by a sequence number. This will start at 1 and be incremented until a unique Id is found or 99 is reached.