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

How to pull all the values of a multi select picklist field?
Hi,
I want to get all the values of a multi select picklist custom field, no matter what values are selected through apex code. Can anyone tell me how could I approach this?
I want to get all the values of a multi select picklist custom field, no matter what values are selected through apex code. Can anyone tell me how could I approach this?
Use following code snippet
Best Regards,
Amit Ghadage
All Answers
Use following code snippet
Best Regards,
Amit Ghadage
Create a class like this below
And invoke the method from your code with your object name and field name as parameters like below
Let me know if you have any problem
Close the thread by marking it as best answer if it solved your req
Regards