How do I tell who rejected a time entry record?

We had some time entry records rejected without comments. How do I tell who rejected it? When I look at the Time and Expense entry form, I can see who approved records, and I can see the other records were rejected but I can’t see who did the rejection.

Does anyone know where the rejection person information is stored?

Jeanne,
You should be able to find rejections in the erp.Task table, where RelatedToFile = ‘LaborDtl’, CompletionAction = ‘Aprv’ and Approved = 0

I found there is a column in the Task Table that is “RejectApproval” so I used that instead of the Approved = 0. Thanks for the help!

1 Like