I think I got a bit closer.
When adding the DSTIME (Auto) parameter to a class according to the below, I indeed get the actions recorded in ^OBJ.DSTIME class.
Parameter DSTIME As STRING [ Constraint = ",AUTO,MANUAL", Flags = ENUM ] = "AUTO";However, there are two exceptions:
- The timestamp is not recorded (Highlighted in Red)
- This works only for classes with Cache storage type. Changes in classes with SQL storage type are not recorded.
.png)
- Log in to post comments