Jump to: navigation, search

Difference between revisions of "SYSCLS SCAN CODE AFFIX CLASSIFICATION"


 
(6 intermediate revisions by 2 users not shown)
Line 4: Line 4:
 
| inheritance = -
 
| inheritance = -
 
| namespace = System.Classification.Scan
 
| namespace = System.Classification.Scan
| purpose = Scan code store with affix
+
| purpose = Support prefilitering objects having the same code
| version = 4.4+
+
| version = 4.6+
 
| id = {6e2d1f09-9f22-4bac-952d-8e117617b259}
 
| id = {6e2d1f09-9f22-4bac-952d-8e117617b259}
 
}}
 
}}
An object classified by  SYSCLS_SCAN_CODE_AFFIX_CLASSIFICATION and implemented [[MetaProperties]] can be used to [[Optical_code#Scan_with_code_affixes|scan code with affix]]
+
An object classified by  SYSCLS_SCAN_CODE_AFFIX_CLASSIFICATION can be used to trigger [[Optical_code#Scan_with_code_affixes|scan barcode with affix]].
 +
The objects you expect to find must contain the concatinated code: Prefix + Scanned Code + Suffix.
 +
 
 +
 
 +
 
 +
 
 +
 
 +
 
  
 
== MetaProperties ==
 
== MetaProperties ==
Line 15: Line 22:
 
! width=30% | Name !! width=30% | Data type !! Comment
 
! width=30% | Name !! width=30% | Data type !! Comment
 
|-
 
|-
| CODE_PREFIX || {{String}} || prefix of the barcode
+
| CODE_PREFIX || {{String}} || prefix that will be added to the scanned barcode
 
|-
 
|-
| CODE_SURFFIX|| {{String}} || Surffix of the barcode
+
| CODE_SURFFIX|| {{String}} || Surffix that will be added to the scanned barcode
 
|}
 
|}
  
Line 23: Line 30:
  
 
== See also ==
 
== See also ==
* [[HowTo:Optical_code#Scan_with_code_affixes]]
+
* [[Optical_code#Scan_with_code_affixes]]

Latest revision as of 12:59, 14 November 2023

IC CLASSIFICATION.gif Scan code affix
Name SYSCLS_SCAN_CODE_AFFIX_CLASSIFICATION
Inheritance -
Namespace System.Classification.Scan
ID {6e2d1f09-9f22-4bac-952d-8e117617b259}
Purpose Support prefilitering objects having the same code
Version 4.6+

An object classified by SYSCLS_SCAN_CODE_AFFIX_CLASSIFICATION can be used to trigger scan barcode with affix. The objects you expect to find must contain the concatinated code: Prefix + Scanned Code + Suffix.




MetaProperties

Name Data type Comment
CODE_PREFIX String prefix that will be added to the scanned barcode
CODE_SURFFIX String Surffix that will be added to the scanned barcode


See also