I am using econnect 9. When trying to retrieve one Project_Acct_Project record using
eConnectOut.WhereClause = "PAPROJNUMBER = '[InsertProjectNumberHere]'";
I am recieving over a thousand records.
Is there any way to just get a single record without using the index?
*This post is locked for comments