How to set a default time

There is โ€œArrival Timeโ€ column in one table. Its type is โ€œTimeโ€. I understand that by default, user will see TIMENOW() when they enter the time. How do I set a specific time for example โ€œ09:00:00โ€ as default value instead of TIMENOW()? Thank you.

Solved Solved
0 11 351
1 ACCEPTED SOLUTION

If you want to reset the existing record with 09:00:00, you need to set the option โ€œReset on editโ€ to ON. Please remember that it will do that every time when the record is opened if you donโ€™t have any formula with it.

View solution in original post

11 REPLIES 11

Use โ€œ09:00:00โ€ as the initial value.

I tried it. But user still see TIMENOW() as default. Or I missed up any step when I set โ€œ09:00:00โ€ as initial value? Thank you for your advice.

They are probably using an older version. If you change that in the initial value, is your app preview (From the editor) showing it as โ€œ09:00:00โ€?

3X_9_2_9298e08cd6ff0b92a1b73c9e1ee7c037a5016bb9.png
This is what I see.

As a noteโ€ฆ initial value is created only when the new record is created. It doesnโ€™t change the value automatically or when that record is opened.

For the existing record, how to set default time like โ€œ09:00:00โ€?

What about the emulator preview? Does it show 09:00:00 when a new record is created?

Yes. It shows 09:00:00 when a new record is created.

If you want to reset the existing record with 09:00:00, you need to set the option โ€œReset on editโ€ to ON. Please remember that it will do that every time when the record is opened if you donโ€™t have any formula with it.

I tried to turn on option โ€œReset on editโ€. This is good option for me. I just need to add a condition so that it does not reset every time the record is opened. Thank you.

Youโ€™re welcome

Top Labels in this Space