HU Line

M_HandlingUnitLine

Overview

Table NameM_HandlingUnitLine
Access LevelClient Only
Entity TypeMM06
Is DocumentNo
Is ViewNo
Has UUIDYes
Parent TableM_HandlingUnit
WikiView on iDempiere Wiki

Columns (16)

Column Type Required Default Description
ExternalReference String(50) No - External identifier from another system, document, or partner
Line Integer(10) No @SQL=SELECT COALESCE(MAX(Line),0)+10 AS DefaultValue FROM M_HandlingUnitLine WHERE M_HandlingUnit_ID=@M_HandlingUnit_ID@ Unique line for this document
M_HandlingUnit_ID Search(10) Yes - A handling unit is a physical unit consisting of packaging materials (load carriers/packing material) and the goods contained on/in it.
AD_Client_ID Table Direct(22) Yes @#AD_Client_ID@ Tenant for this installation.
AD_Org_ID Table Direct(22) Yes @#AD_Org_ID@ Organizational entity within tenant
Created Date+Time(7) Yes SYSDATE Date this record was created
CreatedBy Search(10) Yes - User who created this records
IsActive Yes-No(1) Yes Y The record is active in the system
M_AttributeSetInstance_ID Product Attribute(22) No - Product Attribute Set Instance
M_HandlingUnitLine_ID ID(22) Yes - -
M_HandlingUnitLine_UU String(36) No - -
M_Product_ID Search(22) Yes - Product, Service, Item
Qty Amount(22) No 0 Quantity
Updated Date+Time(7) Yes SYSDATE Date this record was updated
UpdatedBy Search(10) Yes - User who updated this records
Weight Amount(22) No 0 Weight of a product

Foreign Keys

Column References Description
M_HandlingUnit_ID M_HandlingUnit.M_HandlingUnit_ID A handling unit is a physical unit consisting of packaging materials (load carriers/packing material) and the goods contained on/in it.
AD_Client_ID AD_Client.AD_Client_ID Tenant for this installation.
AD_Org_ID AD_Org.AD_Org_ID Organizational entity within tenant
M_AttributeSetInstance_ID M_AttributeSetInstance.M_AttributeSetInstance_ID Product Attribute Set Instance
M_Product_ID M_Product.M_Product_ID Product, Service, Item

Generated on 2026-05-03T16:34:58.260848053Z