[progress Communities] [progress Openedge Abl] Forum Post: Fill By Id

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
Hi, based on https://documentation.progress.com/output/pdo/#page/pdo%2Ffill(-)-method.html%23 the JSDO should support filtering by id (the doc says, that the Kendo UI does not support this, but this is not relevant for me right now). jsdo.fill ({ id: 7 }) However the id parameter is not sent to the server. I debugged the JFP mapping code and the id parameter is not included in the filter object send to the backend. https://github.com/CloudDataObject/JSDO/blob/master/lib/progress.jsdo.js - line 7730 filter = JSON.stringify({ ablFilter: ablFilter, sqlQuery: sqlQuery, orderBy: sortFields, skip: params.skip, top: params.top }); params = {filter: filter}; I have added the id parameter (id: parameter.id) to the filter object. And then it works. Is the documentation wrong? Or the code?

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