Returns the time clock rounding rule(s) for the specified employee(s).
GetEmployeeTimeClockRoundingRulesByEmployee(XmlIds AS String)
XML String
XmlIds = XML String containing the Employee Ids of the records to return. You must format this string using the XML IdList Structure Definition.
XML String has the following structure:
|
Field |
Type |
Length |
Description |
|
iTimeClockRuleId |
Integer |
4 |
Time Clock Rounding Rule Id. Foreign Key to Time Clock Rounding Rule iId. |
|
iEmpId |
Integer |
4 |
Employee Id. Foreign Key to Employee iId. |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
cRoundingType |
String |
40 |
Name of the rounding rule. |
|
lRoundOnQtrHour |
Boolean |
1 |
Indicates whether punch in/out times round to the nearest quarter hour. |
|
nEarlyRoundFwd |
Decimal |
2 |
Minute interval at which punch in times are rounded to. |
|
lNoMoreThan15MinEarly |
Boolean |
1 |
Indicates whether employees are restricted from punching in more than 15 minutes before their scheduled start time. |
|
nLateRoundBack |
Decimal |
2 |
Minute interval at which punch out times round to. |
|
dDateDel |
DateTime |
8 |
Date deleted. |