See http://msdn.microsoft.com/en-us/library/cc508459.aspx
I am writing an online shopping cart. Prior to check out, I am able to have web services for GP 2010 create a SalesInvoice. However, I would like to extract the Document/Invoice number from this Sales Document inwhich to provide to the Payment Provider (Authorize.NET in this case).
I cannot seem to find the GP SalesInvoice document number.
I have since had to create an additional WCF services of which leverages eConnect to fetch the next sop document number (GetNextSopNumber).
Two things:
1) This seems very clunky to me having to use the web services for GP |and| and an eConnect web service in order to create a Sales Invoice with a Document/Invoice number. So clunky, that it makes me think I'm doing something wrong here.
2) Where do I find the Document/Invoice number of a GP SalesDocument? I will need to know this regardless.
Thanks,
Don
*This post is locked for comments