Loading
Feature Disruption - Service Cloud VoiceRead More
Feature degradation | Gmail Email delivery failureRead More
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
          updateMessage(timerId, message)

          updateMessage(timerId, message)

          This function updates the message. If the updateMessage() is called with a non-existent timer ID, the timer isn’t created and false value is returned. This option can’t be used on callback-timers.

          Required Editions

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

          Parameters

          • timerId: is the internal name used to refer to the timer.
          • message: is a JSON Object with two properties: 'Header' and 'Content', which specify the corresponding label IDs.

          Returns

          • true: returns true value if the update message is successful.
          • false: returns false if the function is called with a non-existent timer.
           
          Loading
          Salesforce Help | Article