UNANET_POSTTIME
Post a timesheet pair, worked hours or other non-working hours to a Unanet timesheet
Example Usage
UNANET_POSTTIME(Punches.Employees_ID, Punches.PayDate) // the PayDate will be normalized to the period that contains it
Overview
Function signature
UNANET_POSTTIME(employeeid, paydate)
Category
Plugin
Return data type
bool
Arguments
Name | DataType | List Options | Description |
---|---|---|---|
employeeid | int | The employee ID to process time for | |
paydate | date | The paydate, week or period for which time should be processed |