I have developed one UCMA console application to send IM to users
I want to modify it in such a way that , if any new entry is added in the alert table of database . UCMA appliation will send IM to users
So I need to write trigger which will check if new entry is added , then it will call UCMA application.
So is it possible to pass the console application in trigger? which file do i need to pass?
If yes how to do it? Can u please explain with sample code?