Show TOC

Wizard ContextLocate this document in the navigation structure

Use

Wizard context stores the wizard's data, including data gathered during the wizard operation at runtime. By implementing the IWizard component interface definition, your wizard defines the following context attributes in the WizardFWNode node:

ObjectDetails Node

This node stores the object's properties, entered in the General Properties pane

Attribute

Type

Description

masterLangDisplayName

string

Display name of the master language selected in the General Properties pane

masterLangTecName

string

ID of the master language selected in the General Properties pane

objectDescription

string

Description entered in the General Properties pane

objectID

string

Object ID entered in the General Properties pane

objectIDPrefix

string

Object ID prefix (namespace) entered in the General Properties pane

objectName

string

Object name entered in the General Properties pane

SummaryInfo Node

This node contains the information to display in the Summary pane.

If you create a new SummaryInfo node element, and the specified object type is an out-of-the-box object type, a new line with the object name and icon is displayed in the Summary pane.

Attribute

Type

Description

objectName

string

Object name to display in the Summary pane

objectType

ObjectTypes

Object type to display in the Summary pane

SummaryParameters SubNode

This subnode contains attributes to be displayed in the summary pane for the current object.

Attribute

Type

Description

summaryAttributeName

string

Attribute name to be displayed in the Summary pane

summaryAttributeValue

Object

Attribute value to be displayed in the Summary pane

Root Attributes

Attribute

Type

Description

componentTypeParam

ObjectTypes

The object type to be created

editorIDParam

string

The ID of the tab in which the wizard runs (automatically generated)

objectID

string

PCD address of the portal object on which the wizard was invoked

oClass

string

Object class of the portal object on which the wizard was invoked

paramsHolderComponent Usage

IWDComponent Usage

Information about the wizard that is required by the out-of-the-box panes

saveLocationParam

string

Same as objectID