GetEmployeeSchedules()

Description

Returns the schedule for the specified employee(s) during the specified date range.

Return Value

XML String

Parameters
Remarks

XML String has the following structure:

Field

Type

Length

Description

dDate

DateTime

8

Date of activity.

iEmpId

Integer

4

Employee Id for Work Activity.  Foreign Key to Employee iId.

cWorkType

String

30

Work activity name.

iId

Integer

4

Primary Key - Unique Identifier.

iLocationId

Integer

4

Not used.

iCardId

Integer

4

Employee Schedule Header Id.  Foreign Key to EmpCards iId.

iWorkTypeId

Integer

4

Employee Work Activity Id.  Foreign Key to Work Activities iId.

cTimeIn

String

8

Actual time in, in military (HHMM) format.

cTimeOut

String

8

Actual time out, in military (HHMM) format.

iGId

Integer

4

Employee Schedule Global Id.

iResourceId

Integer

4

Resource Id for the schedule time.  Foreign Key to Resource iId.

 

 

Contact Us | Send Feedback