2021 Oct 11 9:20 AM - edited 2024 Feb 04 2:39 AM
Hi Guys, I have a question: Can I insert custom logic into create-wizard component? When i create a new item in an entity (when click on icon "+" in the listview action toolbar) i must initialize other field that not show in the window wizard pop up, I have create a java class with perform method and a definition.xml of this action, and i have put create-wizard into java class : contextMap.put("configurableFlowConfigCtx", "create-wizard"); sendOutput("createContext",contextMap);
and in the definition.xml this socket: <sockets> <input id="createdObject" type="path of the entity model class" /> <output id="createContext" type="java.util.Map" /></sockets>
Someone can i help me for this?
Request clarification before answering.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 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.