Hi BTP Experts,we currently have a running deletion process for the job-scheduler, which now runs for ~20 hours.Is there anything I can do to restart/cancel this process? It seems to be stuck...Thanks!Nico
Hi CAP Experts,following the docs here, it should be possible to provide a header parameter using srv.send: await srv.send({ query: SELECT.from('Books'), headers: { some: 'header' } }) In my tests, I was not able to receive this provided header param...
Hi all,
I'm trying to call all Users from a SuccessFactors System. This is my current call:
const sfsfSrv = await cds.connect.to('sfsf') const { User } = sfsfSrv.entities const q = SELECT.from(User) const data = await...
Hi CAP Experts,
when using UPSERT on an entity which uses @cds.valid.from and @cds.valid.to I receive the error below.
I created a demo project to reproduce the issue: https://github.com/nocin/cap_upsert_temporal_data
Docs: https://cap.cloud.sa...
Hi Experts,
we want to connect a customer IAS to our BTP. This works fine by exchanging the SAML Metadata files.
But as we're encountering this restriction when using SAML, we want to switch to OpenID Connect Protocol. This can be done by using t...
I have to say that the page layout and how the controls are used in the Release Navigator is very confusing. Some tiles just display text content, some have links, some are scrollable, some are for navigation. Why not stick to the Fiori Design Guidel...
Hi @René,I still cannot bring these two sentences together."Hence, we sanitize all server-side errors thrown by the CAP framework. That is, all errors with a 5xx status code""Errors defined by app developers aren't sanitized and returned to the clien...
Hi @Francisco,thanks for reading the long discussion and your suggested solution! I really appreciate it!I'm far from an IAS expert, but I think I understood your suggestion. It would look something like this:Customer SuccessFactors SystemCustomer IA...