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
          getItemObjects()

          getItemObjects()

          Returns an array of list items that match the currently applied filters. Call this method for UI-Binding only. Use getAllItems() if you want to get all existing items in the list.

          Required Editions

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

          Returns

          Filtered items in the list.

          Example
          Example
          var orderMetas = this.getItemObjects();
          var pKey = " ";
          if (orderMetas.length >0) {
          pKey = orderMetas[0].getPKey();
           
          Loading
          Salesforce Help | Article