I want to be able to fire events based on operations that occur with the Native Database connector. As an example I want to pull in HR information into the Person table. That works fine but the native DB connector doesnt seem to use the Object Layer and just performs writes at the SQL level. I'd like the insert into Person event to be fired when the connector brings in a user from the other database.
Does anyone know if this is possible or if i've made a configuration error?