Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Actions
CodeErrorNotes
A01
Invalid status value.

Must be either: Active, Inactive, Closed or Template

A02
The priority value must be numeric.
 


Tasks

CodeErrorNotes
T01
The billableHours value cannot be less than the total billable hours for this task in the Time Records.
 
T02
The actualHours value cannot be less than the total actual hours for this task in the Time Records.
 
T03
The assignee must be a system user who has READ access to this task.
 
T04
The completedTimestamp cannot be before the startedTimestamp.
 
T05
The completedTimestamp is required when the status is "Completed".
 
T06
The startedTimestamp is required when the status is anything other than "Not Started".
 
T07
The priority must be either "Low", "Normal" or "High".
 
T08
The status mut be either "Not Started", "In Progress" or "Completed".
 
T09
The value of completeDuringStep must be less than the value of completeBeforeStep.
 
T10
A value for confirmedNonBillableTimestamp is required if the value of confirmNonBillable is TRUE.
 
T11
A value for confirmedNonBillableBy is required if the value of confirmNonBillable is TRUE.
 


Time Records

CodeErrorNotes
TR01
The billableHours value cannot be less than zero.
If set, must be a decimal number greater than zero.
TR02
The actualHours value cannot be less than zero.
 
TR03
The owner must be a system user.
The owner/participant must have a valid login to the system.
TR04
The owner must belong to the specified division.
 
TR05
The activity must be available to the owner and the division.
 
  • No labels