Introduced in Feature Pack 2

wcfAutoCreateVersionAction

The wcfAutoCreateVersionAction action creates a version of a business object (sales catalog, category, and catalog entries).

Parameters

This action accepts the following parameters:
object
Required: The name of the business object. This name must match the objectKey parameter of a previous action that created or located the business object.
versionName
Required: The name of the version.
comment
Optional: The description of the version.

Example

The following code snippet shows an example of these parameters used in the wcfAutoCreateVersionAction action:
<action name="wcfAutoCreateVersion">
	<param name="object" value="category"/>
	<param name="versionName" value="category_identifier_version_name_2"/>
	<param name="comment" value="category_identifier_version_name_2_comment"/>
</action>