Disable selection in form (just create new)
A
Augusto Sagaon
As title says, we would like to be able to disable the option for users selecting a record in a form when the type is a linked record, so they will just be able to create new records.
This is very helpful for new sales forms
I made an image that speaks for itself
Photo Viewer
View photos in a modal
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.