문제

Is there a way to create a validation that a field is unique?

Say I have a custom field for which seat on my private jet each Contact has - I'd love if there were a way to validate that I hadn't double-assigned that seat.

I haven't found a simple function like ISBLANK to test uniqueness directly, but is there another way to accomplish this?

Thanks!

도움이 되었습니까?

해결책

I don't beleive there's a way to do it with a validation rule, but the field definition (for most field types) includes the option to mark it as uniuque, just update the field definition.

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top