- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 09:06 AM
I have a event test.time name.. I want something like time or count every time that event occurs... like is there any table where event fired history is stored like test.time is fired at this this time?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 09:14 AM
Hi @indrajeetma ,
There is a table for storing event logs ( sysevent ), you can see the logs as below,
---------------------------------------------------------------------------------------------------
Please mark my answer as helpful/correct if it resolves your query.
Thanks,
Nilesh Wahule
---------------------------------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 09:14 AM
Hi @indrajeetma ,
There is a table for storing event logs ( sysevent ), you can see the logs as below,
---------------------------------------------------------------------------------------------------
Please mark my answer as helpful/correct if it resolves your query.
Thanks,
Nilesh Wahule
---------------------------------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-01-2025 02:09 AM
Hi @indrajeetma ,
Thank you for marking my response as helpful.
If my response helped please mark it correct and close the thread to help other readers.
---------------------------------------------------------------------------------------------------
Thanks,
Nilesh Wahule
---------------------------------------------------------------------------------------------------
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-31-2024 09:18 AM
Hi @indrajeetma ,
the information of when a particular event is triggered and state of the event is stored in the table "sysevent"
there is a OOB module is as well Event log.
If my response helped please mark it correct and close the thread so that it benefits future readers.
Regards,
Chaitanya