简体   繁体   English

SData-SalesLogix

[英]SData - SalesLogix

Are there any SalesLogix Web developers in here? 这里有任何SalesLogix Web开发人员吗?

If so, here is my question: 如果是这样,这是我的问题:

On Sage's SData page HERE there is a demo of Self-service Website using SData. 在圣人的SDATA页这里有使用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. 我目前正在研究一个项目(与SalesLogix相关的项目),而SData是我想走的方向。 I am knowledgeable in web development but not very much in SalesLogix. 我精通Web开发,但对SalesLogix不太了解。 Can someone direct me what I need to make my site talk to SData? 有人可以指导我让我的网站与SData通讯时需要什么吗?

Thank you in advance. 先感谢您。

You need to grab the SData libraries from GitHub: https://github.com/Sage/SDataCSharpClientLib 您需要从GitHub获取SData库: https//github.com/Sage/SDataCSharpClientLib

And depending on your requirements, you might not even need SData; 根据您的要求,您甚至可能不需要SData。 SubLogix might work for you as well. SubLogix也可能为您工作。 If you have VS2010 you can download it as a package from NuGet. 如果您拥有VS2010,则可以从NuGet中将其作为软件包下载。

Here's some information on SubLogix. 这是有关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). 就我所使用的而言,它工作得很好(对于那些我不想处理设置SData和ProcessHost的麻烦的小型第三方库)。

http://customerfx.com/pages/crmdeveloper/2010/09/14/introducing-sublogix-a-simple-net-repository-for-saleslogix-applications.aspx http://customerfx.com/pages/crmdeveloper/2010/09/14/introducing-sublogix-a-simple-net-repository-for-saleslogix-applications.aspx

Thanks E for the mention of Sublogix :-) 感谢E提到Sublogix :-)

BTW, I wanted to point out that you can also get SDataCSharpClientLib on NuGet now as well. 顺便说一句,我想指出的是,您现在也可以在NuGet上获取SDataCSharpClientLib。 In the Add Package Reference dialog just search for SData or Sage and you'll find it. 在“添加程序包参考”对话框中,只需搜索SData或Sage即可找到它。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM