alicegavanelli
Participant
Member since ‎09-19-2017

User Statistics

  • 38 Posts
  • 1 Solutions
  • 20 Kudos given
  • 21 Kudos received

User Activity

Dear Experts, reading CAP documentation about deploy providing-initial-data I noticed that csv files, could be located in three different folders: db/csv, db/data/, or db/src/csv I have tryed with all of these, under the results: db/csv -> OK ...
Dear Experts, I need your support to understand a strange behaviour about: cds.transaction(req).run this.transaction(req).run I have problems with assert and update result done programmatically with these instructions. 1.ASSERT I need to ...
Dear Experts, I have an entity with a string field called "defaultValue". entity PropertiesTest : cuid { defaultValue : String(1000); } If in this field I put string "true" or "false", the value is interpreted as boolean and is converted...
Dear Experts, I have an entity called "Messages". I need to rescrict access to this entity depending on a property's value. "Messages" has this structure: entity Messages : managed { key ID : String(50) not null; key typ...
Dear Experts, I call an entity in order to edit some data, so I do a PUT request. Entity key doesn't exist, so result expected is "Error: record doesn't exist" but the behavior is diffent. EDIT request is converted in CREATE request and new ...