Codeunit 18123047 EOS Transliteration Managment

Codeunit 18123047 EOS Transliteration Managment

Gather all functions related to translitteration feature

Methods

ScanCustomers

procedure ScanCustomers(): Integer

Scans customer table data and retrieves non latin characters to be converted’

Parameters / Return Value

  • Returns Integer

    Count of found characters


ScanVendors

procedure ScanVendors(): Integer

Scans Vendors table data and retrieves non latin characters to be converted’

Parameters / Return Value

  • Returns Integer

    Count of found characters


ScanItems

procedure ScanItems(): Integer

Scans Items table data and retrieves non latin characters to be converted’

Parameters / Return Value

  • Returns Integer

    Count of found characters


ConvertString

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)

Parameters / Return Value

  • Text Text

    Text to be converted

  • MaxLength Integer

    Length of the string

  • BasicLatin Boolean

    if true check Basic Latin, if false Basic Latin + 1Supplement


LoadDefaults

procedure LoadDefaults(): Integer

Parameters / Return Value

  • Returns Integer


EOS Labs -