Incident Work Notes and Comments Placeholder Text
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-08-2019 09:13 AM
I've been doing some research on setting the placeholder text in the comments and work notes on the incident table. I've tried the following client script:
function onLoad() {
var eta= g_form.getControl('work_notes');
eta.placeholder = "Internal IT work/technical notes, visible to IT & work notes list members";
}
The only problem is that this only sets the placeholder when the incident record hasn't been submitted. Once it is created the text disappears. I know theres some functionality in the catalog variables to allow for example text, but is this implemented on the field level?
- Labels:
-
Incident Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-26-2024 03:14 AM
If you want to include 'Grey text' within any variable in a form, simply use the 'Example Text' field during variable creation.
So the result will be like this

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-09-2019 09:55 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-26-2021 10:06 PM
Hi Kyle,
Did u get the solution for this?
Actually, I am working on the same problem so if u have a solution for this then kindly share it with me, it will be helpful for me.
Thanks in advance!!