> For the complete documentation index, see [llms.txt](https://kb.logicerp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/delivery-note-against-purchase-orders/dn-against-po-configuration/do-not-allow-item-selection-when-purchase-order-is-retrieved.md).

# Do not Allow Item Selection when Purchase Order is Retrieved

**YouTube:** [How to Disable Item Selection During Purchase Order Retrieval in Delivery Notes?](https://youtu.be/hKgOny6BUhQ)

## How to Disable Item Selection During Purchase Order Retrieval in Delivery Notes?

In this tutorial, we will learn how to disable the **Item Selection Prompt** while retrieving a Purchase Order in a **Delivery Note Against PO**. Enabling this feature allows the system to retrieve all items from the selected Purchase Order automatically, without displaying the item selection window.

***

### Objective of This Feature

* Skip the item selection window during PO retrieval.
* Automatically retrieve all items from the selected Purchase Order.
* Speed up Delivery Note creation.
* Reduce manual item selection.
* Improve transaction efficiency.

***

### Review the Default Behavior

Before enabling the feature, let's understand the default behavior.

* Initiate a **New Delivery Note** entry.
* Select the **Supplier** and enter the required details.
* Click **Next**.
* Select the Purchase Order to retrieve.

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

**Result**

By default, the software displays an **Item Selection** window containing all the items available in the selected Purchase Order.

Users must manually select the required items before they are retrieved into the Delivery Note.

***

### Let's Enable the Configuration

* Open the **Configuration** window.
* Navigate to the **Other Settings** section.
* Locate and enable the option labeled as:

> **"Do Not Allow Item Selection When Purchase Order Is Retrieved"**

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

* Save the configuration.

***

### Create a New Delivery Note

* Initiate a **New Delivery Note** entry.
* Select the **Supplier**.
* Click **Next**.
* Select the same Purchase Order.
* Click **Refresh**.

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

**Result**

The software retrieves **all items** from the selected Purchase Order **directly**, without displaying the Item Selection window.

This eliminates the need to manually select individual items before retrieval.

***

### Key Benefits

* Faster Purchase Order retrieval.
* Eliminates unnecessary item selection.
* Reduces manual effort.
* Improves Delivery Note processing speed.
* Ideal when all Purchase Order items are delivered together.

***

### Best Practice Tips

* Enable this feature when Delivery Notes typically include all items from the Purchase Order.
* Keep the feature disabled if partial item retrieval is frequently required.
* Review the retrieved items before saving the Delivery Note to ensure accuracy.
* Use this setting to streamline high-volume delivery operations.

***

### Final Outcome

When **"Do Not Allow Item Selection When Purchase Order Is Retrieved"** is enabled, Logic ERP automatically retrieves all items from the selected Purchase Order into the Delivery Note without displaying the item selection window. This simplifies the retrieval process, reduces manual intervention, and speeds up Delivery Note creation.


---

# 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://kb.logicerp.com/logic-erp-learning-hub-tutorials-and-best-practices/order-processing/delivery-note-against-purchase-orders/dn-against-po-configuration/do-not-allow-item-selection-when-purchase-order-is-retrieved.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.
