Question
Alert and wildcard operator in input form
Hi,
Instead of error message I want to display alert message in input form. Also how can I use wildcard operator in input form.
I tried below code in nms:delivery input form but like operator throwing an error.
<if expr="EV(@messageType, 'sms')">
<check expr="@label like 'Adobe'">
<error> "SMS label should contain Adobe" </error>
</check>
</if>
Please guide me.
Thanks,