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
          saveObjectAsync(object)

          saveObjectAsync(object)

          Fill the Facades SQL statement buffer with statements required to save the object. 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

          object
          Type: Object
          The object to save.
          Example
          Example
          var me = this;
          //Save UsrDoc
          Facade.saveObjectAsync(me);
           
          Loading
          Salesforce Help | Article