Override dictionary "hint" field for task table

Dev321
Tera Contributor

I need to add hint ttext to the description field but the table was extended from the task table. How can i achieve this?

1 ACCEPTED SOLUTION

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @Dev321 

You can configure the dictionary, create new label with the hint. This will not effect base table 

find_real_file (15) (1).png

 

refer :

https://www.servicenow.com/community/developer-forum/hover-text-help-text-on-form-field-which-extend...

Please Mark the Answer as correct solution and helpful if helped!

 

Kind Regards,

Ravi Chandra.

View solution in original post

2 REPLIES 2

Ravi Chandra_K
Kilo Patron
Kilo Patron

Hello @Dev321 

You can configure the dictionary, create new label with the hint. This will not effect base table 

find_real_file (15) (1).png

 

refer :

https://www.servicenow.com/community/developer-forum/hover-text-help-text-on-form-field-which-extend...

Please Mark the Answer as correct solution and helpful if helped!

 

Kind Regards,

Ravi Chandra.

Christopher P
Tera Contributor

You can right click the desired field from the form view of respective table and select configure label and add the hint you need. It will automatically added in the label related list under parent table too ( In your case it is task table).