Skip to main content
I need a validation rule for Multi Picklist to prevent users from uploading values other than the defined Multiselect picklist values.

For example I have 5 values defined for MSP, howwever users can upload any othe values from API and I need to restrict that.

Thanks
3 réponses
  1. 19 mai 2015, 15:23

    Hi Karanraj,

    Thanks for your help, however this only works when all the values are out of the standard values.

    i.e.

    A; B ; C - validation works

    A; value2; B - validation do not work, since the execution ends at IF(INCLUDES(MSP__c,'value2'),False, which is False.
0/9000