is that possible to mass add dropdown list in the module create instead of adding one item by one item?
Create an entry called zxcvbnm
or something weird like that.
Run a QR&R.
Search your file system under custom
directory for the string zxcvbnm
, you should find two files, one is the source of the QR&R, which is the one you should edit, the other is the result of the QR&R.
Figure it out and add the entries as text using an editor.
There are also ways to grab all values from a database table, if you need that.
Thanks for the suggestion,
I create the entry name, zxcvbnm
I did a [Quick Repair and Rebuild]
and I searched for the entry “zxcvbnm” in the crm folder but could not find it
Hello Eugene,
you’d need to search via the command line inside the text files.
SSH into your server, change to your SuiteCRM custom folder
(normally in: public/legacy/custom/)
and then, search for the text inside files:
grep -rnw . -e 'zxcvbnm'