Hey guys,
I have created a new field on the Customer table that is either true or false (depending on whether the records were read in via an interface or not).
If the records were read in via the interface, I would like the data records to be read-only, so that they cannot longer be changed by users.
Do you have any ideas how I can make this possible? Setting fields to not editable is not a problem, but how do I do this for a complete table?
Thank you ;)