function GetActiveCustomers(DateFrom, DateTo: TDate): TList<TCustomer>;
Of course, this is a simplified example, I'm looking to get a list of entities to a dataset that is a result of a complex filtering, not directly applied to the result table. The filtering via URL param $filter is not an option, but via Aurelius shouldn't be a problem.
My question is: How to load the function result in a TXDataWebDataSet?