on 2023 Jun 26 7:17 PM
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.