# Quote Creation and Promotion

A popular function of the GUMU™ is to allow Salesforce users to create Quotes and Orders that leverage inventory items and pricing defined in Sage. In the context of an Opportunity, we can define the Sage Intacct ERP Price Book that we would like to use, and then we can create our Quote.

1. Create a Quote from the Opportunity.

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

2. Within the Quote, use the ‘Add Product’ button to add items to the Quote. When you add items to the quote, set **UOM**, **Quantity**, **Warehouse**, and location in the quote line details tab, as it uses real-time pricing from Sage Intacct.

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

3. Once you finish adding products, you can either generate an order or promote a quote. Let’s see when to use which button.

**Generate Order:** Using a flow, this action queues our Order to be passed over to the Salesforce standard Order module with an order number.

**Promote Quote:** The quote will be directly promoted to the Sage Intacct in the Order Entry tab; however, it queues up our transaction to be promoted into the Sage Intacct ERP Sales Order module as a Quote instead of as an Order. Click on the “Promote Quote” button.

<figure><img src="/files/tbZUVv5nksQwuP4xsk6e" alt=""><figcaption><p>Promoted Quote with ERP Quote Number</p></figcaption></figure>

4. To search for the promoted Quote in the Sage, navigate to the Order Entry module->Quote->Sales Quote. Paste the generated quote number (SQ-1024) in the document number field and the below screen will appear.

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


---

# 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.greytrix.com/gumu-salesforce-integration/sage-intacct/gumu-tm-integration/quote-creation-and-promotion.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.
