- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-17-2024 01:16 AM
Hi All,
I have to create one variable on my record producer with limited length, like text box one.
In that text box, I have to show some info text which should disappear once user clicks in that box to fill it.
Also, as its limited length variable, I have to show how many characters are left for that field once user starts typing in that text box.
How can we achieve this? Is it even feasible in servicenow?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 03:57 AM
Hello @BijoyDeb
Please Refer the below approch
write the onchange client script and put max charecter that we can put, write in help test so that we can identify how much charecter we can put in this field
the output is like below as you can see
and if the charecter is more then 25 it will clear the value
Please mark this response as correct or helpful if it assisted you with your question.
Thank You
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-18-2024 03:57 AM
Hello @BijoyDeb
Please Refer the below approch
write the onchange client script and put max charecter that we can put, write in help test so that we can identify how much charecter we can put in this field
the output is like below as you can see
and if the charecter is more then 25 it will clear the value
Please mark this response as correct or helpful if it assisted you with your question.
Thank You