function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
ManohardontineniManohardontineni 

multipicklist select

Hii this is nanu,

 

i need help.

i have a multi picklist field(with  5 picklist values).

i want a validation rule if i choose anyone value from the multi picklist ,once saved the record it automatically add any 2 specified  picklist values ...

 

thank you in advance

TheIntegratorTheIntegrator

you can't set values using validation rule. For multi-picklist, you can't even set them using workflows. You will need to use trigger.

ManohardontineniManohardontineni

Thank you for ur fast response ...

 

first we need to add validation rule and then trigger or ...please help me how to do with trigger ..if u have any example code please help me...

 

Thank you