How can I find all of the places (forms, codeunits…) where a specific variable is used? In other works, is there some type of global search of all field names and variables in the database?
Phil - Are you really searching for a variable name? There is no search I’m aware about. You could export all objects into a large text file that you could search on! If you are looking for table relationships then search on the word vision for previous topics that talk about what fields are referenced where. Good Luck, john
John, What I want to do is find all the references to a specific field in C/SIDE code.
If you want to find field references, you can use the Developer’s Toolkit.
Being an end user I don’t have access to the developer’s toolkit. Beside documentation this appears to be another essential item that the end user does not get.
Hi Phil, if you have a local development database, you can do a rename of that field you are searching for. i.e. “No.” to “xxxNo.xxx”. then do a textexport and search for “xxxNo.xxx”. br Josef Metz
quote:
Being an end user I don’t have access to the developer’s toolkit. Beside documentation this appears to be another essential item that the end user does not get.
Originally posted by JoeBloe445 - 2004 Nov 01 : 10:39:11
Technically, an end user has the ability to purchase the granuales for the ADT, but they are priced at the extremely high end. For a one-time check the renaming method is probably the best although it’s tough to determine the object from the text file.[:(!]