Hi,
I am connecting to GP from eConnect from .Net application.
When I was posting data into GP I got below Error.
Error Number = 11991 Stored Procedure= taPMDistribution Error Description = The Payment type is not correct
Node Identifier Parameters: taPMDistribution
Related Error Code Parameters for Node : taPMDistribution
PAYTYPE = Note: This parameter was not passed in, no value for the parameter will be returned.
Then I found out that this is because we have upgraded to 2013 R2 it is expecting a new parameter called Paytype. As it was given in this link
https://community.dynamics.com/gp/b/dynamicsgp/archive/2014/09/22/econnect-error-11991.aspx
But issue is in my .net Application, taPMDistribution object doesnot have property called PayType. It is showing all its older properties like DOCTYPE,VCHRNMBR,VENDORID etc.. Also I am referring to dll
Microsoft.Dynamics.GP.eConnect.dll and Microsoft.Practices.Unity.Configuration.dll 12.0.0.0.
Please let me know if I am not clear. Also I am not sure of the category I have chosen.
Regards,
Hasrha.
*This post is locked for comments