> For the complete documentation index, see [llms.txt](https://docs.greytrix.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.greytrix.com/gumu-salesforce-integration/sagex3/transaction/sales-order.md).

# Address Creation and Promotion

To promote an Address the Account should be promoted or linked to Sage X3.

1. Creating the Shipping/Billing Address while promoting the Account is mandatory.
2. Once completed with promoting the Account, then it gets automatically promoted to Sage X3. As shown in the below image B01 and S01 are the promoted Addresses.

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

3. Click the "**New Address**" button, to add an additional Shipping/Billing Address for the Account.

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

4. Choose the Address Type (Shipping or Billing) from the dropdown menu, ensuring that you change the Address Code to avoid duplication. Complete all the necessary details. In the image above, multiple Shipping and Billing Addresses have been created as examples.

<figure><img src="/files/7paQxqVPeh0V6SGkSCuc" alt=""><figcaption></figcaption></figure>

### <mark style="color:red;">**Address Details**</mark> <a href="#address-details" id="address-details"></a>

<table><thead><tr><th width="276">Field</th><th>Description</th></tr></thead><tbody><tr><td>Address Code</td><td>For easy identification, the Address code should always be unique (two addresses for the Account cannot have same Address Code)</td></tr><tr><td>Is Default Ship-To-Address?</td><td>Do you want this to be the Default Address in Salesforce and Sage</td></tr><tr><td>Address Type</td><td>Is the new Address created a Billing or Shipping address</td></tr><tr><td>Address Name</td><td>Same as the Address Code, Address Name should also be unique</td></tr></tbody></table>

<figure><img src="/files/L7ynSWpE9wYvbN4ZLpUb" alt=""><figcaption><p>B02 - Default Ship-To-Address</p></figcaption></figure>

<figure><img src="/files/q9GYArFw9vwVEayGEYhx" alt=""><figcaption><p>Default address in sage X3</p></figcaption></figure>

5. To view/edit the promoted shipping address click on the pencil icon under the Action panel to edit (bottom left).

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

<figure><img src="/files/1Knk4JhZimavsKbXIi9J" alt=""><figcaption><p>Before updating the address</p></figcaption></figure>

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

6. After making the updates, let's review the changes in Sage X3 to gain a clearer understanding of the real-time adjustments.

<figure><img src="/files/wGu0iAeYmMB2pWVwhC7Q" alt=""><figcaption><p>Updated address in Sage X3</p></figcaption></figure>


---

# 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.greytrix.com/gumu-salesforce-integration/sagex3/transaction/sales-order.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.
