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
          saveListAsync(listObject)

          saveListAsync(listObject)

          Fill the Facades SQL statement buffer with statements required to save the list items in the list. Depending on the object status, these statements are INSERT, UPDATE, or DELETE statements. Note that this method doesn't save anything directly.

          Required Editions

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

          Parameters

          listObject
          Type: List Object
          The list to save.
          Example
          Example
          Facade.saveListAsync(this);
           
          Loading
          Salesforce Help | Article