Loading
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
          EntryActions

          EntryActions

          Define actions during the initialization of a process by using the EntryActions element. EntryActions preload data for the process and prepare the process for execution. Entry Actions are run after the variable declarations (via the ProcessContext) and before the process execution.

          Note
          Note Actions such as View, Navigation, and Process are not used as entry actions.

          After the execution of all entry actions, the process defaultAction is run. See Process.

          Structure of EntryActions:

          <EntryActions>
              <Action name="LoadOrderCount" actionType="LOAD" type="LuOrderCount">
                  <Return name="ProcessContext::LuOrderCount" />
              </Action>
          </EntryActions>
          
           
          Loading
          Salesforce Help | Article