Implementing Delta Query Support with Syclo Exchange Tables
Implement delta calculations for an enity using the Syclo foundation framework.
Context
This example describes the minimum set up required for adding changes to an exchange
table whenever a business partner is inserted, modified, or deleted.
An exchange object combines technical objects, such as an exchange class handler, an
exchange table, and a lock object, with configuration rules. It allows you to control runtime
change-detection behavior by defining specific rules for different scenarios.
Redefine the GET_ENTITYSET_DELTA method in the runtime data
provider class to return only new or changed entities from the change pointer table, based on
the timestamp in the delta token.