how to use formated description of Case Audit for Report?
I want to use formatted Message (pyMessageKey) in report / report definition however Message (pyMessageKey) in DB is like below and not formatted well.
[xxx-work-xxx]ItemCreated
[xxx-work-xxx]AssignmentCompletedDataEntry
[xxx-work-xxx]AssignmentRoutedManager xxxx
I can use substring function for cutting [xxx-work-xxx] part but Message (pyMessagekey) dose not have space between words.
This seems to be available for Audit trail like this.
It seems it used Data Page: D_WorkHistory, which source an activity and it linked many other activities.
Dose anyone know how we can use formatted pyMessageKey in Report (Report definition)?
I want to use formatted Message (pyMessageKey) in report / report definition however Message (pyMessageKey) in DB is like below and not formatted well.
[xxx-work-xxx]ItemCreated
[xxx-work-xxx]AssignmentCompletedDataEntry
[xxx-work-xxx]AssignmentRoutedManager xxxx
I can use substring function for cutting [xxx-work-xxx] part but Message (pyMessagekey) dose not have space between words.
This seems to be available for Audit trail like this.
It seems it used Data Page: D_WorkHistory, which source an activity and it linked many other activities.
Dose anyone know how we can use formatted pyMessageKey in Report (Report definition)?
Thank you in advance.