Are there any SalesLogix Web developers in here?
If so, here is my question:
On Sage's SData page HERE there is a demo of Self-service Website using SData. Can some one direct me where or how do I begin to make this happen. I am currently working on a project (SalesLogix related project) and SData is direction I would like to go. I am knowledgeable in web development but not very much in SalesLogix. Can someone direct me what I need to make my site talk to SData?
Thank you in advance.
You need to grab the SData libraries from GitHub: https://github.com/Sage/SDataCSharpClientLib
And depending on your requirements, you might not even need SData; SubLogix might work for you as well. If you have VS2010 you can download it as a package from NuGet.
Here's some information on SubLogix. It works very well as far as I've used it (for small 3rd party libraries where I didn't want to deal with the headaches of setting up SData and ProcessHost).