Search code examples
androidgenexusgenexus-sd

Remove synchronized rows from offline database in GeneXus Ev3 U2 for Smart Devices Android


I have a GeneXus app in Android and I have two kinds of records, complete and incomplete. When I syncronize the app with the server I need to remove the completed records and leave only the incomplete records. How could I do this?

Using Genexus Ev3 U2 Build 87933

Thank you


Solution

  • If you have a flag attribute that marks the record as complete or incomplete, you could use it as a filter in the offline database objetc.

    Look at this URL:

    http://wiki.genexus.com/commwiki/servlet/hwiki?Offline+Database+Object+conditions