Disable selection in form (just create new)
J
Jeff Miller
One workaround is to create a set of impossible filters in the table. For example, if the record you need to create has a date field, you could add the following conditions:
where
date
is after todayand
where
date
is before todayThis makes it impossible to select any items, as a date cannot be both before and after today.
M
Marlène
Would really help!
M
Mamun Shal
we urgently need this for a lot of forms.