Hello,
Does dropdown field in the suitecrm have number of values limit?
Thank you!
Hello,
Does dropdown field in the suitecrm have number of values limit?
Thank you!
Hi @rsp
I’ve not encountered one so far.
There is the country list with 234 values - which is odd to use, but technically fine.
After all, the values are “just” an array in PHP files:
public/legacy/include/language/en_us.lang.php
public/legacy/custom/include/language/en_us.lang.php
Browser wise I’ve noticed before, that multiple dropdowns with thousands of values can slow down rendering the page.
And UI wise, depending on your users, they might be unhappy about a high amount of values.
But other than that, I can’t imagine that there is a strict limit.