Implementing spelling checker in Dynamics NAV is simple and works properly with RTC Client for any version of NAV. We have developed a control add-in for spelling checker.
Follow these steps to implement spelling checker:
Copy the “DynamicsNAV Add-In Project.dll” file in add-in folder for client and service.
Create the new entry in Control Add-In Table
To install the add-in, insert the following details in Client Add-in table
Control Add-in Name: Dynamics.NAV.SpellChecker
Public Key Token: 48f3911b65e24838
Category : DotNet Control Add-in
Enable the spelling checker control add-in on selected text field on page (here, enabled on Item Card –) Description field)
That’s it. System will warn the line for any miss spell and by right clicking on the word, you can get suggestions of correct spelling.
You can download DLL file and Control-Add in project source file. Contact our NAV experts for further guidance.