PackingUnits
PackingUnits
Columns
| Name | Type | Description |
| PackingUnitId [KEY] | Long | PackingUnitId of PackingUnits |
| PackingUnit | String | Name of the packing unit. |
| ParentPackingUnitId | Long | ParentPackingUnitId of PackingUnits |
| ParentPackingUnit | String | ParentPackingUnit of PackingUnits |
| OutermostPackingUnitId | Long | OutermostPackingUnitId of PackingUnits |
| OutermostPackingUnit | String | OutermostPackingUnit of PackingUnits |
| PackingUnitContextMeaning | String | Description of the packing unit context. |
| PackingUnitContext | String | Abbreviation that identifies the packing unit context. |
| OrganizationCode | String | Abbreviation that identifies the organization of the packing unit. |
| OrganizationId | Long | Value that uniquely identifies the organization of the packing unit. |
| ContainerItemNumber | String | Name of the container item. |
| ContainerItemId | Long | Value that uniquely identifies the container item. |
| GrossWeight | Double | Weight of the packing unit and its contents. |
| GrossWeightUOMCode | String | Abbreviation that identifies the unit of measure of the weight of the packing unit and its contents. |
| GrossWeightUOMName | String | GrossWeightUOMName of PackingUnits |
| TareWeight | Double | Tare weight of the packing unit. |
| TareWeightUOMCode | String | Abbreviation that identifies the unit of measure for the tare weight of the packing unit. |
| TareWeightUOMName | String | TareWeightUOMName of PackingUnits |
| NetWeight | Double | Net weight of the packing unit. |
| NetWeightUOMCode | String | Abbreviation that identifies the unit of measure for the net weight of the packing unit. |
| NetWeightUOMName | String | NetWeightUOMName of PackingUnits |
| ContainerVolume | Double | Total volume of the packing unit container. |
| ContainerVolumeUOM | String | Abbreviation that identifies the unit of measure of the packing unit container volume. |
| ContainerVolumeUOMName | String | ContainerVolumeUOMName of PackingUnits |
| ContentVolume | Double | Total volume of the packing unit contents. |
| ContentVolumeUOMCode | String | Abbreviation that identifies the unit of measure of the packing unit content volume. |
| ContentVolumeUOMName | String | ContentVolumeUOMName of PackingUnits |
| SourceName | String | Name of the source of the packing unit. |
| SealCode | String | Abbreviation that identifies the seal of the packing unit. |
| TrackingNumber | String | Tracking number of the packing unit. |
| AllowAutoGeneration | String | Contains one of the following values: true or false. If true, then packing unit will be generated based on packing unit setup defined for organization. If false, then packing unit is user-defined. There is no default value for this attribute. |
Pseudo-Columns
Pseudo column fields are used in the WHERE clause of SELECT statements and offer a more granular control over the tuples that are returned from the data source.
| Name | Type | Description |
| Finder | String | finder |
| PPackingUnit | String | pPackingUnit |