> 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/sage-intacct-1/user-guide/promotion/promote-order.md).

# Promote Order

Below are the steps to verify the Order Promote functionality.

Create “**Order**” and add **Products** in an Order. Click on the “**Promote to Sage**” button.

<figure><img src="/files/1VTHMqce7aOeYLBlzS3o" alt=""><figcaption></figcaption></figure>

Once a record is promoted into the Sage Intacct system, a unique ID “**ERP Order Number**” will be updated in the Creatio system to ensure a linked record in both systems. The unique ID will be used to update the record in both systems during subsequent updates.

<figure><img src="/files/1UFmPsKgSPE8vVtazAs4" alt=""><figcaption></figcaption></figure>

In the above example, contact “**ERP Order Number**” will be set as “**SO0243**” and will be visible in Sage Intacct ERP.

In Sage Intacct ERP, select “**Sales Order**” option by navigating from Applications | Order Entry | Sales Order as shown below.

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

Put “**ERP Order Number**” in the "**Document Number"** field as shown below and click on the Enter button of keyboard. On click of enter button, Order Promoted from Creatio will be visible here.

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

Click on the **View** hyperlink to review the Sales Order details.

<figure><img src="/files/883hF8PWUamUSjkgh5A2" alt=""><figcaption></figcaption></figure>

Order promotion is like account promotion, with the primary difference being that order promotion is a one-time action. Once an order record is promoted, it cannot be promoted again.&#x20;

Once a record is promoted into the Sage Intacct system, a unique ID will be updated in the Creatio system to ensure a linked record in both systems.


---

# 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/sage-intacct-1/user-guide/promotion/promote-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.
