- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
You can apply check expression at leave tag of the form. Have a look at this document
<leave>
<check expr="@deliveryCode !="">
<error>Delivery Code is Mandatory</error>
</check>
<leave>
This won't allow user to save the delivery until a value is filled.
Thanks,
SSB