GP Web 服务和向发票添加注释

发布于 2024-09-18 12:24:10 字数 314 浏览 4 评论 0原文

我们使用网络服务将 Dynamics CRM 4.0 与 GP 10.0 集成。我们使用 GP Web 服务进行大量集成,例如创建发票、客户和供应商。

然而,我们刚刚遇到了一个问题。我们需要使用 Web 服务向发票添加一些注释。我进行了很多搜索,但找不到这样做的方法。有人可以指导我找到一种方法来做到这一点吗?

在将 PayablesInvoice 实例发送到 CreatePayablesInvoice Webservice 方法之前,是否需要在 PayablesInvoice 实例中设置某个属性?或者还有另一种方法可以为任何 GP 条目添加注释?请指教。

谢谢

We use webservices to integrate our Dynamics CRM 4.0 with GP 10.0. We do alot of integration using GP webservices like creating invoices, customers and vendors.

However, we just faced a problem. We need to use the web services to add some notes to the invoice. I have searched a lot but couldn't find a way to do so. Can anybody guide me to a way to do this?

Do I need to set a certain property in PayablesInvoice instance before sending it to the CreatePayablesInvoice webservice method? or there is another method to add a note to any GP entry? Please advice.

Thanks

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

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

发布评论

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

评论(1

零時差 2024-09-25 12:24:10

我必须为 GP Web 服务创建一个扩展来向发票添加注释。您实现 GP 扩展类,将程序集复制到 GP Web 服务 bin 和计算机 GAC。然后,将扩展映射到 Web 服务安装文件夹中 XML 中的事件(例如应付文档创建)。

Dynamics 社区中的以下线程很有用:

http:// Community.dynamics.com/product/gp/f/32/p/40366/73093.aspx

I had to create an extension for GP webservice to add notes to the invoices. You implement the GP extension class, copy the assembly to the GP web services bin and machine GAC. Then you map the extension to an event (like payable document creation) in an XML in the web services installation folder.

The following thread in Dynamics Community was useful:

http://community.dynamics.com/product/gp/f/32/p/40366/73093.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文