SOLVED

Re: How many values can we have in a picklist or multi-select field?

Go to solution
Anonymous
Not applicable

Hello,

How many values can we have in a picklist or multi-select field? Is there a limit?

Thanks,

Andrew

1 ACCEPTED SOLUTION
SanfordWhiteman
Level 10 - Community Moderator

Depends on how you're going to be entering data. For example, a free String field can be tied to a Select box on a form, giving you essentially unlimited (2 billion) possible dropdown options. But synchronizing with an SFDC restricted picklist, on the other hand, limits you in practice to their max of 1000 (IIRC).

What are the means/interfaces through which you'll be populating the field?

View solution in original post

2 REPLIES 2
SanfordWhiteman
Level 10 - Community Moderator

Depends on how you're going to be entering data. For example, a free String field can be tied to a Select box on a form, giving you essentially unlimited (2 billion) possible dropdown options. But synchronizing with an SFDC restricted picklist, on the other hand, limits you in practice to their max of 1000 (IIRC).

What are the means/interfaces through which you'll be populating the field?

Anonymous
Not applicable

Perfect. Thanks Sanford!