- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 01:07 AM
Hi Everyone,
Is there a way that when you input a flag message in variable using onchange it will pop-up a realtime message if its a valid phone or not ?
What I mean is you dont need to click outside the single line text to reflect the checking.
example:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 01:19 AM
not possible with the OOB text variables.
The onChange script will trigger only when you click outside somewhere after entering the text.
You can use Custom variable with widget inside it and have it real-time but it will be heavy customization and you will have to ensure the values entered in HTML input in widget are reflected within RITM form as well somewhere because data for widget is not stored somewhere as compared to other variables.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 01:19 AM
not possible with the OOB text variables.
The onChange script will trigger only when you click outside somewhere after entering the text.
You can use Custom variable with widget inside it and have it real-time but it will be heavy customization and you will have to ensure the values entered in HTML input in widget are reflected within RITM form as well somewhere because data for widget is not stored somewhere as compared to other variables.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 01:25 AM
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-05-2025 01:28 AM
Thank you ankur for always replying to my concern.