My dilemma is understanding the more object oriented approach of using this, where as scribe is pretty linear.
The process goes like this:
Query returns let's say 12 rows, much of which is repeating data. The data contains batch numbers, and GL Information only.
In the Scribe world, as each line comes in, we:
1. See if the batch exists, if yes, update, if no, insert..all following lines skip if batchid repeats.
2. GetNext GL Number for use in next insert. (skip step if batchid is repeated)
3. Insert GL Header (skip step if batchid is repeated).
4. Insert GL Lines
That being said, I can't even see where I could insert a Batch if needed, this is an integration with Microsoft Dynamics CRM 2011 and the batchnumbers are being generated there in a custom entity.
I wish there was a document that was lets say a table / column to the GP web services kind of cross reference doucment, I'd probably be in good shape then, or better at least.
Any help would be extremely great!
Thanks,
John Klemetsrud
CRM Business Consultant
Altai Systems, Inc.
*This post is locked for comments