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
          CardEventSubscription Control

          CardEventSubscription Control

          The CardEventSubscription control facilitates a card to subscribe to an event, such as the onDateChange event, which refreshes the card data automatically when data changes.

          Required Editions

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

          The CardEventSubscription is an optional node in the CardContainer control and supports a single child node, CardEvent. CardEvent has two attributes: interval and name. The attributes support text-type data.

          Sample Code for CardEventSubscription

          <CardContainer name="CardRefOne">
              <CardEventSubcription>
                  <CardEvent name="onDateChange"/>
              </CardEventSubcription>
          <!-- details left out for brevity -->
          </CardContainer>
           
          Loading
          Salesforce Help | Article