- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-26-2023 05:03 PM
Hi -- in my org, we would like to change this display value ("Select target record") in this field. It's a temporary value, one clicks in there to start typing the attribute they want to use. I've dug around and I'm not seeing where this value is configured. Is it possible to change it to something else, i.e. "Select Desired Attribute(s)"
Thanks
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 12:06 AM
Hi Patrick,
If you wanted to do it for a specific field in a form you can use onload Client script. I tried in my personal instance and it worked.
It looks like:
However it is mentioned in ServiceNow Product documentation that it is not a best practice in ServiceNow to manipulate DOM.
Reference :
Regards,
Khaviya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 12:06 AM
Hi Patrick,
If you wanted to do it for a specific field in a form you can use onload Client script. I tried in my personal instance and it worked.
It looks like:
However it is mentioned in ServiceNow Product documentation that it is not a best practice in ServiceNow to manipulate DOM.
Reference :
Regards,
Khaviya
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-27-2023 12:12 AM
Also this message is from sys_ui_message_list table in Servicenow.
Reference: