sn-record-picker if it show no match found how to set alert message
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 06:32 AM
if it shown as No matches found how to set the alert message to show users as no match found
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-28-2023 10:43 AM
Hi @Bhavani3,
If this field is dependent on some other field then you can apply "g_form.showFieldMsg()" for this field.
Write onChange client script on and set the "g_form.showFieldMsg()" or alert().
And if this field is not dependent then write onLoad client script and set the "g_form.showFieldMsg()" or alrt().
-Thanks,
AshishKMishra
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution