I'd like to create a column in a custom report that shows the last person to change the state. Can someone please tell me the table name and column name is where this information is stored in the database?
Thanks,
Sally
I'd like to create a column in a custom report that shows the last person to change the state. Can someone please tell me the table name and column name is where this information is stored in the database?
Thanks,
Sally
Table: TransitionHistory.
Columns UserID (User), TransitionID (Transition), and TransitionNr (You'll want max).