PackagingStrings
Manages packaging configurations associated with items for transaction processing.
Columns
| Name | Type | Description |
| PackagingStringId [KEY] | Long | Unique identifier for the packaging string entry. |
| PackagingString | String | Formatted packaging string composed of unit of measure (UOM) elements and multipliers. Display order is determined by the SCM Common: Display Order of Packaging String Units profile option. |
| UOMCode1 | String | Unique code for the first unit in the packaging string. This is always the base unit (for example, Each in EA 10/BX 25/CS). |
| UOMName1 | String | Name of the first unit in the packaging string. This is always the base unit (for example, Each in EA 10/BX 25/CS). |
| UOMCode2 | String | Unique code for the second unit in the packaging string. This is a multiple of the base unit (for example, Box in EA 10/BX 25/CS). |
| UOMName2 | String | Name of the second unit in the packaging string. This is a multiple of the base unit (for example, Box in EA 10/BX 25/CS). |
| UOMMultiplier2 | Long | Multiplier between the base unit and the second unit (for example, 10 Each per Box in EA 10/BX 25/CS). |
| UOMCode3 | String | Unique code for the third unit in the packaging string. This is a multiple of the second unit (for example, Case in EA 10/BX 25/CS). |
| UOMName3 | String | Name of the third unit in the packaging string. This is a multiple of the second unit (for example, Case in EA 10/BX 25/CS). |
| UOMMultiplier3 | Long | Multiplier between the second and third unit (for example, 25 Boxes per Case in EA 10/BX 25/CS). |
| UOMCode4 | String | Unique code for the fourth unit in the packaging string. This is a multiple of the third unit. |
| UOMName4 | String | Name of the fourth unit in the packaging string. This is a multiple of the third unit. |
| UOMMultiplier4 | Long | Multiplier between the third and fourth unit, indicating how many third units are in the fourth unit. |
| UOMCode5 | String | Unique code for the fifth unit in the packaging string. This is a multiple of the fourth unit. |
| UOMName5 | String | Name of the fifth unit in the packaging string. This is a multiple of the fourth unit. |
| UOMMultiplier5 | Long | Multiplier between the fourth and fifth unit, indicating how many fourth units are in the fifth unit. |
| UOMCode6 | String | Unique code for the sixth unit in the packaging string. This is a multiple of the fifth unit. |
| UOMName6 | String | Name of the sixth unit in the packaging string. This is a multiple of the fifth unit. |
| UOMMultiplier6 | Long | Multiplier between the fifth and sixth unit, indicating how many fifth units are in the sixth unit. |
| UOMCode7 | String | Unique code for the seventh unit in the packaging string. This is a multiple of the sixth unit. |
| UOMName7 | String | Name of the seventh unit in the packaging string. This is a multiple of the sixth unit. |
| UOMMultiplier7 | Long | Multiplier between the sixth and seventh unit, indicating how many sixth units are in the seventh unit. |
| UOMCode8 | String | Unique code for the eighth unit in the packaging string. This is a multiple of the seventh unit. |
| UOMName8 | String | Name of the eighth unit in the packaging string. This is a multiple of the seventh unit. |
| UOMMultiplier8 | Long | Multiplier between the seventh and eighth unit, indicating how many seventh units are in the eighth unit. |
| UOMCode9 | String | Unique code for the ninth unit in the packaging string. This is a multiple of the eighth unit. |
| UOMName9 | String | Name of the ninth unit in the packaging string. This is a multiple of the eighth unit. |
| UOMMultiplier9 | Long | Multiplier between the eighth and ninth unit, indicating how many eighth units are in the ninth unit. |
| UOMCode10 | String | Unique code for the tenth unit in the packaging string. This is a multiple of the ninth unit. |
| UOMName10 | String | Name of the tenth unit in the packaging string. This is a multiple of the ninth unit. |
| UOMMultiplier10 | Long | Multiplier between the ninth and tenth unit, indicating how many ninth units are in the tenth unit. |
| CreatedBy | String | Username or system entity that created this packaging string record. |
| CreationDate | Datetime | Timestamp indicating when this packaging string record was initially created. |
| LastUpdateDate | Datetime | Timestamp indicating when this packaging string record was last updated. |
| LastUpdatedBy | String | Username or system entity that last modified this packaging string record. |
| Finder | String | A system-defined query or lookup used to retrieve packaging string records. |
| UomCode | String | Code representing the unit of measure associated with this packaging string. |