Hi,
In my App, I have a list of file attachments. I wish to stream the file content (opening the file attachment) when user clicks on file description.
In backend, in Odata, I do have file GET_STREAM method implemented and it works fine (able to stream the content in /IWFND/GW_CLIENT).
The missing piece event handling in front-end view/controller.
What to code here? How to invoke the "CREATE_STREAM" method in OData in backend linked to file attachment entity?
Appreciate any sample code or example.
Thanks, Saty