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
          Bulk Update Mode for Lists

          Bulk Update Mode for Lists

          Whenever a change of value is made to a list item, an event is triggered to the business logic, to inform about the change which contains information about the old value and the updated value of the item.

          Required Editions

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

          If the value of multiple items in a list are changed, then, for each change, an event is triggered. If the events are suspended through suspendListRefresh(), then the events are buffered in an array. Upon invoking resumeListRefresh(), the queued events are executed sequentially.

          Consumer Goods Cloud Mobile App Framework is enhanced to return the array of suspended events by the function resumeListRefresh() without their sequential execution. This feature is only supported for list objects. The following functions support the feature:

          • addItemChangedBatchEventListener()
          • resumeListRefresh()
           
          Loading
          Salesforce Help | Article