AlarmJournalTable,How to set default Datetime?

AlarmJournalTable,How to set default Datetime?


If I bind like it, customers can't change Datetime?
I want bind the datetime first time, How to do it?

Use now(0) instead of now(). The former only executes on demand. The latter executes once per second. (See the docs.)

1 Like