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
          ideleteFromTableAsync: function (tableName, whereCond)

          ideleteFromTableAsync: function (tableName, whereCond)

          This function deletes the data from the specified table based on the defined conditions.

          Required Editions

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

          Parameters

          • tableName: is the name of the table from where the data is to be deleted.

          • whereCond: is the JSONcondition of type{{column: columnName, value: columnVale, op: operator, domain: columnDomain}, ...] Operator is optional, if the operator isn’t defined, then EQ operator is considered. Domain is also optional, if it isn’t defined, then 'value' is considered as the domain.

          Returns

          • None

           
          Loading
          Salesforce Help | Article