Hi there,
We have an asp.net application that sends invoices to GP via web services. What I am attempting to do is this: We want to create an invoice in GP at the time an order is created in our system. Then when that order is ready to be invoiced in our system we send it to GP again and update that placeholder we put in GP earlier with all the relevant info we need. The problem I am having is that the posting date is set to the date it was when the order was created and sent to GP that first time. I am passing in both 'posted date' and 'general ledger posting date' fields through the web service, but those don't seem to update the posting date in the transaction entry screen.
We have the posting configuration set to use the transaction date not the batch date.
Any ideas? is it possible to update the posting date via web services?
*This post is locked for comments