BEFORE OF ALL, I'm very sorry if my english were not good enough.
Is there I missed understand any thing in Dynamic Logic?
I'm working on limit of editable some fields by datetime. The scenario like this:
1. I created a datetime field name [Edit Ended At], it means the ability to edit field no later than the time wrote in the field. Formular is created datetime of record + 5mins => It's done.
2. In the field I set read-only by the condition: [Edit Ended At] in the past.
Bug here is:
1. [Edit Ended At] and System Clock is the same date => Still able to edit field set dynamic logic condition.
2. [Edit Ended At] is totally in the past of date => Not able to edit field which it set dynamic logic condition.
So is the condition means that it only compare by date or here is a self-bug of timezone different between System's Clock and [Edit Ended At] datetime timezone ? because i'm looking into my own data, [Edit Ended At] is being calculated by UTC Timezone.
Note: My clock is 01:32 CH = 13:32 (GMT+7)
1. Still able to edit when created date & Edit Ended At & System Clock are the same.
2. Condition I set for the field.
3. The record not able to edit when Date of [Edit Ended At] is in the past:
Is there I missed understand any thing in Dynamic Logic?
I'm working on limit of editable some fields by datetime. The scenario like this:
1. I created a datetime field name [Edit Ended At], it means the ability to edit field no later than the time wrote in the field. Formular is created datetime of record + 5mins => It's done.
2. In the field I set read-only by the condition: [Edit Ended At] in the past.
Bug here is:
1. [Edit Ended At] and System Clock is the same date => Still able to edit field set dynamic logic condition.
2. [Edit Ended At] is totally in the past of date => Not able to edit field which it set dynamic logic condition.
So is the condition means that it only compare by date or here is a self-bug of timezone different between System's Clock and [Edit Ended At] datetime timezone ? because i'm looking into my own data, [Edit Ended At] is being calculated by UTC Timezone.
Note: My clock is 01:32 CH = 13:32 (GMT+7)
1. Still able to edit when created date & Edit Ended At & System Clock are the same.
2. Condition I set for the field.
3. The record not able to edit when Date of [Edit Ended At] is in the past:
Comment