> For the complete documentation index, see [llms.txt](https://docs.novacura.com/marketplace-documentation/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novacura.com/marketplace-documentation/applications/explore-apps/ifs/warehouse-management/documentation/ifs-cloud/customer-order-and-shipment/scrap-parts-in-shipment-inventory.md).

# Scrap Parts in Shipment Inventory

## Overview

This flow(app) can be used to scrap parts in shipment inventory.

<div align="left"><img src="/files/bxf6RXX8Mr7cA20UEmB7" alt=""></div>

*The complete overview of the flow(app):*

{% file src="/files/Zrt8MISDXFudNFisV5B2" %}

## Steps

### **Enter Order No**

* Order No is required and it should:
  * Belong to the user’s default site
  * Have Picked Qty > 0
* Click on the **List** button to see a list of orders that satisfy the above conditions

{% hint style="info" %}
**Pin Step:**

Display the user default Site ID and its description.
{% endhint %}

| <img src="/files/ddMkVUI79lhMNDPYrnYf" alt="" data-size="original"> | <img src="/files/iL6xpKku8vD28Jl5cbuB" alt="" data-size="original"> |
| :-----------------------------------------------------------------: | :-----------------------------------------------------------------: |
|                             Flow Connect                            |                             Flow Classic                            |

### **Enter Part No**

* Part No is required and should belong to the Order No entered in the previous step
* Click on the **List** button to see a list of parts that satisfy the above condition

| <img src="/files/cFUGnxXWBw3s9fM33i6k" alt="" data-size="original"> | <img src="/files/y3mAGwI6hk8djPL1YUKc" alt="" data-size="original"> |
| :-----------------------------------------------------------------: | :-----------------------------------------------------------------: |
|                             Flow Connect                            |                             Flow Classic                            |

### **Enter Release No**

{% hint style="info" %}
This step is shown only if the selected Order No in the previous step has more than one order line revision for selected Part No.
{% endhint %}

* Release No is required
* Click on the **List** button to see a list of Release No’s for the selected part

|     | ![](/files/5gVddKdouXYDQfPydtu4) |
| :-: | -------------------------------- |
|     | Flow Classic                     |

### **Enter Shipment ID**

{% hint style="info" %}
This step is shown only if the combination of Order No/Part No/Release No selected in the previous steps has more than one shipment connected to it.
{% endhint %}

* Shipment ID is required
* Click on the **List** button to see a list of shipments connected to the selected Order No/Part No/Release No

|     | ![](/files/065Xr018bVKErZMzRoeS) |
| :-: | -------------------------------- |
|     | Flow Classic                     |

{% hint style="info" %}
*Based on the selected Part user might be prompted with additional user steps to filter out* **Inventory Part In Stock** *records until a unique stock record is selected. For more info about these additional steps please refer* [*Inventory Part In Stock Selection*](/marketplace-documentation/applications/explore-apps/ifs/warehouse-management/documentation/ifs-application-10/inventory-part-in-stock-selection.md)*.*
{% endhint %}

### **Enter Qty**

* Qty To Scrap is required and cannot be greater than the Qty Picked

{% hint style="warning" %}
For Serial Parts, this step is skipped since the Qty is always 1.
{% endhint %}

{% hint style="info" %}
**Pin Step:**

Display information about the selected inventory part in shipment inventory record.
{% endhint %}

|     | ![](/files/Cue7Pf15J8AUd3fWx2A2) |
| :-: | -------------------------------- |
|     | Flow Classic                     |

### **Summary**

{% hint style="info" %}
Only shown if it is a serial part.
{% endhint %}

|     | ![](/files/I8LgrpJYnqs7cxq7Wj11) |
| :-: | -------------------------------- |
|     | Flow Classic                     |

### **Enter Scrap Case**

* Scrap Cause is required
* Click on the **List** button to see a list of Scrap Causes that users can select from

|     | ![](/files/MxyXzoJ6p5DSxbVTWnqZ) |
| :-: | -------------------------------- |
|     | Flow Classic                     |

### **Enter Scrap Note**

{% hint style="info" %}
Scrap Note is optional
{% endhint %}

* Click on the **Save** button to complete the process

|     | ![](/files/vK6rpbAI8zofyuAq2zKK) |
| :-: | -------------------------------- |
|     | Flow Classic                     |


---

# 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.novacura.com/marketplace-documentation/applications/explore-apps/ifs/warehouse-management/documentation/ifs-cloud/customer-order-and-shipment/scrap-parts-in-shipment-inventory.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.
