The CreatorCon Call for Content is officially open! Get started here.

Field Message on Additional Comments/Work Notes Input Field

Junichi Kaneda
Kilo Expert

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.

find_real_file.png
 
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');
   }
}
1 ACCEPTED SOLUTION

Junichi Kaneda
Kilo Expert

I decided to use Annotation in Form Layout instead.

View solution in original post

5 REPLIES 5

Tanushree Doiph
Mega Guru

Hi Junichi,

On which table you tried this?

 

Thanks

Tanushree

Because I tried the same code, there is no issue with that.

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?

Yes, it works fine.