We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Connect Alteryx to CSI SyteLine

NanditaPatil
7 - Meteor

My company uses CSI SyteLine(ERP System) earlier we were using Salesforce. I am finding ways to connect Alteryx to Syteline to fetch the data and create the workflows, it is like a database where the set of data is present in a tabular format. Any idea if that is possible? If yes, how to do that.

2 REPLIES 2
Bluebird_Tim
7 - Meteor

Hi @NanditaPatil ! I did a quick google search and there seems to an API which would be the best way to access the data.

 

You would use the download tool to make the api call to the rest API with the credentials & info you need to extract said data.

 

With a quick google search you can find some examples of people using the download tool to query APIs.  

NicholasBailey
5 - Atom

Hy there i can see your post and i must say

 

  1. Data Source Configuration:

    • Open Alteryx Designer and start a new workflow. ADP Workforce Now
    • Drag and drop the appropriate Input tool (like "Input Data" or "Input Database") onto the canvas.
  2. Database Connection:

    • Configure the Input tool to connect to your SyteLine database. You will need to provide connection details such as the server name, credentials, and database name.
  3. Query Data:

    • Use the Input tool's interface to write SQL queries or select tables from your SyteLine database. This will allow you to fetch the required data into your Alteryx workflow.

Thanks and regards

PhyllisSanchez

Labels
Top Solution Authors