# GUMU Extension Installation

1. Download the GUMU Extension zip file and extract the file.
2. Paste the file into this path \[C:\inetpub\wwwroot].

<figure><img src="/files/23FY7097NVAza4cGTKGA" alt=""><figcaption></figcaption></figure>

3. Open Internet Information Service (IIS) Manager and find GUMU Extension under the Default Web Site.

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

4. Right-click on the GUMU Extension and click on the Convert to Application option.
5. Then click on Connect as -> Application User option -> Ok.

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

6. Next, click on Ok -> Click on Test Settings.

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

7. Edit PermissionsSecurity then give Full Control to Users and IIS Users.

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

<figure><img src="/files/Kyk82eCCs16OOtgUAJn4" alt=""><figcaption><p>For Users</p></figcaption></figure>

<figure><img src="/files/B5sw8BmOUZZMZqu8xles" alt=""><figcaption><p>For IIS Users</p></figcaption></figure>

8. Click on **Browse\*:80 (HTTP) hyperlink** it will redirect to Localhost.
9. Check with https<\<DomainName>>, it should get accessed externally. Replace the domain name with your domain name.

<figure><img src="/files/WOQlHqiwMdKySQe8ZceU" alt=""><figcaption><p> <strong>Browse*:80 (HTTP)</strong></p></figcaption></figure>

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

10. Click on the GetRecords.asmx.

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

11. Navigate to the Salesforce Org and switch to Classic mode. Click on the + icon and search for Entity Ext Prop.

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

12. Click on New. Fill in the details as mentioned below:

**Name**: oepricefinders

**Active**: true

**Config**: datasource=GREY071\SQL2017 (Specify the SQL Name) ;Database=SAMLTD (Database Name);integrated security=false;User id=sa;password=sa\@1234 (SQL details)

**ERP Count Query**: select count(\*) from(select QTYONHAND,LOCATION,ICPRICP.\* from ICPRICP left join ICILOC on ICILOC.ITEMNO=ICPRICP.ITEMNO WHERE DPRICETYPE IN (1) AND UNITPRICE > 0)T1

**ERP Query**: select \* from (select QTYONHAND,LOCATION,ICPRICP.\* from ICPRICP left join ICILOC on ICILOC.ITEMNO=ICPRICP.ITEMNO WHERE DPRICETYPE IN (1) AND UNITPRICE > 0)T1

**Integration Key**: org integration key

**OrderBy:** ITEMNO

**URL:** <http://49.248.14.237:8233/GUMU_Extension/GetRecords.asmx> <http://20.9.12.15/GUMU_Extension2023/GetRecods.asmx>

13. Once you click on the Save button, the following screen appears.

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

14. Click on the URL, it’ll navigate to a new page, and then click on the GetTableData link.

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

15. If the following page appears, it means you have installed the GUMU™ Extension successfully.

<figure><img src="/files/DFoMNJJVBCcoVFDG4Veh" 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/sage300/gumu-extension-installation.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.
