Skip to main content
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?
5 answers
  1. Nov 19, 2015, 1:21 PM
    Mind going into more detail on the why you want this? There may no other options to solve same need.
0/9000