Codeunit 18123047 EOS Transliteration Managment
Gather all functions related to translitteration feature
procedure ScanCustomers(): Integer
Scans customer table data and retrieves non latin characters to be converted’
Returns Integer
Count of found characters
procedure ScanVendors(): Integer
Scans Vendors table data and retrieves non latin characters to be converted’
Returns Integer
Count of found characters
procedure ScanItems(): Integer
Scans Items table data and retrieves non latin characters to be converted’
Returns Integer
Count of found characters
procedure ConvertString(var Text: Text; MaxLength: Integer; BasicLatin: Boolean)
Convert String if contains invalid character (transliterration list must be filled up, otherwise it will not change any character)
Text Text[]
Text to be converted
MaxLength Integer
Length of the string
BasicLatin Boolean
if true check Basic Latin, if false Basic Latin + 1Supplement
procedure LoadDefaults(): Integer
Integer
Was this page helpful?
Glad to hear it! Please tell us how we can improve.
Sorry to hear that. Please tell us how we can improve.