KVSMEDScanCntrlAddinPrflCnfRpl#
Summary: This table is used to perform text replacements. This is necessary because control characters captured in the web browser (special characters intended for machines, not humans) need to be converted. In the web browser, the [FNC1] special character of GS1-128 is converted to Control+. Through text replacements, the character sequence can be transformed from Control+ to $, which is more advantageous internally for parsing GS1-128. There are two types of text replacements: general/global (IsGeneral = true) and coding system-specific. During a scan, the coding system-specific text replacements are applied first, followed by the general text replacements.
Fields#
Name | Type | Note |
---|---|---|
ProfileCode | Code[20] | |
BarcodeCodingSystem | Enum (KVSMEDBarcodeCodingSystem) | |
EntryNo | Integer | |
IsGeneral | Boolean | |
OrderNo | Integer | |
Description | Text[50] | |
Regex | Text[512] | |
Replacement | Text[250] | |
IgnoreCase | Boolean |