M
mihai_neagoe
Guest
Hi, I am trying to override the read functionality for an OpenEdge service object so I can pass to BL a string that could help on filtering the records. Is there a posibility to do it in a script component? Another idea is to invoke a service that would create a record in the database with filtering options and with a ClientContextId. The read method would get the record from the database for the current client and would set as output only the filtered records. Is this a feasible option? And what would be the steps for implementing this? (setting the client principal on the first request and getting the client on the read operation?) Are there any other options? Thank you.
Continue reading...
Continue reading...