Konstanten für Feldvorgaben

Konstanten für Standardwerte

Zur dynamischen Nutzung stehen Konstanten bereit, die automatisiert Datum und Zeit definieren:

    • [CURRENT_DATE]: Aktuelles Datum
    • [CURRENT_TIME]: Aktuelle Uhrzeit
    • [DUE_DATE]: Fälligkeitsdatum (zur Festlegung von Fristen)

Diese Konstanten erleichtern die Dateneingabe und sorgen für automatisierte und fehlerfreie Zeitangaben bei den Standardwerten.

Date and Time Constants

    • [CURRENT_DATE] - Current date
    • [CURRENT_TIME] - Current time
    • [CURRENT_DATETIME] - Current date and time
    • [DUE_DATE] - Due date
    • [LASTMONTH_STARTDAY] - First day of last month
    • [LASTMONTH_ENDDAY] - Last day of last month
    • [CURRENTMONTH_STARTDAY] - First day of current month
    • [CURRENTMONTH_ENDDAY] - Last day of current month
    • [CURRENTYEAR_STARTDAY] - First day of current year
    • [CURRENTYEAR_ENDDAY] - Last day of current year
    • [MONTHBEFORE_LASTMONTH_STARTDAY] - First day of the month before last month
    • [MONTHBEFORE_LASTMONTH_ENDDAY] - Last day of the month before last month

Date Calculations

    • [CURRENT_DATE]+[14D] - Current date plus 14 days
    • [CURRENT_DATE]-[14D] - Current date minus 14 days
    • [CURRENT_DATE]+[2M] - Current date plus 2 months
    • [CURRENT_DATE]-[2M] - Current date minus 2 months
    • [CURRENT_DATE]+[1Y] - Current date plus 1 year
    • [CURRENT_DATE]-[1Y] - Current date minus 1 year

Date Components

    • [YYYY] - Current year
    • [MM] - Current month
    • [DD] - Current day

Status Constants

    • [STATUS_NAME] - Name of the status
    • [STATUS_COUNT] - Count of the status
    • [STATUS_SHORT] - Short form of the status

Counter Constants

    • [GLOBAL_COUNTER_1] - Global counter 1
    • [GLOBAL_COUNTER_2] - Global counter 2

I-Series Constants

Constants from I4201 to I4262 (e.g., [I4201], [I4202], etc.)

C-Series Constants

Constants from C2301 to C2396 (e.g., [C2301], [C2302], etc.)