I’m trying to use the EmpBasicAdapter.GetByIDForTE in a customization (I don’t see the regular GetByID available in the object explorer), but I’m not sure how to access the data it gets.
The adapter returns a boolean value for this method, but in BL tester it returns a data table. Does the data get saved somewhere in the EmpBasicAdapter object? How can I access it?
Gotcha. I see that there is an “EmpBasicData” property that contains another property for EmpBasic, which is a DataSetTable. That DataSetTable has all the columns I’m looking for on the EmpBasic table, but I’m not sure how I can access the row info. I’ve only been able to return the column’s name from that property. Any ideas how I can get the row data?