Questions tagged [dynamics-gp-api]
4 questions
1
vote
0 answers
GP web services or econnect to process payment against newly created sales invoice after payment gateway returns success
I have been working on a light weight shopping cart type system for one of our applications. I have the cart creating a sales invoice in GP through web service CreateSalesInvoice. Then I have code to interface with our payment gateway sandbox and…

user3075760
- 23
- 1
- 6
1
vote
1 answer
How can I capture the newly created invoice Id (key) after GP web service call to CreateSalesInvoice
The web service offering for Dynamics GP has a call to CreateSalesInvoice. The problem I'm running into is the call returns void so I don't actually get the sales invoice object after completing the call. I can see the invoice is created in the…

user3075760
- 23
- 1
- 6
0
votes
1 answer
How to change UnitPrice via Dynamics GP API
I would like to change UnitPrice when create an order via Dynamics GP API,
So I run next code:
// Create a sales order object
var salesOrder = new SalesOrder();
// Create a sales document type key for the sales order
var…

ihorko
- 6,855
- 25
- 77
- 116
0
votes
0 answers
Dynamics GP Web Service not setting Front Office Integration ID
I am working with the Dynamics Great Plains web service and running into an issue with the Front Office Integration ID being set.
SalesOrderLine so_line = new SalesOrderLine();
so_line.PriceLevelKey = new PriceLevelKey() { CompanyKey =…

widmayer
- 327
- 5
- 17