As a UF two times developer. The most painful thing is to access a new version, and there is no data dictionary.
If you want to find the value of a field, which table, in the absence of a data dictionary, there is only one trace of the SQL executed by the UF. If you can't track it. Only one table can be checked, but is it possible?
So I developed a tool for myself. Direct, more useless
The tool first connects to the database and then gets all the data tables. We only need to enter the value to find. Then the software can be looked up in a single table. If the table has a word Gencun in that value, it is listed.
You can also navigate directly to which field of a table the value is taken from. Of course, this is a cost, and the execution speed is much slower.
The software has been developed to the second version. The next version will take multiple threads and increase execution speed. Stay tuned.
Database Traversal Tool