[Progress Communities] [Progress OpenEdge ABL] Forum Post: Where to add ServerSide ablFilter Filter

Status
Not open for further replies.
J

jackc@fordav.com

Guest
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?

Continue reading...
 
Status
Not open for further replies.
Top