Develop > Presentation layer > Management Center test automation framework


wcfAutoSelectStoreAction

The wcfAutoSelectStoreAction 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 set by the wcfAutoSetValueAction 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 used in the wcfAutoSelectStoreAction action:

<!-- Sets the current store to the Madisons store --> 
<action name="wcfAutoSelectStoreAction"> 
 
<param name="storeIdentifier" value="Madisons"/> 
</action> 

Related reference

wcfAutoRunTestCaseAction

wcfAutoOpenToolAction

wcfAutoSetValueAction

wcfAutoCreateNewObjectAction

wcfAutoSetPropertyAction

wcfAutoDeleteObjectAction

wcfAutoFindObjectAction

wcfAutoGetChildObjectAction

wcfAutoLoadChildrenAction

wcfAutoSaveAllAction

wcfAutoRefreshAllAction

wcfAutoVerifyObjectAction

wcfAutoVerifyNoObjectAction

wcfAutoVerifyPropertyAction

wcfAutoRunCustomServiceAction


+

Search Tips   |   Advanced Search