Auto populated with initials
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 03:31 AM
There are 2 fields in catalog item 2nd field should be auto populated with the help of first field but in a way that 2nd field should only have initials of the 1st field.
Ex: field1- Chuck Tomasy Servicenow
field 2 should be auto populated with CTS.
If anyone has any idea please share.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 06:03 AM
this doesn't sound like a valid business requirement.
What's your actual business requirement?
what's the guarantee that you will always get names separated with space?
if this is just for learning then the onChange client script on 1st should be a simple one
what's the challenge you are facing?
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-05-2024 10:20 AM
Hi Ankur,
This is a business requirement and these are application name which short name we need.
I want to pull initials only this could beone of the possible solutions. I am stuck at how to pull after space character if any.
so for that I am asking for code.