开发者

GP Webservices and Adding Notes to Invoice

We use webservices to integrate our Dynamics CRM 4.0 with GP 10开发者_Go百科.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


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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜