Hello,
I need some help with the dynamics gp web services PLEASE. I've created an application to change a PO line date, unit cost and quantity. I'm a c# developer and I'm not very familiar with GP, but the app works. Anyways, sometimes (almost always) I got validation exceptions that not even the responsible for GP here in the company understands. Because everything is there when we check the table. Still the web service returns to me "Shipping method does not exist" for example, or : {System.ServiceModel.FaultException`1[System.ServiceModel.ExceptionDetail]: A validation exception has occurred.
Validation Errors:
- Decimal Places passed in for QUANTITY does not match setup
- Document Date is required for PA
Actually I really don't know if I'm doing something wrong in code or if it is only data driven error, because the same PO worked before.
Can someone give me a clue of what to do to make these web services work!? I appreciate your help!
*This post is locked for comments