简体   繁体   English

我正在尝试通过API将Sage Line 50会计软件与Trackvia同步

[英]I am trying to synchronise a Sage Line 50 Accounting Software with Trackvia through API

我将Trackvia Cloud App用作集中式数据库,所有产品信息,销售订单,工作单..都存储在Trackvia中,我还拥有有关Sage 50 Accounting的大多数信息,无论如何,是否根据TrackVia数据更新Sage信息并进行更新通过API基于Sage数据的TrackVia信息?

Trackvia just recently launched an API here https://developer.trackvia.com/ Trackvia最近在这里https://developer.trackvia.com/上启动了API

As long as Sage gives you a similar API it should be relatively easy to stitch them together. 只要Sage为您提供类似的API,将它们缝合在一起相对容易。

there are two ways you can do this. 有两种方法可以做到这一点。 The easiest way requires you to purchase the Sage Account's SDK to gain access to their API - see my answer here Integrate Sage Line 50 with windows application and on the web: https://shop.sage.co.uk/developersprogramme.aspx 最简单的方法要求您购买Sage帐户的SDK才能访问其API-在此处查看我的答案将Sage Line 50与Windows应用程序集成并在Web上: https : //shop.sage.co.uk/developersprogramme.aspx

The other way, involves accessing and playing around with the underlying tables using ODBC? 另一种方法涉及使用ODBC访问和使用基础表吗? But I'm not 100% sure if that is the case. 但我不确定是不是100%。 Certainly, this way is more difficult (but free) and is fraught with complications... as you need to know the names of the tables involved, their fields and the interaction with one another. 当然,这种方式更困难(但免费),并且充满了复杂性……因为您需要知道所涉及表的名称,它们的字段以及彼此之间的交互。 Other people may be able to help you out here. 其他人也许可以在这里为您提供帮助。

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

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