Returns detailed information for the specified work activities.
GetWorkActivitiesInfo(XmlIds AS String)
XML String
XmlIds = XML String containing the Work Activity 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 |
|
iId |
Integer |
4 |
Primary Key - Unique Identifier. |
|
iLocationId |
Integer |
4 |
Not used. |
|
cWorkType |
String |
30 |
Work activity name. |
|
lPayWage |
Boolean |
1 |
Indicates whether employees will receive an hourly wage for the work activity. |
|
dDateDel |
DateTime |
8 |
Date deleted. |
|
lWorkAct |
Boolean |
1 |
Indicates whether the activity shows as work time on the Appointment Book. |
|
lPunchIn |
Boolean |
1 |
Indicates whether employees must punch in for the work activity. |
|
iGId |
Integer |
4 |
Work Activity Global Id. |
|
lProductivity |
Boolean |
1 |
Indicates whether the work activity features on productivity reports and in percentage booked calculations on the Appointment Book. |
|
nIcon |
Decimal |
2 |
Id for Work Activity icon. |
|
lShowEarlyLate |
Boolean |
1 |
Indicates whether the Early/Late indicator displays on the Appointment Book. |