Hi I would like to know if I can make something editable only in a certain time frame.
Thanks
Hi I would like to know if I can make something editable only in a certain time frame.
Thanks
@Laboratorio_DEYA
Yes you can do that
Do the following:
SWITCH(AND(NOW() >= “08:00:00”, NOW() <= “17:00:00”),
“ALL_CHANGES”,“READ_ONLY”,
Thank that worked great XD