Location info
The Location Info window shows you information about the construction of the page you are viewing. It includes the location name, screen names, and high-level widgets defined in the page, and the names of the PCF files in which they are all defined. Typically, the widgets that appear in this window are the ones that are defined in separate files, such as screens, detail views, list views, and so on. The Location Info is most useful if you are making changes to a page as it tells you which files you need to modify.
To view the location information for a particular page, go to that page in the PolicyCenter interface, and then press Alt+Shift+I. This opens the Location Info window for the active page. For example, the following is the Location Info window for the ClaimCenter Claim Summary page:

With this information, you can see the following:
- The location is a page named
ClaimSummary, defined in the ClaimSummary.pcf file on line 10. - The page contains a screen
named
ClaimSummaryScreen, defined in the ClaimSummary.pcf file on line 26. - The screen contains one detail view widget, and multiple list view widgets, each defined in a different file.
