Time Change Request Approval flow based on timecard status
Summary:
Time Change Request Approval routing based on timecard status
Content (please ensure you mask any confidential information):
Hi,
We have a requirement to route the approvals to Payroll Rep if there is a time change request from an employee after timecard is already approved.
What attribute do we need to consider to write a condition based on Timecard status.
I tried using below logics but nothing worked. Pls let me know do we have any attribute which holds timecard status which can be used in rule condition.
- (getTimeRecordChangeReqs1Response.result.status == "Approved")
- (TimeRecordChangeReqs.status.toString() == "Approved")
- (process.tcStatus == "Approved")
Tagged:
0