P
p4m
Guest
Hi, we need to pass a session-id with any server-call. The session-id is created on the server and returned by our (individual) login-call. We considered to add an additional field in the temp-table of the business entites, like there is already one for the ROWID and the sequence-number as it is used for serverside-paging. This would fit for the update and delete calls. For the read-calls we had the idea to expand the capabilities @openapi.openedge.method.property (name="mappingType", value="JFP"). @openapi.openedge.method.property (name="capabilities", value="ablFilter,top,skip,id,orderBy,ppSid"). Our questions are: is there a recommended way to pass an additional parameter with any server call? how to implement the additional capability (ppSID) in the app/KUIB? Any modification of progress.all.js results in an reference error "progress is not defined" If the use of the client-principal is a solution, so how to use it with the KUIB? many thanks in advance Wolfgang
Continue reading...
Continue reading...