Disable Spell check for HTML fields

Anish Reghu
Kilo Sage
Kilo Sage

How to disable the spell check that happens by default for all HTML fields.

System Localization mentions default spell checker as English, but doesn't have a option none. The expectation is that spell check should not happen on the HTML field while I am editing in the HTML field. I am writing articles in the Knowledge article and if I copy paste scripts, these spell checkers are annoying.

1 ACCEPTED SOLUTION

Anish Reghu
Kilo Sage
Kilo Sage
  1. Navigate to the Dictionary record for the desired language: In ServiceNow, go to System Definition > Dictionary and search for the dictionary record for the language you want to disable spell check for.

  2. Edit the dictionary record: Click on the dictionary record to open it in edit mode, and then scroll down to the "Content Fields" section.

  3. Find the "Article body" field: In the "Content Fields" section, find the "Article body" field and click the "Edit" button next to it.

  4. Disable spell check: In the "Edit Content Field" dialog that appears, uncheck the "Spell Check" checkbox and click the "Update" button.

This will disable spell check for the Article body field on Knowledge articles for the specified language. Note that this change will only affect new articles created after the change has been made; it will not retroactively disable spell check for existing articles.

View solution in original post

9 REPLIES 9

Ankur Bawiskar
Tera Patron
Tera Patron

Hi,

I believe by default you can enable or disable spell check for journal fields

Disable or enable spell checking on a journal field

can you try to add this attribute to that html field and check once

spell_check=false

HTML editor has it's own spellcheck mechanism so I doubt this might work

Regards
Ankur

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

You are right, it doesn't work. Attribute - Serializer - with value - com.glide.script.TranslatedTextXMLSerializer governs the Translated HTML field. Just saying, if something could be scripted in that context to disable.

Mark Roethof
Tera Patron
Tera Patron

Hi there again 🙂

Is this for one field? Or all? And I assume on the Platform UI?

If one field, Platform UI: go to the table (for example on Incident for, Configure > Table) and:

find_real_file.png

If my answer helped you in any way, please then mark it as helpful.

Kind regards,
Mark
2020 ServiceNow Community MVP
2020 ServiceNow Developer MVP

---

LinkedIn
Community article list

 

Kind regards,

 

Mark Roethof

Independent ServiceNow Consultant

10x ServiceNow MVP

---

 

~444 Articles, Blogs, Videos, Podcasts, Share projects - Experiences from the field

LinkedIn

Yes, it is just for one field - Article body - on the Knowledge article table.

But the default value of Spell checker on the field is already false and it doesn't seem to help.