on ‎2019 Jun 19 3:46 PM
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 ?
Request clarification before answering.
As of now its not possible
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thank you Both.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
Initialize this MyWizardContainer before starting the wizard (look at init-section in <wz: > )
process the item after finishing the wizard in the wizard-handler
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.