Audit Trail for Timesheets
search cancel

Audit Trail for Timesheets

book

Article ID: 133211

calendar_today

Updated On:

Products

Clarity PPM SaaS

Issue/Introduction

Does the CA PPM tool have the capability to track the activity around time-sheets? Such as When and Who submitted a time sheet? Modifications to a time-sheet? When it was posted?

Environment

Release :

Component :

Resolution

Since timesheet is not a studio object so you are not able to enable any type of audit. Anything you create to monitor the status of your timesheets would be custom via portlet. Below you can see some information that could help you with that.

How can the last edited time be obtained before a timesheet is posted?

1. The PRTIMESHEET.prmodtime will be updated when the timesheet is edited, saved, approved, or returned.

2. After the Post Timesheets job processes a timesheet

a. PRTIMESHEET.posted_time will be set

b. PRTIMESHEET.prmodtime will get set to the PRTIMESHEET.posted_time

3. If the goal is to obtain the latest

PRTIMESHEET.prmodtime when it approved, a customization will need to be considered.

PRTIMESHEET.PRMODBY is the resource who last performed an action on the timesheet.