将 Microsoft Dynamics GP 数据库同步到应用程序

发布于 2024-10-19 20:53:15 字数 119 浏览 2 评论 0 原文

我已将我们的应用程序与 Microsoft Dynamic GP 集成。如果 Dynamics GP 中的任何用户更新了任何客户/供应商/其他,那么我们需要更新应用程序中的这些数据。

我们怎样才能做到这一点?

I have integrated our application with Microsoft Dynamic GP. If any of the user in Dynamics GP has updated any customer/vendor/other, then we need to update those data in our application.

How can we achieve this?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

自此以后,行同陌路 2024-10-26 20:53:15

您可以通过多种方式执行此操作,但立即想到的三种方法是:

  1. 将您自己的触发器添加到您感兴趣的 Dynamics GP 表中。确保对它们进行了良好测试(以便它们不会破坏 GP),并且您可以将它们编写为脚本,因为升级到 GP 可能会导致(或要求)将它们删除并随后重新部署。
  2. 使用 Microsoft eConnect 进行 Dynamics GP (http://msdn .microsoft.com/en-us/library/aa973830.aspx),并利用其事务请求程序服务 (http://msdn.microsoft.com/en-us/library/aa973839.aspx)。 [我是 Microsoft 合作伙伴,我就这些产品提供咨询,但我与 Microsoft 没有其他关联。]
  3. 使用 eOne Business Solution 中的 SmartConnect 等第三方应用 (http://www.eonesolutions.com.au/content.aspx?page=SmartConnect ),它利用 eConnect 运行时,并提供了一个工具集,可简化与 Dynamics GP 集成(包括实时集成)的创建和管理。 [我不隶属于 eOne - 只是 SmartConnect 的粉丝。]

There are many ways you could do this, but the three that immediately come to mind are:

  1. Add your own triggers to the Dynamics GP tables that you're interested in. Make sure you test them well (so that they don't break GP), and that you script them out, since upgrades to GP might result in (or require) their removal and subsequent re-deployment.
  2. Use Microsoft eConnect for Dynamics GP (http://msdn.microsoft.com/en-us/library/aa973830.aspx), and leverage its Transaction Requester Service (http://msdn.microsoft.com/en-us/library/aa973839.aspx). [I'm a Microsoft partner, and I consult on these products, but I'm not otherwise affiliated with Microsoft.]
  3. Use a third-party app like SmartConnect from eOne Business Solution (http://www.eonesolutions.com.au/content.aspx?page=SmartConnect), which leverages the eConnect runtime, and which provides a toolset that simplifies the creation and management of integrations with Dynamics GP, including real-time integrations. [I'm not affiliated with eOne - just a fan of SmartConnect.]
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文