cabraldaniel
Explorer
Member since ‎2019 Nov 06

User Statistics

  • 24 Posts
  • 1 Solutions
  • 8 Kudos given
  • 2 Kudos received

User Activity

Hi All!Besides the SAP Note https://me.sap.com/notes/0003041304 with instructions on how to migrate a subaccount's contents from one region to another, Is there any tool to automate at least part of this migration process?
Hi All!I'm doing an Experiment for an 'audit log table' for CAP. My objective is log all create/update/delete transactions, something like this:this.before(['CREATE', 'UPDATE', 'DELETE'], 'Users', async (req) => { const { ID, firstName, lastName, Cou...
Hi All!We're migrating our MDK app from version 6.3.2 to 2310 and one of the issues we're facing is an error when triggering an UpdateEntity Action, which show us the following error: mdk.trace.action: Error running action propagating error Action.Ty...
Hi!We've developed an MDK solution and need to activate paging for the offline sync due to the amount of data we're dealing with. Where we can activate it and configure the page size? I'm been searching here Defining Offline Settings for Applications...
Hi All!We're trying to do a mass exclusion in Route Standard BO in SDK using ABSL according to a certain business rule: import ABSL; var selectedDate = this.RemainingVisitsDate; if (!selectedDate.IsInitial()) { this.Account.Remove(acc => acc.V...