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

Validation rule on multi-select picklist for duplicate values check
Hi everyone,
I am newbie to salesforce, Please suggest me is there any way to check the duplicate data selected from multiselect picklist.
I am newbie to salesforce, Please suggest me is there any way to check the duplicate data selected from multiselect picklist.
Can you clarify further please?
1. Do you mean is there a way to check for duplicate data across different records?
2. Do you mean is there a way to check for duplicate picklist values having been selected on the same field?
If no 2., then you would just need to ensure that you remove the duplicate picklist values on that particular field in Setup --> Create --> Custom Object Name --> Field Name
You can run a report on your existing data to find out what the current values are that might need de-duping.
If you wish to de-dupe records, then you might want to install an app from the AppExchange - possible suggestion are here: https://appexchange.salesforce.com/results?keywords=duplicate
If this resolves the issue for you, please Mark this as Best Answer and mark the query as Resolved