HarmonyCore
HarmonyCore copied to clipboard
Support all repository field data types
The ODataModel template currently includes support for these field types:
- Alpha
- Decimal
- Implied Decimal
-
Date
- D8 (YYYYMMDD, MMDDYYYY and DDMMYYYY)
- D6 (YYMMDD, MMDDYY and DDMMYY)
-
Julian date
- D7 (YYYYJJJ)
- D5 (YYJJJ)
-
Time
- D4 (HHMM)
- D6 (HHMMSS)
-
Integer
- I1, I2, I4 and I8
We do not currently support the following field types:
-
Period dates
- D6 YYYYPP
- D4 YYPP
-
User-defined fields
- U type, including support for the various ODBC custom date types.
-
Packed fields
- P type. Not sure if we need to go there?
Currently if one of these fields is encountered the template currently inserts property get and set methods with no code in the procedure division.
Aha! Link: https://synergex.aha.io/features/HC-80