@jalex
I think that you tested all standard directories and files. I use total search in this situation usually. It’s command for Unix system in directory with SuiteCRM:
find ./ -type f -exec grep cm_ja_Case {} \; -print
@jalex
I think that you tested all standard directories and files. I use total search in this situation usually. It’s command for Unix system in directory with SuiteCRM:
find ./ -type f -exec grep cm_ja_Case {} \; -print