GUMU Extension Installation
Last updated
Last updated
Download the GUMU Extension zip file and extract the file.
Paste the file into this path [C:\inetpub\wwwroot].
Open Internet Information Service (IIS) Manager and find GUMU Extension under the Default Web Site.
Right-click on the GUMU Extension and click on the Convert to Application option.
Then click on Connect as -> Application User option -> Ok.
Next, click on Ok -> Click on Test Settings.
Edit PermissionsSecurity then give Full Control to Users and IIS Users.
Click on Browse*:80 (HTTP) hyperlink it will redirect to Localhost.
Check with https<<DomainName>>, it should get accessed externally. Replace the domain name with your domain name.
Click on the GetRecords.asmx.
Navigate to the Salesforce Org and switch to Classic mode. Click on the + icon and search for Entity Ext Prop.
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
Once you click on the Save button, the following screen appears.
Click on the URL, it’ll navigate to a new page, and then click on the GetTableData link.
If the following page appears, it means you have installed the GUMU™ Extension successfully.