- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 04:55 AM
I am trying to add a field message to an input field of additional comments / work notes.I inserted a field message with Client Script (onLoad) but but it seems to conflict with the switch button behavior (red frame below).
If you have experienced a similar implementation or have a good idea, please let me know a solution / alternative.
function onLoad() {
//Type appropriate comment here, and begin script below
var la= g_lang;
if (la == 'en') {
g_form.showFieldMsg('comments','test','info');
g_form.showFieldMsg('work_notes','test','info');
}
}
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-06-2020 04:56 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 05:18 AM
Hi Junichi,
On which table you tried this?
Thanks
Tanushree
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 05:20 AM
Because I tried the same code, there is no issue with that.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 04:42 PM
Hi Tanushree.
I tried it on Incident Table.
Can you enter text or switch the Additional Comment/Work notes correctly, while the field message is displayed?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-03-2020 09:13 PM
Yes, it works fine.