Hi all this is my first post and I'm loving EspoCRM. I would like to use the Cases for regular support but also tracking a slightly more involved process of managing visa requirements.
I looked through the source code and database and the only instances of the strings 'question', 'incident' and 'problem' seem to be in:
Does anyone know if I can simply edit the three files above to add additional case types and repeat the process after any updates in order to provide additional options in the selection.
Or is there some other method of doing so more robustly?
Thanks in advance for your help.
Edit: To clarify, I only need any way to segregate regular support requests from the visa support request.
I looked through the source code and database and the only instances of the strings 'question', 'incident' and 'problem' seem to be in:
- /data/cache/application/languages/en_US.php
- /data/cache/application/metadata.php
- /data/cache/application/objMetadata.php
Does anyone know if I can simply edit the three files above to add additional case types and repeat the process after any updates in order to provide additional options in the selection.
Or is there some other method of doing so more robustly?
Thanks in advance for your help.
Edit: To clarify, I only need any way to segregate regular support requests from the visa support request.
Comment