Hi,
What would you recommend as the best way to determine if a pre-fetch request would actually return any results?
So, if I'm retrieving a customer, what would be the best way to determine if the customer had made any orders without actually doing a pre-fetch on the orders?
You see, if any orders existed, I wouldn't want to display them. I would just want to link to a web page where they would be displayed. If there aren't any, then I want to hide the link.
Cheers,
Ian.