TimeActualsBean
TimeActualsBean is used to hold the actual effort for each time sheet line. It is used in TimeSheetLineBean. This data type is used in TimeSheetLineBean.
Property |
Type |
Description |
Required |
Default |
---|---|---|---|---|
activityId |
Long |
ID of the activity in PPM. |
No |
N/A |
effortsList |
List |
List of objects with the Double type in the size of the time period of the time sheet. Each element holds the effort for the corresponding day by order. The effort must be provided according to the time sheet policy. |
No |
All zeros |
totalsFlag |
Boolean |
Boolean value. True if this record is the totals record of the line, False otherwise. |
Yes |
N/A |
actualCost |
TaskCostBean |
Object of CostBean. See Web Services for Project Management. |
No |
N/A |