
01-20-2012 12:04 PM - last edited on 01-20-2012 12:05 PM
I have a requirement that requires a mathmatical calculation to filter out records from my sdata query. The required functions are not available in an sdata query. I am looking at bypassing sdata all together and trying to provide the data myself. I would like to stay within the framework as much as possible.
So far, I've found a the processFeed method under list in the mobile client that takes the result from the sdata query and populates the list and thought if I could just duplicate the response format this should be able to take over displaying the results. But how can I trick the form into calling my ashx generic handler instead of doing an actual sdata call? Anyone have any ideas? I'll keep looking for an idea in the code.
Thanks for any ideas!
01-20-2012 12:53 PM