MattWoberts wrote:
Thanks Frans,
So the ResultSetField allows me to specify fields from more than one table, is that correct?
Yes, it's the building block for a typed list.
Please check the generated code for a typed list for its details
For example, I need to get all my "customer" fields, plus their "Priority Name" only from a Priority lookup table, assuming in this example that "Customer" has an "Priority_ID" that maps to the priority table?
At the moment, I am creating typed lists to achieve this kind of thing (its the fastest in terms of perf),
Typed lists are still the way to do this, you can however, in code, create lists using normal datatables as well, using ResultsetFields