I'm designing a database and I want each user's record to be editable only by that user. I know that the 'acl' field exists for this purpose and I know what contents to put in the field. What I don't know is how to actually do it.
Question: how can I set the field by JavaScript? What event do I attach the JavaScript to?