Oracle CRM On Demand JavaScript API Developer's Guide > JavaScript API Reference > Methods for the List Object >

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.
Oracle CRM On Demand JavaScript API Developer's Guide, Release 38 Copyright © 2019, Oracle and/or its affiliates. All rights reserved. Legal Notices.