Where to add ServerSide ablFilter Filter

Posted by jackc@fordav.com on 21-Jun-2018 08:44

We have been using JFP enabled endpoints in our jQuery applications. So we would include a filter string onto the URL for the endpoint like:

.com/api/rest/api/Timesheets?filter={"ablFilter": "tch_userid='JACKC' AND tch_current AND tch_date='05-30-2018'"}

So in KUIB 3 - I need to also include this type of filter so that the first call to the data wont return 10Meg of data - or err 504 time out

Where in KUIB do i put my filter? OR do I have to do it in the generated code somewhere?? If I have to add it to the generated code - wont it be over written next time a Generate event happens?

All Replies

This thread is closed