AutoSelectStoreAction
The AutoSelectStoreAction action switches the store for the current business object editor to the specified store.
Parameters
This action accepts the following parameters:- storeIdentifier
- The store identifier. This parameter is required when the storeKey parameter is not specified.
- storeKey
- The name of the value that is set by the AutoSetValueAction action that is used as the store identifier. This parameter is required when the storeIdentifier parameter is not specified. If this parameter is specified, but no value with the specified name is found, the storeIdentifier parameter is used.
Example
The following code snippet shows an example of these parameters when used in the AutoSelectStoreAction action:
<!-- Select store -->
<action name="cmc/automation/AutoSelectStoreAction">
<param name="storeKey" value="storeIdentifier"/>
</action>