former_member350829
Explorer
Member since ‎2015 Aug 17

User Statistics

  • 13 Posts
  • 0 Solutions
  • 18 Kudos given
  • 16 Kudos received

User Activity

Hello, There are use cases where you might need to send multiple create, edit and delete request in a single batch. By default UI5 send the multiple request in a single batch with same change sets ids. So if any record fails, all the records are rol...
Hello, We have an use case where we need to send multiple create request in a single batch. Right now all request goes as a single change set id so if any records fails everything is rollback. Can we send the multiple post request with differen...
Recently i came across a use case in my product where I have to accept a .CER file from User and pass the certificate to the backend services. Due to some reason we were unable to handle the certificate file in backend so from UI side we have to ext...