I have a custom object that I want users to only be able to create a record of once. But I can't find any way to do this. I can't make the CreatedBy field unique, I can't use a validation rule, I can't add a field to User that could count how many records of an object they've created, and I can't make a trigger with a select count() query. Anyone know how I can do this?