PurchaseOrderLifeCycleDetailsshipments
Displays the details about shipments that are created against purchase orders, such as how many items have been shipped, when they were shipped, and the carrier and tracking numbers for those shipments.
Columns
| Name | Type | Description |
| PurchaseOrderLifeCycleDetailsPOHeaderId [KEY] | Long | The unique identifier for the purchase order associated with the shipment record. |
| POHeaderId | Decimal | The value that uniquely identifies the purchase order. |
| POLineId | Decimal | The value that uniquely identifies the purchase order line. |
| LineNumber | Decimal | The number that uniquely identifies the purchase order line. |
| LineLocationId [KEY] | Decimal | The value that uniquely identifies the purchase order schedule. |
| ScheduleNumber | Decimal | The number that uniquely identifies the purchase order schedule for the purchase order line. |
| LineNumberScheduleNumber | String | The line and schedule number, used to identify the specific order schedule. |
| LineDescription | String | A description of the item that the purchase order references. |
| ShipmentId [KEY] | Long | The value that uniquely identifies the shipment. |
| Shipment | String | The number that identifies the shipment. |
| Carrier | String | The value that uniquely identifies the carrier on the schedule. |
| Tracking | String | The alphanumeric tracking number used to follow the shipment or waybill. |
| ShippedDate | Date | The date the supplier shipped the goods. |
| ExpectedReceiptDate | Date | The date the goods are expected to arrive at the receiving location. |
| ShippedQuantity | Decimal | The total number of items shipped by the supplier. |
| ShippedQuantityWithQualifier | String | The total number of items shipped by the supplier in the purchase order line UOM. |
| UOM | String | The unit of measure that the item uses for quantity. |
| UOMCode | String | The abbreviation that represents the unit of measure. |
| ReceiptDate | Date | The date the goods or services were received by the buying organization. |
| Finder | String | Finder criteria used to filter purchase order lifecycle detail shipments based on specific search parameters and conditions. |
| Intent | String | Finder attribute to be used with the Finder column. It is the value that identifies the intent for accessing the Purchase Order Lifecycle Details resource. Valid values are APUser, POUser, LOBUser, SSPUser and NonAgentUser. |