InventoryMovementRequests
Manages various types of movement requests, such as requisitions, replenishments, and pick waves.
Columns
Name | Type | Description |
OrganizationId | Long | The unique identifier for the organization managing the inventory movement request. This identifier ensures accurate tracking of stock transfers and ownership. |
OrganizationCode | String | An abbreviation that represents the organization initiating the movement request. This abbreviation ensures proper classification in multi-organization environments. |
OrganizationName | String | The full name of the organization responsible for the inventory movement request. This name supports transaction processing and reporting. |
HeaderId [KEY] | Long | The unique identifier for the movement request header. This identifier groups related line items under a single movement request for better tracking and processing. |
RequestNumber | String | The unique request number assigned to the movement request. This number ensures easy reference and tracking of stock movement requests. |
Description | String | A brief description of the movement request, providing additional context for inventory transfers or replenishments. |
RequiredDate | Datetime | The date by which the inventory movement is required. This date ensures timely fulfillment of inventory transfer requests. |
TransactionTypeId | Long | The unique identifier for the transaction type associated with the inventory movement request. This identifier determines the nature of the movement, such as transfer or issue. |
TransactionType | String | The description of the transaction type defining the purpose of the inventory movement request (for example,'Transfer Order' or 'Replenishment'). |
MoveOrderType | Long | The unique identifier representing the type of move order associated with the inventory request. This identifier ensures proper classification of movement transactions. |
MovementRequestType | String | The type of movement request, specifying whether the inventory movement is for replenishment, transfer, or other purposes. |
StatusCode | Long | The unique identifier representing the status of the inventory movement request. This identifier helps track approval, processing, and completion. |
Status | String | A description of the current status of the inventory movement request (for example, 'Pending Approval', 'In Process', or 'Completed'). |
SourceSubinventory | String | The subinventory from which the inventory is being moved. This subinventory ensures proper tracking of stock depletion from the source location. |
DestinationSubinventory | String | The subinventory to which the inventory is being moved. This subinventory ensures accurate stock allocation and tracking in the receiving location. |
DestinationAccount | String | The account associated with the destination subinventory. This account ensures proper financial tracking and reconciliation of inventory movements. |
DestinationAccountId | Long | The unique identifier for the financial account linked to the destination subinventory. This identifier supports accurate cost allocation and inventory valuation. |
SubmitApprovalFlag | Bool | Indicates whether the movement request requires approval before processing. This flag ensures compliance with internal control policies. |
ExternalSystemGroupId | Long | The unique identifier for the external system group associated with the inventory movement request. This identifier supports integration with external inventory management systems. |
PickSetEnabledFlag | Bool | Indicates whether pick set functionality is enabled for the movement request. This flag determines whether inventory can be picked as a grouped set for efficiency. |
BindItemNumber | String | The item number associated with the inventory movement request. This number ensures accurate tracking of the item being moved. |
BindLineStatus | String | The status of the movement request line item, ensuring visibility into processing stages such as 'Pending', 'Approved', or 'Completed'. |
BindMovementRequestNumber | String | The movement request number used in system bindings to ensure consistency across integrated inventory management systems. |
BindMovementRequestType | String | The type of movement request used in system bindings for accurate classification and tracking. |
BindOrganizationCode | String | The organization code used in system bindings to ensure accurate tracking of movement requests across multiple entities. |
BindUserName | String | The username of the individual who initiated or is responsible for the movement request. This username supports accountability and audit tracking. |
Finder | String | The lookup reference used to retrieve and manage inventory movement request records. This reference enables efficient searching, reporting, and system queries. |