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
          createObjectAsync(objectClass, jsonParams)

          createObjectAsync(objectClass, jsonParams)

          This method creates asynchronously an instance of the given business object 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

          An instance of the given business object.

          Example
          Example
          returnBoFactory.createObjectAsync(BO_BPASALES, jQuery);
           
          Loading
          Salesforce Help | Article