# Receive Delivery (ASN)

## Overview

<figure><img src="/files/ExvqiUqpSZRbn5fuTyJU" alt=""><figcaption></figcaption></figure>

### Features

* Search for Deliveries.
  * Filter on From and To Planned Dates, Supplier and/or Delivery.
* Select Delivery.
  * Filter on Delivery details.
* Select Package.
  * Filter on Package details.
* Report Package.
  * Stage and receive package.
  * View connected items.

## User Steps

### Search Deliveries

{% hint style="info" %}
Use the following User Step to fetch existing Deliveries.
{% endhint %}

<div align="left"><figure><img src="/files/BnzXOHv9ygjY2MvBmKIw" alt="" width="375"><figcaption></figcaption></figure></div>

**INFO/HEADER DATA**

* N/A

**INPUT DATA**

* Delivery \*\
  \
  \* indicates an input field is mandatory

**FUNCTIONALITY**

* Type in/scan a delivery number inside the **Delivery \*** Text Input.

<div align="left"><figure><img src="/files/XNAM6P3mgdG9mkevTGfY" alt="" width="375"><figcaption><p>Typing in delivery.</p></figcaption></figure></div>

* Click **EXIT** to get back to the main menu.
* Click **LIST** to get to **Filter Deliveries** User Step.
* Click **NEXT** to get to [**Select Pick List**](#select-pick-list) User Step.

#### Filter Deliveries

{% hint style="info" %}
Use the following User Step to filter on existing Deliveries.
{% endhint %}

<div align="left"><figure><img src="/files/YwAZTSor2NVfnKgx9Z0D" alt="" width="375"><figcaption></figcaption></figure></div>

**INFO/HEADER DATA**

* N/A

**INPUT DATA**

* From Panned Date
* To Planned Date
* Supplier
* Delivery\
  \
  \* indicates an input field is mandatory

**FUNCTIONALITY**

* All Input Fields are dependent on each other, from top to bottom.
* Tap on **From Planned Date** Date Input to set a from planned date range.
* Tap on **To Planned Date** Date Input to set a to planned date range.

<div><figure><img src="/files/KXE6UCgD246duwFiz5Hh" alt="" width="375"><figcaption><p>Selecting a from planned date.</p></figcaption></figure> <figure><img src="/files/09g9Dw6ghQAVaXM8M9ri" alt="" width="375"><figcaption><p>Selecting a to planned date.</p></figcaption></figure></div>

* Tap on **Supplier** List Selection Input to select a supplier.
* Tap on **Delivery** List Selection Input to select a delivery number.

<div><figure><img src="/files/IdvZLlrhsQLjX0u9gkGx" alt="" width="375"><figcaption><p>Browsing through available suppliers.</p></figcaption></figure> <figure><img src="/files/wEbMaKybyQ9zeHVcYL3z" alt="" width="375"><figcaption><p>Browsing through available deliveries.</p></figcaption></figure></div>

* Click **BACK** to get back to [**Search Deliveries**](#search-deliveries) User Step.
* Click **NEXT** to get to [**Select Delivery**](#select-delivery) User Step.

### Select Delivery

{% hint style="info" %}
Use the following User Step to select a delivery for receipt.
{% endhint %}

<div align="left"><figure><img src="/files/uvaEhlyIqg7NSX3YneqK" alt="" width="375"><figcaption></figcaption></figure></div>

**INFO/HEADER DATA**

* N/A

**INPUT DATA**

* Delivery(ies) \*&#x20;
  * Delivery Number
  * Supplier Id
  * Status\
    \
    \* indicates an input field is mandatory

**FUNCTIONALITY**

* Click **BACK** to get back to [**Search Deliveries**](#search-deliveries) User Step.
* Tap on **Delivery(ies) \*** List Selection Input to select a delivery to be received.
  * Use Search Bar to browse and filter the list with delivery details.
  * Tapping acts as **NEXT** and continues to [**Select Package**](#select-package) User Step.

### Select Package

{% hint style="info" %}
Use the following User Step to select a package to be received.
{% endhint %}

<div align="left"><figure><img src="/files/W1DUNAMcuwAKoQLYwmBr" alt="" width="375"><figcaption></figcaption></figure></div>

**INFO/HEADER DATA**

* Selected Delivery
  * Delivery Number
  * Supplier Id
  * Status

**INPUT DATA**

* Package(s) \*&#x20;
  * Package Number
  * Packaging
  * Status\
    \
    \* indicates an input field is mandatory

**FUNCTIONALITY**

* Click **BACK** to get back to [**Select Delivery**](#select-delivery) User Step.
* Tap on **Package(s) \*** List Selection Input to select a package to receive.
  * Use Search Bar to browse and filter the list with package details
  * Tapping acts as **NEXT** and continues to [**Report Package**](#report-package) User Step.

### Report Package

{% hint style="info" %}
Use the following User Step to receive a package.
{% endhint %}

<div align="left"><figure><img src="/files/09nk7qfH85SEVY1AxWA7" alt="" width="375"><figcaption></figcaption></figure></div>

**INFO/HEADER DATA**

* Selected Package
  * Package Number
  * Delivery Number
  * Packaging
  * Status
* Item(s)
  * Order Number / Order Line
  * Item Number
  * Lot Number (if applicable)
  * Received Quantity (Order Unit of Measure)

**INPUT DATA**

* N/A

**FUNCTIONALITY**

* Click **BACK** to get back to [**Select Package**](#select-package) User Step.
* Click **RECEIVE** to run the trsnaction.
  * Package will be staged and received (PUST/PUSL = 50).
  * You will be brought back to updated [**Select Package**](#select-package) User Step with previously applied filter. If the list is empty, You will be brought back to [**Select Delivery** ](#select-delivery)User Step.

<div align="left"><figure><img src="/files/AOp0OztXdw5tSDQBj6Re" alt="" width="375"><figcaption></figcaption></figure></div>


---

# Agent Instructions: 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:

```
GET https://docs.novacura.com/marketplace-documentation/applications/explore-apps/infor-m3/documentation/supply-chain-execution/receive-delivery-asn.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
