Dropdown editor and dropdown lists, how to delete and edit?

Hello.
There are few questions:
1)How I can delete/rename dropdown lists that I don’t need any more?
2)That lists keep data in Database also, or all data located only in site folder?
3)Where exactly in site folder I can find files with dropdown lists?

I have a task(problem) where I need to create dropdown list with 100 lines, after him I must create his child dropdown list(for dynamic dropdown) with 1000 lines and third one (grandchild) with 3000 lines.

It’s impossible to do that via WEB, I need to edit files, that will be much faster. So I need answers on questions above

Hi,

the custom dropdown field are located in :
custom/include/language/filename…php

the out of box dropdown can be edit in admin section of suitecrm : Dropdown Editor Add, delete, or change the dropdown lists
When you change here, the changed value merge with custom/include/language/filename…php

For me dropdown with 3000 lines is not the good choose. Another guy can give his opinion.

Regards

Job done. Thanks a lot!!!

But I found 1 bug with Dynamic Dropdown.
If I edit Dynamic Dropdown from Edit Mode, it works fine.
But if I try to edit it from Fast Create mode or from Detail View - it works like regular dropdown, so I see all of hundreds and thousands fields.

Problem solved. I had issue with permitions in CRM folder.