Basic Customization > User Interface Customization > Constructing Wizards > Customizing Reusable Wizard Steps > Reusable Wizard Steps > defineItemAttributesWizStep > Customizations > <initializeItem> Tag Parameters
  
<initializeItem> Tag Parameters
See the javadoc for com.ptc.core.components.tags.InitializeItemTag and the Common Components tag library for the most up-to-date information on tag parameters.
Parameter
Default Value
Possible Values
Req?
Description
operation
None
CreateAndEditWizBean.CREATE
CreateAndEditWizBean.EDIT
Yes
Indicates whether the object is being created or edited.
objectHandle
Not used for single-object creation wizards
baseTypeName
the type associated with the wizard action
any Windchill type identifier string
No
The string form of the Windchill type identifier for the class of object to create. For example, "wt.part.WTPart" or "wt.part.WTPart|MySoftPart".
This class will be the root type in the wizard's type picker. It is also used to look up the correct jsps for wizard steps that have different variants for different subclasses until a specific type is selected in the type picker. Optional. If not specified,
the type associated with the wizard action will be used.