BaseOfVersion

ide.Java.BaseOfVersion = SRC | DT | ET | UDV | BDV

This key can be used to change the default value for the placeholder $$Version in the ge­ne­ra­ted program code. Possible values include the following:

SRC

This is the default value: $$Version will be replaced by the source generation timestamp in the ge­ne­ra­ted code.

DT

$$Version is replaced in the ge­ne­ra­ted code by the save timestamp of the decision table.

ET

The same as DT: ET is just the abbreviation for "Entscheidungstabelle", the german expression for "decision table"

UDV

$$Version will be replaced by the User defined Version in the ge­ne­ra­ted code. If no user-defined version is specified, then the save timestamp of the decision table is used and a corresponding note is issued in the processing log.

BDV

The same as UDV: BDV is just the abbreviation for "Benutzerdefinierte Version", the german expression for "User defined Version"

Entry in an LFET.Project.ini-file:
ide.Java = true

ide.Java.BaseOfVersion = DT
Entry in an LFET.Project.yaml-file:
LFET:

  ide.Java:
    Enabled: true

    BaseOfVersion: DT

User defined version of a deci­sion ta­ble:

  • The User defined Version of a decision table can be accessed and edited in the main screen using the context menu: File > Version of this Decision Table

  • Any date is accepted as input value, in the format DD.MM.YYYY or MM.DD.YYYY, de­pen­ding on the language

  • An additional time specification in the format HH:MM or HH:MM:SS is optional

  • A good overview of all user defined versions in decision tables is provided by the Excel output of the function List-DT (decision table list) in the UDV column