InventoryBarcodeFormats
InventoryBarcodeFormats
Columns
| Name | Type | Description |
| HeaderId [KEY] | Long | Value that uniquely identifies the barcode format. |
| BarcodeFormatName | String | Name of the barcode format. |
| BarcodeFormatDescription | String | Description of the barcode format. |
| BarcodeIdentifierPrefix | String | Prefix of the barcode that will be used to identify the barcode format. |
| RetainPrefixFlag | Bool | Indicates if the prefix of the barcode should be retained or removed before parsing the barcode data. |
| Status | String | Status of the barcode format. |
| IncludesCheckDigitFlag | Bool | Contains one of the following values: true or false. If true, then the last digit of the barcode data is a check digit, and the last character of the value will be excluded while parsing. If false, then the last digit of the barcode data isn't a check digit. The default value is false. |
| CreationDate | Datetime | Date when the user created the barcode format. |
| CreatedBy | String | User who created the barcode format. |
| LastUpdatedBy | String | User who most recently updated the barcode format. |
| LastUpdateDate | Datetime | Date when the user most recently updated the barcode format. |
| LastUpdateLogin | String | Login information of the user who most recently updated the barcode format. |
| ObjectVersionNumber | Int | Number of times the object row has been updated. This attribute is used to implement optimistic locking. This number is incremented every time that the row is updated. The number is compared at the start and end of a transaction to detect whether another session has updated the row since it was queried. |
| Finder | String | Finder method identifier for querying with specific filter criteria |