TransferOrders
Handles the creation and management of inventory transfer orders, streamlining inventory redistribution.
Columns
| Name | Type | Description |
| HeaderId [KEY] | Long | Unique identifier for the transfer order header. |
| HeaderNumber | String | Transfer order number. |
| Description | String | Description of the transfer order. |
| RequisitionBUId | Long | Business unit ID responsible for the requisition. |
| BusinessUnitName | String | Name of the business unit processing the transfer order. |
| SourceTypeLookup | String | Source type that defines the origin of the transfer order. |
| SourceOfTransferOrder | String | Source application or process that created the transfer order. |
| OrderedDate | Datetime | Date when the transfer order was placed. |
| FulfillOrchestrationRequired | String | Indicates if fulfillment orchestration is required. |
| BudgetControlEnabled | String | Indicates if budget control is enabled for the transfer order. |
| InterfaceStatus | String | Current interface processing status of the transfer order. |
| MessageText | String | Error or status messages related to the transfer order. |
| Finder | String | Utility field for locating transfer orders. |
| PBatch | String | Batch identifier for the transfer order. |
| PDestinationOrganization | String | Destination organization for the transfer order. |
| PItemNumber | String | Item number associated with the transfer order line. |
| PLineNumber | String | Line number within the transfer order. |
| PLineStatus | String | Current status of the transfer order line. |
| PScheduledShipDate | Datetime | Scheduled shipment date for the transfer order. |
| PSourceOrganization | String | Source organization responsible for shipping the order. |
| PTransactionOrigin | String | Transaction origin identifier. |
| PTransferOrder | String | Transfer order reference number. |