> For the complete documentation index, see [llms.txt](https://docs.xorosoft.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.xorosoft.com/xoroerp-1/manufacturing/workstation/quarantine-resolution-screen/quarantine-resolution-screen-fields.md).

# Quarantine Resolution Screen Fields

### Overview

The Quarantine Resolution screen contains header-level and line-level fields that help users review and resolve quarantined quantities reported during manufacturing execution. These fields provide visibility into affected manufacturing orders, quality issues, and resolution actions.

### Header Level Search Fields

The header-level fields are used to filter, search, and manage quarantine records. These fields help users identify specific manufacturing orders, processes, or quality issues before applying [resolution actions](#resolution-actions).

| Field         | Description                                                     |
| ------------- | --------------------------------------------------------------- |
| Process       | Filters records based on the manufacturing process.             |
| Quality Code  | Filters records based on the quality issue code.                |
| MO Number     | Displays or filters records for a specific Manufacturing Order. |
| Select Status | Filters records based on resolution status.                     |

### Header Level Button

The Header Level Button allows users to apply actions to selected quarantine records.

* **Resolve:**\
  Applies the selected resolution action to the chosen quarantine record(s). Once executed, the system updates the quarantine status and adjusts production quantities based on the selected resolution method.

### Header Level Options

The Header Level Options provide actions that allow users to manage multiple  quarantine records and apply resolution decisions to selected quantities. These options are available from the **Options** menu and help control how quarantined quantities impact production.

* **Batch Accept & Replace:**\
  Applies the **Accept & Replace** resolution to all selected quarantine records.
* **Batch Accept & Short Produce:**\
  Applies the **Accept & Short Produce** resolution to all selected quarantine records.
* **Batch Reject:**\
  Applies the **Reject** resolution to all selected quarantine records. A resolution reason is required when this action is selected.

{% hint style="info" %}
**Resolution Reason** must be provided when the resolution action is selected as **Reject**.
{% endhint %}

### Header Level Icons

These icons provide quick access to commonly used actions, enabling users to efficiently manage and navigate quarantine resolution records.

* **Refresh:**\
  Allows users to refresh the screen and reload the latest quarantine records based on the current filters or selection criteria.
* **Navigation Controls:**\
  Moves between records or refreshes data.
* **Advanced Search:**\
  Allows users to perform a detailed search by defining specific filter criteria such as process, quality issue code, manufacturing order number, or status to locate required records quickly.
* **Save:**\
  Enables users to save any changes made to quarantine resolution records.
* **Download:**\
  Allows users to export quarantine resolution data in supported file formats such as CSV, TXT, MS Word, MS Excel, PDF, and MS Excel (.xlsx) for reporting or reference purposes.
* **Columns:**\
  Provides options to customize the grid view by selecting or hiding specific columns based on user preference.

| Field               | Description                                                                                                                                                            |
| ------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| MO Number           | Manufacturing Order associated with the quarantine record.                                                                                                             |
| Process             | Process where the quality issue occurred.                                                                                                                              |
| Quality Issue Code  | Displays the quality issue code reported for the quarantined quantity.                                                                                                 |
| Quarantined Qty     | Quantity reported for quality issue.                                                                                                                                   |
| Status              | Displays the current resolution status of the quality issue.                                                                                                           |
| User Id             | User who reported the issue.                                                                                                                                           |
| Create Dttm         | Date and time when record was created.                                                                                                                                 |
| Resolved by User Id | User who resolved the issue.                                                                                                                                           |
| Resolved Dttm       | Date and time of resolution.                                                                                                                                           |
| Resolution Reason   | Remarks explaining resolution decision.                                                                                                                                |
| Resolution Action   | Dropdown to select the resolution action for the quarantined quantity; available options include **Accept & Replace**, **Accept & Short** **Produce**, and **Reject**. |

### Resolution Actions

The **Resolution Action** dropdown allows users to select how the quarantined quantity should be handled.

* **Accept & Replace:** Clears the quarantined quantity and adds it back to the remaining quantity for reprocessing. The original order quantity is maintained, and additional production is required to replace the defective units.
* **Accept & Short Produce:** Clears the quarantined quantity and reduces the net producible quantity. The effective production output is reduced, and no additional production is required for the quarantined quantity.
* **Reject:** Marks the quarantined quantity as non-acceptable. The quantity is rejected and must be reproduced through further production.

{% hint style="info" %}
**Resolution Reason** must be provided when the resolution action is selected as **Reject**.
{% endhint %}

### Resolution Statuses

Quarantine records move through different statuses based on resolution activity.

* **Open:** Quarantine record is pending resolution.
* **Resolved:** A resolution action has been applied, and production quantities are updated accordingly.
* **Rejected:** Quarantined quantity has been rejected and requires reproduction.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.xorosoft.com/xoroerp-1/manufacturing/workstation/quarantine-resolution-screen/quarantine-resolution-screen-fields.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
