Hi,
I’m working on a project where I’ve added a new field, Part No., to the Item table, and it’s set as a unique key. In my project, items are identified by Part No. instead of the traditional Item No..
To ensure that Part No. flows seamlessly wherever Item No. is currently used in the system, I need to identify all the tables that are related to the Item table or contain the Item No. field. This will help me update those tables to use Part No. appropriately.
Could you please guide me on how to get a comprehensive list of tables related to the Item table or any tools/queries that can help with this analysis?
Thank you!