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

Add Comment
2 Answer(s)

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.

Agile Angel Answered on March 5, 2018.
Add Comment

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.

Agile Angel Answered on March 6, 2018.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.