Avatar

Correct answer by
Level 6

Hi @Greeshma_Sampath1 

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

View solution in original post