Marika Marszalkowski
Marika Marszalkowski
Hey @tiosteel, did it work? ;)
Hey @carlonnheim, you could configure your request to use a custom header ([`.addCustomHeaders`](https://sap.github.io/cloud-sdk/docs/js/features/odata/execute-odata-request#setting-custom-request-headers)), where you set your own `Content-ID`. Would this work for you or do you need to access...
Hey Carl, ok got it, thank you. Then my understanding is that these are actually 3 feature requests: 1. support references within batch requests 2. support actions/functions in batch requests...
> If your `lerna bootstrap` is creating lockfiles, you shouldn't be ignoring them. If you're following my guidance to avoid lockfiles in leaf packages, that means you should be using...
@egorwow70, we have not yet made a final decision on frontend support. To be fully transparent - I am not sure wether nowadays with the various SSR techniques this is...
Hey @dinurp, this is a relevant feature request and we have [discussed](https://github.com/SAP/cloud-sdk-js/blob/main/knowledge-base/adr/0011-logging-cls-storage.md) a [similar issue](https://github.com/SAP/cloud-sdk-js/issues/484) in the past. Back then we still supported node 12 and which would have made...
As of today this is not possible - we would need to implement some changes to make it possible.
I don't think this is currently intended in the SAP Cloud SDK. You can [change the selection strategy](https://sap.github.io/cloud-sdk/api/v3/variables/sap_cloud_sdk_connectivity.DestinationSelectionStrategies.html) and adjust whether to use the subscriber or provider. I assume this...
Hey @qby-ankul, am I understanding correctly, that you are trying to generate a client for an OData service? Can you share a minimal example of the EDMX file that you...
@qby-ankul, the service you shared has an action with an entity parameter. Unfortunately, this [is currently not supported](https://sap.github.io/cloud-sdk/docs/js/features/odata/v4-client#known-issues) and occurs quite rarely as far as I know. As this is...