Finding List Names

You can use recent versions of browsers to find the name of lists on List and Detail pages.

To find list names using browser developer tools

  1. Right click on the list for which the name is required.

  2. Select the appropriate option, for example, Inspect element or Inspect with.

    The name of the option varies with browser versions. The browser opens developer tools and displays the HTML source.

  3. Check the id attribute value of the <table> element containing the list, which is in the format listnameLIST, for example, AddressChildListLIST. The part before LIST, for example, AddressChildList, is the list name.