Hi,
We are upgrading our GP environment from 2010 to 2013.
We have a custom build application that we use to transfer purchase orders from our system to GP.Currently we are using below code to do that.
eConnect.eConnect_EntryPoint(connection, EnumTypes.ConnectionStringType.SqlClient, xml, EnumTypes.SchemaValidationType.XSD, sXsdSchema);
it seems like this method is now obsolete , what is the replacement for this method in GP?
Any help would be appreciated.
thanks