G
Garry Hall
Guest
It is not possible to add create triggers to CDC records (and you can't unfreeze the CDC tables). It is possible to add a delete trigger, but that is not what you want. And there are no hooks. Is this something you can achieve with a create, write and delete triggers on the source table(s) instead? The CDC records are created in the db engine, not in the AVM i.e. where they are created, there is no context for an AVM to run the ABL triggers. Note that CDC records are created for ABL, SQL and various db utilities, so if there is a hook, it would have to be provided in all contexts.
Continue reading...
Continue reading...