Hi, I need to get the company info that I see when I go to Tools->Setup->Company->Company.
I'm using the eConnect .NET assemblies with GP 9.0 SQL Server 2005 and the sample company TWO.
I was able to get Customers, Vendors, Items, Purchase_Order_Transactions, etc with the eConnectRequester method, specifying the DOCTYPE.
I was expecting to find a doctype to get the company data, something like
eConnectOut.DOCTYPE = "Company_Data", but I didn't find anything like that.
eConnect's interface doesn't seem to include a method to execute a SQL query directly such as SELECT * FROM SY01000.
Should I run my query using the data source or is there another option?
Thank you in advance for any input.