nicorunge
Participant
Member since ‎02-03-2017

User Statistics

  • 103 Posts
  • 3 Solutions
  • 130 Kudos given
  • 30 Kudos received

User Activity

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...