“Your memory is a monster; you forget—it doesn't. It simply files things away. It keeps things for you, or hides things from you—and summons them to your recall with will of its own. You think you have a memory; but it has you!” ― John Irving, A Prayer for Owen Meany
Sometimes, It’s takes a while to get the list of objects used in an Extension by going through VS Code and checking the projects. I felt there should be some way to know the each extension’s objects even to avoid the collision of new extension’s object range defining process and that’s where end up in going through the below approach.
http://localhost:8080/BC150/?table=2000000058
http://localhost:8080/BC150/?page=9174
Filter 1:
http://localhost:8080/BC150/?page=9174&filter=AllObjWithCaption.'Object ID' IS '50110'
Filter 2:
http://localhost:8080/BC150/?page=9174&filter=AllObjWithCaption.'App Package ID' IS '27d5d53e-743f-4564-b630-cced901c378d'
Note: The Table ‘NAV App’ is one of the system table. It’s data cannot be viewed even through the method of viewing the Table data as per the following Microsoft’s link but still we are able to have a quick access of its data through the Page Inspection.
Hope you find it useful.