GUMU Extension Installation

  1. Download the GUMU Extension zip file and extract the file.

  2. Paste the file into this path [C:\inetpub\wwwroot].

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

  1. Right-click on the GUMU Extension and click on the Convert to Application option.

  2. Then click on Connect as -> Application User option -> Ok.

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

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

For Users
For IIS Users
  1. Click on Browse*:80 (HTTP) hyperlink it will redirect to Localhost.

  2. Check with https<<DomainName>>, it should get accessed externally. Replace the domain name with your domain name.

Browse*:80 (HTTP)
  1. Click on the GetRecords.asmx.

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

  1. 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

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

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

  1. If the following page appears, it means you have installed the GUMUâ„¢ Extension successfully.

Last updated

Was this helpful?