TransferOrderLinesForReceiving
Manages details of transfer order lines eligible for receiving, providing insight into inventory flow.
Columns
| Name | Type | Description |
| TransferOrder | String | Transfer order number associated with the transfer request. |
| TransferOrderHeaderId | Long | Unique identifier for the transfer order header. |
| TransferOrderLine | Int | Line number associated with the transfer order. |
| TransferOrderLineId [KEY] | Long | Unique identifier for the transfer order line. |
| ItemId | Long | Unique identifier for the item. |
| ItemNumber | String | Item number assigned to the transfer order. |
| ItemDescription | String | Description of the item being transferred. |
| OrganizationCode | String | Code identifying the organization responsible for the transfer order. |
| OrganizationId | Long | Unique identifier for the organization handling the transfer. |
| BindItemDescription | String | Binding field for item description. |
| BindItemNumber | String | Binding field for item number. |
| BindOrganizationCode | String | Binding field for organization code. |
| BindOrganizationId | Long | Binding field for organization ID. |
| BindTransferOrder | String | Binding field for transfer order number. |
| BindTransferOrderLine | Long | Binding field for transfer order line number. |
| Finder | String | Utility field for locating transfer order lines for receiving. |