> 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/sale-order/so-configuration/pick-shipping-address-from.md).

# Pick Shipping Address From

**YouTube:** [How to Configure Shipping Address in Sales Orders?](https://www.youtube.com/watch?v=2YjWu6VNJ-Q)

## How to Configure Shipping Address in Sales Orders?

In this tutorial, we will learn how the **Pick Shipping Address From** feature works while generating a Sales Order in Logic ERP. This feature determines whether the Shipping Address is entered manually or automatically populated from the selected Indirect Party, making order processing faster and more accurate.

***

### Objective of This Feature

* Automate Shipping Address selection.
* Reduce manual data entry.
* Improve order entry efficiency.
* Minimize shipping address errors.
* Ensure accurate delivery information.

***

### Access to Sales Order Configuration

* Go to the **Sales Order Module**.
* Click on **Configuration**.
* Select the required **Sales Order Configuration**.
* Locate the option labeled as:

> **"Pick Shipping Address From"**

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

This option provides two parameters for controlling how the Shipping Address is populated during Sales Order entry.

***

### Parameter 1: None

* When this parameter is selected, the system does not populate the Shipping Address automatically.
* The Shipping Address must be entered manually by the user during Sales Order creation.

**Before Creating the Sales Order**

* Open **Column Locks**.
* Unlock the **Ship Address** column.

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

* Save the configuration.

#### Create a New Sales Order

* Click **New Order** to refresh the Sales Order window.
* The **Shipping Address** field is now visible in the header section.
* Proceed with creating the Sales Order.

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

**Result**

Since **Pick Shipping Address From** is set to **None**:

* No Shipping Address is populated automatically.
* You can manually enter the required Shipping Address in the header section.

***

### Parameter 2: Pick Shipping Address From Indirect Party

* When this parameter is selected, the system automatically retrieves the Shipping Address from the **Indirect Party** specified in the Sales Order.

**Configuration**

* Select **Pick Shipping Address From Indirect Party**.
* Save the configuration.

#### Create a New Sales Order

* Click **New Order** to refresh the Sales Order window.
* Proceed with creating the Sales Order.
* Select the required **Indirect Party**.

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

**Result**

As soon as the Indirect Party is selected:

* The Shipping Address field is automatically populated with the address defined for the selected Indirect Party.
* No manual entry is required.

***

### Key Benefits

* Automates Shipping Address selection.
* Reduces manual data entry.
* Improves order entry speed.
* Minimizes shipment address errors.
* Ensures consistent delivery information across Sales Orders.

***

### Best Practice Tips

* Use **None** when Shipping Addresses vary for every Sales Order and require manual entry.
* Use **Pick Shipping Address From Indirect Party** when shipments are consistently delivered to the Indirect Party's address.
* Ensure the correct Shipping Address is maintained in the Indirect Party Master for accurate order processing.
* Keep the **Ship Address** column enabled whenever Shipping Address verification is required.

***

### Final Outcome

The **Pick Shipping Address From** feature allows you to control how the Shipping Address is populated during Sales Order creation. Depending on the selected parameter, Logic ERP either allows manual entry or automatically retrieves the Shipping Address from the selected Indirect Party, improving efficiency, reducing manual effort, and ensuring accurate shipment details.


---

# 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/sale-order/so-configuration/pick-shipping-address-from.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.
