Overview
Sage 100 versions supported: 2014 and higher.
The
Creatio Connect Sage 100 Connector accesses Sage 100 via web services. It can be used with
Creatio Connect Windows or the
Creatio Connect Ray.
If you are using the Creatio Connect Windows module you will do all configuration where you have it installed. If you are using the Creatio Connect Ray, you will follow the installation instructions below and then configure the Sage 100 Connector in the Creatio Connect Cloud Designer.
It can read, write to the following tables (chart updated January 16, 2020)
Entity
| Read
| Write
|
Customer
| X
| X
|
Contact
| X
| X
|
Products
| X
|
|
Salesperson
| X
|
|
Quote
| X
| X
|
Order
| X
| X
|
Invoice
| X
| X
|
Payment
| X
|
|
Job
| X
|
|
ChangeOrder
| X
|
|
Shipments
|
|
|
TaxSchedule
| X |
|
Installation Requirements
.NET Framework 4.7.1+
IIS with
ASP.NET enabled
Please install in a location that Sage 100 client
has also been installed, it does not have to be directly on the Sage 100
server.
Download
Installation
- Run starfish100.exe This will create a Starfish100 application pool in IIS
- In Explorer, navigate to the c:\inetpub\wwwroot\starfish100 directory
- Edit the web.config file with the following information:
- Sage 100 username and password
- Sage 100 Company code (3 letters all uppercase)
- Service username and password. The default username and password for the service are username: sage100service password: letmein
Sage 100 Connection string
Please update the Sage 100 username, password, Company (three letters uppercase) and Server
<setting name="Sage100ConnectionString" serializeAs="String">
<value>Provider=System.data.odbc;DSN=SOTAMAS90; UID=dlh; PWD=9220; ;Company=ABX; SERVER=NotTheServer;</value>
Web Service Connection string:
<setting name="ServiceUser" serializeAs="String">
<value>sage100service</value>
</setting>
<setting name="ServicePass" serializeAs="String">
<value>letmein</value
If you are using the Creatio Connect Windows, open the Admin and configure as follows:
- Create a new connection to Sage 100
- Enter Username: sage100service
- Enter Password: letmein (if you have left at default)
- Login to your instance if the Creatio Connect Cloud Designer. If you have not registered yet, please feel free to do so here: https://designer.starfishetl.com/Account/Register
- Click on Connections
- Click on New
- Connection name: Sage 100
- Ray - If you are using Ray, please choose your connection
- Connection Type: Sage 100 ERP from the dropdown
- Connections string: http://localhost/Starfish100/CRM100.svc
You are now ready to connect to Sage 100 and start migrating or integrating data!
Parameter
| Description
|
Starfish 100 Web Service URL
|
|