Maksim Kadrov

Results 8 comments of Maksim Kadrov

I am trying to intercept http-response headers for the oData v4 batch requests, [per documentation](https://sapui5.hana.ondemand.com/#/api/sap.ui.model.odata.v4.ODataModel%23events/dataReceived) I've found only `dataReceived` method, which only contains error object, but not original headers, I...

@ThomasChadzelek I would like to have a possibility to capture `Correlation ID`coming from CAP backend service as `x-correlation-id`

@ThomasChadzelek I am trying to display predefined error `MessageBox` with the details and `Correlation ID` to shared with the customer support

I am talking about standard backend responses, doesn't matter with error or successfully executed with data, requests contain response headers with either `x-request-id` or `x-correlation-id`. Here is the [description](https://cap.cloud.sap/docs/node.js/cds-log#node-observability-correlation) In...

Hello @simlin, Yes, exactly that thing, right now I am using MDC controls to render the table: 1) I have a couple of columns in XML view (for initial visibility)...

@simlin Thanks for the quick response, the reason for that request is following: 1) I agreed that alphabetical order by default is logical solution 2) The reason for it -...

Hello, would it be possible to implement this enhancement? Regards Maksim

++ Having the same issue