on 2023 Jun 26 7:17 PM
Request clarification before answering.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Try these to add the default value of quantity:
<context type="OrderEntry" component="create-wizard">
<wz:flow id="OrderEntryWizard" title="create.title(ctx.TYPE_CODE)">
<wz:prepare id="prepareOrderEntry">
<wz:initialize property="newOe" type="ctx.TYPE_CODE"/>
<wz:assign property="newOe.quantity" value="1"/>
</wz:prepare>
<wz:step id="step1" label="create.orderentry.essential.label">
..........
</wz:step>
</wz:flow>
</context>
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
19 | |
16 | |
3 | |
2 | |
2 | |
2 | |
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.