Move Line
M_MovementLine
Inventory Move document Line
Overview
| Table Name | M_MovementLine |
|---|---|
| Access Level | Organization Only |
| Entity Type | D |
| Is Document | Yes |
| Is View | No |
| Has UUID | Yes |
| Parent Table | Bay_MasterMovementLine |
| Wiki | View on iDempiere Wiki |
Columns (42)
| Column | Type | Required | Default | Description |
|---|---|---|---|---|
Bay_MasterMovementLine_ID |
Search(22) | No | - | The movement line of the master product if this line belongs to a related product |
ConfirmedQty |
Quantity(22) | No | 0 | Confirmation of a received quantity |
C_OrderLine_ID |
ID(10) | No | - | Sales Order Line |
ExternalReference |
String(50) | No | - | External identifier from another system, document, or partner |
InternalNote |
Text(2000) | No | - | - |
IsApproved |
Yes-No(1) | Yes | N | Indicates if this document requires approval |
IsInDispute |
Yes-No(1) | Yes | N | Document is in dispute |
LocatorOrgMoveType |
List(1) | No | - | Identify Inventory Moves Locators/Warehouse/Organizations |
Lot |
String(40) | No | - | Lot number (alphanumeric) |
M_AttributeSetInstance_ID |
Product Attribute(22) | No | - | Product Attribute Set Instance |
M_HandlingUnitLine_ID |
Search(22) | No | - | - |
M_InOutLine_ID |
Search(22) | No | - | Line on Shipment or Receipt document |
PickingNote |
Text(2000) | No | - | - |
Processed |
Yes-No(1) | Yes | - | The document has been processed |
QtyOnHand |
Quantity(22) | No | - | On Hand Quantity |
QtyReserved |
Quantity(22) | No | - | Reserved Quantity |
ScrappedQty |
Quantity(22) | No | 0 | The Quantity scrapped due to QA issues |
ShippingNote |
Text(2000) | No | - | - |
TargetQty |
Quantity(22) | Yes | 0 | Target Movement Quantity |
WM_InOutBoundLine_ID |
Search(10) | No | - | - |
WMSNote |
Text(2000) | No | - | - |
Line |
Integer(22) | Yes | @SQL=SELECT NVL(MAX(Line),0)+10 AS DefaultValue FROM M_MovementLine WHERE M_Movement_ID=@M_Movement_ID@ | Unique line for this document |
MovementQty |
Quantity(22) | Yes | 1 | Quantity of a product moved. |
M_Movement_ID |
Search(22) | Yes | - | Movement of Inventory |
Name |
String(60) | No | - | Alphanumeric identifier of the entity |
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(22) | Yes | - | User who created this records |
DD_OrderLine_ID |
Search(10) | No | - | - |
Description |
String(255) | No | - | Optional short description of the record |
IsActive |
Yes-No(1) | Yes | Y | The record is active in the system |
M_AttributeSetInstanceTo_ID |
Product Attribute(10) | No | - | Target Product Attribute Set Instance |
M_Locator_ID |
Search(22) | Yes | @M_Locator_ID@ | Warehouse Locator |
M_LocatorTo_ID |
Search(22) | Yes | @M_LocatorTo_ID@ | Location inventory is moved to |
M_MovementLine_ID |
ID(22) | Yes | - | Inventory Move document Line |
M_MovementLine_UU |
String(36) | No | - | - |
M_Product_ID |
Search(22) | Yes | - | Product, Service, Item |
ReversalLine_ID |
Search(22) | No | - | Use to keep the reversal line ID for reversing costing purpose |
Updated |
Date+Time(7) | Yes | SYSDATE | Date this record was updated |
UpdatedBy |
Search(22) | Yes | - | User who updated this records |
Value |
String(60) | No | - | Search key for the record in the format required - must be unique |
Foreign Keys
| Column | References | Description |
|---|---|---|
Bay_MasterMovementLine_ID |
Bay_MasterMovementLine.Bay_MasterMovementLine_ID | The movement line of the master product if this line belongs to a related product |
C_OrderLine_ID |
C_OrderLine.C_OrderLine_ID | Sales Order Line |
M_AttributeSetInstance_ID |
M_AttributeSetInstance.M_AttributeSetInstance_ID | Product Attribute Set Instance |
M_HandlingUnitLine_ID |
M_HandlingUnitLine.M_HandlingUnitLine_ID | - |
M_InOutLine_ID |
M_InOutLine.M_InOutLine_ID | Line on Shipment or Receipt document |
WM_InOutBoundLine_ID |
WM_InOutBoundLine.WM_InOutBoundLine_ID | - |
M_Movement_ID |
M_Movement.M_Movement_ID | Movement of Inventory |
AD_Client_ID |
AD_Client.AD_Client_ID | Tenant for this installation. |
AD_Org_ID |
AD_Org.AD_Org_ID | Organizational entity within tenant |
DD_OrderLine_ID |
DD_OrderLine.DD_OrderLine_ID | - |
M_AttributeSetInstanceTo_ID |
M_AttributeSetInstanceTo.M_AttributeSetInstanceTo_ID | Target Product Attribute Set Instance |
M_Locator_ID |
M_Locator.M_Locator_ID | Warehouse Locator |
M_LocatorTo_ID |
M_LocatorTo.M_LocatorTo_ID | Location inventory is moved to |
M_Product_ID |
M_Product.M_Product_ID | Product, Service, Item |
ReversalLine_ID |
ReversalLine.ReversalLine_ID | Use to keep the reversal line ID for reversing costing purpose |
Generated on 2026-05-03T16:35:36.923063374Z