Loading
Visual Studio Code Based Modeler for Consumer Goods Cloud
Table of Contents
Select Filters

          No results
          No results
          Here are some search tips

          Check the spelling of your keywords.
          Use more general search terms.
          Select fewer filters to broaden your search.

          Search all of Salesforce Help
          createListAsync(objectClass, jsonParams)

          createListAsync(objectClass, jsonParams)

          This method creates asynchronously a list of instances of the given business object by using the given parameters.

          Required Editions

          Available in: Lightning Experience in Professional, Unlimited, and Enterprise Editions that have Consumer Goods Cloud enabled.

          Parameters

          • objectClass: String. Type of the business object to be loaded.
          • jsonParams: JSON. JSON object containing the query parameter and values.

          Returns

          A list of instances of the given business object.

          Example
          Example
          BoFactory.createListAsync(LO_BPAADDRESS, { 'params': [] })
           
          Loading
          Salesforce Help | Article