You need to sign in to do that
Don't have an account?

i have three text field called first name,middle name,last name.i want to make them unique using admin.how?
i have three text field called first name,middle name,last name.i want to make them unique using admin.how?
I'm not sure why you would want to do this... but anyway....
- If you want each field individually to be unique set the unique property on the field.
- If you want the sum of the fields to be unique you can create another field called full name and set as unique. Create a workflow rule that updates the full name with a concatenation of the 3 fields when any of the value is changed and are all populated (you may need to make the field mandaratory).
Cheers,Richard