Options
- 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.
Labels:
1 ACCEPTED SOLUTION
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2020 04:56 AM
5 REPLIES 5
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2020 04:56 AM
I decided to use Annotation in Form Layout instead.