Solved

Set Payroll Date in Labor Entry

  • 31 March 2023
  • 2 replies
  • 88 views

  • Known Participant
  • 59 replies

When we enter transactions into Labor Entry, we are always entering the labor records for the previous work day. 

Is there a way to default Labor Entry so when a new Time record is created for an employee it will put the previous work day date into Payroll Date field, instead of the current date, or to set the date in the calendar to the previous work date?

icon

Best answer by glenn.owers 3 April 2023, 15:30

View original

2 replies

Userlevel 3

You should be able to use a Method Directive BPM to accomplish this.  It would be on the LaborDtl table and be set up as a Post_Proc directive on the GetNewLaborDtl method.

Thank you.  I always forget about Method Directives.

Reply