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 个回答
  1. 2015年11月19日 13:21
    Mind going into more detail on the why you want this? There may no other options to solve same need.
0/9000