Hello,
I'm trying to get data about timesheet approvers, as I want to show in a report the approvers of different lines.
I have 2 tables:
Tstimesheetline and Tstimesheettable. in these I found a field called "ApproverList" which has an encrypted field I can't decode, here are examples of the data in those fields:
0x07FD003100300030003000310034000000FF
0x07FD003100300030003000330030000000FF
0x07FD003100300030003000340031000000FF
0x07FD003100300030003000350032000000FF
0x07FD003100300030003100320037000000FF
I need to know if this is the correct place where to look,(I also have a table called "Tstimesheettrans" but I can't find anything that points to an approval there.
any light that I can get would help me