Hi Team,
I am trying to make the @deliverycode field in properties as a mandatory field so that the user don't forget to leave without giving any value in it.
Could someone please let me know how i can do this in adobe?
Thanks & Regards,
Greeshma
Solved! Go to Solution.
Views
Replies
Total Likes
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
Hi Greeshma,
Add requried="true" in the delivey form
<input requried="true" xpath="@deliveryCode"/>
Thanks,
Raja
Views
Replies
Total Likes
Views
Replies
Total Likes
Hi Greeshma,
What build of classic are you on?
Did you try clearing the cache logging out and logging in?
Thanks,
Raja
Views
Replies
Total Likes
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
Views
Likes
Replies
Views
Likes
Replies
Views
Likes
Replies