Loading
Feature Disruption - Service Cloud VoiceRead More
Feature degradation | Gmail Email delivery failureRead More
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
          orderBy({Object}parameters)

          orderBy({Object}parameters)

          Sorts the list items according to the given sort parameters.

          Required Editions

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

          Parameters

          {Object} parameters: Sorts parameters of the form {"sortKey1": <direction>, "sortKey2":<direction>, ... }, where direction can be:

          • ASC: Ascendant
          • DESC: Descendant

          Returns

          Example
          Example
          this.orderBy({ "customerName": "ASC", "dateFrom": "DESC" });
           
          Loading
          Salesforce Help | Article