I've been hired on as a developer for a preexisting app with a large codebase. Some of the developers who have created the original interfaces have left the project and it's difficult to navigate the app with sample data because it interferes with data that the team is using. Does anyone have any tips on how to find relevant objects and otherwise navigate the app via code. Granted, tips on how to navigate as a user and then find the objects in the codebase would also be helpful.
Discussion posts and replies are publicly visible
HI francoh7128 ,
To easily view the high level of objects used on your sites ---> You can go to the site page of your application and you can see the Show Objects ICON with link in the bottom right corner. Click that and hover over the SITE content and you can now see the objects used. You can Click and navigate to the object
Thank you! That helps a lot.