Home > FAQ > Admin Function FAQ
Admin Function FAQ
1. Is it possible to make a Custom Table read only, so users can just look at the data but not modify?
Using scripting, it’s possible. You would just add the following line in the OnLoad section:
SubentityForm.Table.Enabled = False
See also
|