Action Log Table in database
I was asked by one of our analysts "Can we add 'last modified by' as an optional field in the service portal ticketing views, for easy tracking of responses to tickets?"
I thought I would try to build a SQL Table Widget and ran into an issue. I can't figure out where the action log comments are kept in the ServiceManagement database. Let alone in the ServiceManager database. Does anyone have this information? Apparently my google fu is weak.
Best Answer
-
James_Atance Cireson Support Advanced IT Monkey ✭✭✭
Try these:
[ServiceManager].[dbo].[MT_System$WorkItem$TroubleTicket$UserCommentLog]
[ServiceManager].[dbo].[MT_System$WorkItem$TroubleTicket$AnalystCommentLog]
James
5
Answers
Try these:
[ServiceManager].[dbo].[MT_System$WorkItem$TroubleTicket$UserCommentLog]
[ServiceManager].[dbo].[MT_System$WorkItem$TroubleTicket$AnalystCommentLog]
James