jerinjacob
Explorer
Member since ‎08-03-2021

User Statistics

  • 10 Posts
  • 1 Solutions
  • 11 Kudos given
  • 2 Kudos received

User Activity

Hi Experts, I found that CAP's built in type Decimal(precision, scale) does not validate `Scale`/`Precision` properly. When inserting to an entity having decimal like: entity Book : cuid { price : Decimal(5, 2); }<br> with value {pric...
Hi experts, I have developed a multi tenant app for a certain business usecase. I wish to know if there is anyway I could deliver the service to a customer without creating tenant sub-accounts in my global account. The customer has their own global...
Hi, I am trying to automate creation of `API business hub enterprise` applications and adding custom attribute to it using APIs from https://{apibhubenterpriseURL}/odata/1.0/data.svc/. While attempting to do so, I noticed that `https://{apibhuben...
Hey experts, I have been trying to deploy an app generated using "generator-saphanaacademy-cap". But have been hit with an error when trying to do a transaction to an external service accessed via destination. I have the destination configured...
Hi Experts, I have developed a CAP NodeJS multi-tenant (based on SAP HANA Academy yeoman generator) app that require certain services from on-premise system. The app runs perfectly in multi-tenant mode when using destination service (via internet a...