Article Details
Id:18119
Product:finPOWER Connect
Type:NEW
Version:3.04.00
Opened:19/04/2021
Closed:27/05/2021
Released:30/06/2021
Job: J026390

Dictionary and Spelling; Users can now add to the Global Dictionary when spellchecking

Users can now add to the Global Dictionary when spellchecking.

The following Permission Key (denied by default) has been added:

  • UserInterface.Dictionary.AllowAddGlobal

An additional Permission Key (allowed by default) has been added to prevent Users from adding to their User Dictionary:

  • UserInterface.Dictionary.AllowAddUser

When spellchecking, a new "Add Global" button will appear which allows words to be added to the Global Dictionary.

A new business layer function has been added to access User and Global Dictionaries:

  • finBL.Utilities.AddWordToDictionary()

NOTE: This business layer function does not check the Permission Keys since they are for use in the User Interface only. The word will be added to either the User or Global Dictionaries regardless of permissions.