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
          Facade.selectBatchSQLAsync()

          Facade.selectBatchSQLAsync()

          Performs a bulk SQL select request.

          Required Editions

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

          Parameters

          requestArray: An array of JSON objects with these details:

          • dataSource <dsName>: Name of the data source.
          • dataSourceMethod <customMethodName>: Name of the method that generates the SQL statement the user wants to execute.
          • jsonParams <sqlParameters>: Optional parameters for the SQL statement.
          • uniqueReturnKey <id>

          Returns

          {Promise}: A JSON object of the form {<id>: <result>}, where <id> is the uniqueReturnKey.

           
          Loading
          Salesforce Help | Article