Can we access EVENT HANDLER MONITOR TABLE using SDK .
HI
I need to access the EVENT HANDLER MONITOR using SDK code to get the details of the Event Triggered time etc.
Can anyone Please tell me is any API code available to access the EVENT HANDLER MONITOR
Thanks
Arvind
There is an EVENT HISTORY database table that might be of some use, though Iโd admit that I havenโt tried it.
Perhaps you can also utilize the CHANGE HISTORY or ITEM HISTORY tables as well, if you were interested in regularly tapping into an event occurrence at some point in an objectโs history (essentially an SQL query off of the History tab for all objects per your requirements).
Iโve never tried getting the monitor file by SDK, though.
On similar line of requirement i have used Event_History table. You can pass the Event_Name and Object_Number as parameter and get the error details from Message column and use for your business logic.