Hi Isomorphic Support,
For SQL defined data sources, is there a way to add a handler/hook after the JDBC transaction has been fully processed successfully (not rollback).
This can be for cases when there is one or many records processed successfully. Is there a way we can hook into this workflow so that we can do our own specific server side processing on post JDBC transaction success.
We are aware of the feature to implement own DMI handler for the datasource (defining own serverObject with DMI handler specified), but is there any other means to achieve this?
Thank you.
For SQL defined data sources, is there a way to add a handler/hook after the JDBC transaction has been fully processed successfully (not rollback).
This can be for cases when there is one or many records processed successfully. Is there a way we can hook into this workflow so that we can do our own specific server side processing on post JDBC transaction success.
We are aware of the feature to implement own DMI handler for the datasource (defining own serverObject with DMI handler specified), but is there any other means to achieve this?
Thank you.
Comment