Don't have an account?
Search for an answer or ask a question of the zone or Customer Support.
You need to sign in to do that
Sign in to start searching questions
Signup for a Developer Edition
Sign in to start a discussion
Hi,can any one let me know How to define unique value for picklist ?
You can not define unique value for picklist.
But yes if you want all records to have different value of picklist then you can do this by validation, but that doesn't make any sense regarding business implementation.
Thanks
Ankit Arora
Blog | Facebook | Blog Page
Hi Ankit, But i have 3 custom fields(Picklist) like
Thank you
Hi,
Create a new field with Text data type and Make that field as UNIQUE.
Write a workflow on the same object and update the newly created field with
Partner_Region__c&''&Partner_Type__c&''&Partner_Categor__c using formula editor.
Thanks,
Srikanth.K
You can not define unique value for picklist.
But yes if you want all records to have different value of picklist then you can do this by validation, but that doesn't make any sense regarding business implementation.
Thanks
Ankit Arora
Blog | Facebook | Blog Page
Hi Ankit, But i have 3 custom fields(Picklist) like
Thank you
Hi,
Create a new field with Text data type and Make that field as UNIQUE.
Write a workflow on the same object and update the newly created field with
Partner_Region__c&''&Partner_Type__c&''&Partner_Categor__c using formula editor.
Thanks,
Srikanth.K