InventoryOrderLines
Stores individual line-item details of inventory orders, capturing product identifiers, quantities, units, and shipment status to support inventory fulfillment and reconciliation.
Columns
| Name | Type | ReadOnly | Description |
| ID [KEY] | String | True |
Unique identifier for the inventory order line record. This value is system-generated and used internally to distinguish records. |
| Global ID | String | True |
Globally unique system-level identifier that ensures record uniqueness across all Vaults and integrations. |
| Link | String | False |
System-generated URL or URI that links directly to the inventory order line record in the Vault user interface. |
| Inventory Order Line Number | String | True |
User-defined or system-assigned identifier for the inventory order line, typically used for tracking and reference purposes. |
| Status | String | False |
Current lifecycle status of the inventory order line, indicating its progress or state in the fulfillment process. |
| Created By | String | True |
Username or identifier of the Vault user who initially created the inventory order line record. |
| Created Date | Datetime | True |
Timestamp indicating when the inventory order line was created in the system. |
| Last Modified By | String | True |
Username or identifier of the Vault user who last modified the inventory order line. |
| Last Modified Date | Datetime | True |
Timestamp of the most recent update made to the inventory order line record. |
| Exception Comments | String | False |
Comments or notes describing any exceptions, issues, or irregularities related to the order line. |
| Exception Severity | String | False |
Severity level associated with any reported exception for the order line, such as low, medium, or high. |
| Exception Type | String | False |
Category or classification of the exception encountered in the inventory order line, such as quantity mismatch or delayed fulfillment. |
| Inventory Order Line Status | String | False |
Detailed status specific to the inventory order line, potentially different from the overall order status. |
| Order Fulfilled Quantity | Decimal | False |
The total quantity of the product that has been successfully fulfilled and delivered for this order line. |
| Order Quantity UOM | String | False |
Unit of measure used to specify the quantity ordered, such as boxes, units, or kilograms. |
| Order Quantity | Decimal | False |
Total number of units or quantity ordered for the product in this order line. |
| Requested Delivery Date | Date | False |
Date on which delivery of the ordered product is requested or scheduled by the requester. |
| Inventory Order Allocation | String | False |
Reference to the allocation record that indicates how the inventory is assigned or reserved for this order line. |
| Inventory Order Header | String | False |
Reference to the parent inventory order header, which contains overarching information about the entire order. |
| Product | String | False |
Product associated with this inventory order line, typically represented by a product identifier or name. |
| Legacy CRM Id | String | False |
Identifier originating from a legacy Customer Relationship Management system used to associate historical records with this order line. |