Dictionary
A general Dictionary is a list of code-description pairs, where the description is in a specific language.
Dictionaries are very useful in a UI when only a list of choices has to be shown to the user and the description is usually sufficient for the user to chose the desired options.
📄️ getDictEntry
Get a dictionary entry for the specified entity.
📄️ listDictEntries
Returns a collection of dictionary entries for the specified entity. If not otherwise specified, the list is sorted by descr.
📄️ reloadDictionaryCache
Force a cache reload.