InventoryReplenishRequests
Handles details for inventory replenishment requests, ensuring sufficient stock levels.
Columns
Name | Type | Description |
GroupId [KEY] | Long | The unique identifier for the inventory replenishment request group. This identifier is used to track and manage bulk replenishment requests within the inventory system, ensuring that stock levels are maintained efficiently. |
UserName | String | The name of the user who submitted the inventory replenishment request. This field is used for auditing, tracking request origins, and ensuring accountability in inventory management processes. |
ReturnMessageCode | String | The system-generated code representing the response message for the replenishment request. This code helps categorize different system responses, such as success, warnings, or errors, for better reporting and troubleshooting. |
TotalRecordsCount | Long | The total number of inventory replenishment-request records included in the transaction. This value is used to measure the scale of the request and validate the processing volume. |
ReturnMessageText | String | The detailed text message corresponding to the return message code. This message provides additional information about the outcome of the request, including any warnings or error details. |
SubmitForProcessing | String | A flag indicating whether the replenishment request should be processed. Possible values are 'Yes' (process the balance records and initiate replenishment) or 'No' (do not process the records). The default value is 'No'. |
SuccessRecordsCount | Long | The number of inventory replenishment-request records that were successfully processed. This value helps track fulfillment accuracy and processing efficiency. |
ReturnStatus | String | The status of the current inventory replenishment request, indicating whether the request was completed successfully, partially processed, or failed. This status provides visibility into request execution outcomes. |
FailedRecordsCount | Long | The number of inventory replenishment-request records that failed processing. This value is used for troubleshooting errors, identifying failed transactions, and ensuring corrective actions are taken. |
Finder | String | A reference attribute used for searching and retrieving specific inventory replenishment requests. This attribute enhances system usability by enabling users to locate replenishment records using predefined search criteria. |