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,
Views
Replies
Total Likes
Hi @tejashriw155148 ,
Can you please let us know what error you are getting with below code.
Generally with LIKE operator, a wild card character(%) must be included in entered value.
Something similar below
<check expr="@label like '%Adobe'">
Please try with wild card character. Hope it helps.
Regards
Views
Replies
Total Likes
Views
Replies
Total Likes
I think it is because of case sensivity, try LIKE and this should resolved the issue.
Views
Replies
Total Likes
Views
Replies
Total Likes
Views
Likes
Replies