cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

How can i have fields in create wizard / editor area which are not part of item's attibutes in backoffice?

bsandeep544
Explorer
0 Likes
382

Figuring out if we can have attributes in create wizard not part of the item declaration, but just in to accept input from user and validate in validation handler ?

Accepted Solutions (1)

Accepted Solutions (1)

former_member674349
Participant
0 Likes

As of now its not possible

Answers (2)

Answers (2)

bsandeep544
Explorer
0 Likes

Thank you Both.

Former Member
0 Likes
  1. Create an own item especially for the wizard (e.g. MyWizardContainer), consisting of all wizard-related attributes: fields of your target-item and these other fields.

  2. Initialize this MyWizardContainer before starting the wizard (look at init-section in <wz: > )

  3. process the item after finishing the wizard in the wizard-handler