Phase Properties |
The Phase type exposes the following members.
Name | Description | |
---|---|---|
CaseGUID | Unique identifier for the Case that this Phase belongs to. | |
Code | Code can be used as one identifier for the phase in question. It can be manually added and edited from the user interface of Severa when API addon is active for the organization. Severa doesn't validate code so that it would be unique, there might be many phases with the same code in Severa. | |
Deadline | End date for the Phase. | |
Description | Not in use. | |
FlatRate | Contains flat rate details when the task has flat rate pricing. When the task does not have flat rate pricing then this is null (Nothing in Visual Basic). This will be ignored on server when the Phase object is sent to server. | |
GUID | Unique identifier for the Phase. | |
IsCompleted | Indicates if phase is completed. | |
IsLocked | Indicates if phase is locked to prevent hours and items being added to the phase. | |
Name | The name of the Phase. | |
OriginalDeadline | Original end date for the Phase. | |
OriginalPlannedStartDate | Original planned start date for the Phase. | |
OriginalWorkEstimate | Original work time estimate for this Phase in hours. | |
OwnerUserGUID | Unique identifier for the User who owns this Phase. | |
ParentPhaseGUID | Unique identifier for the parent Phase. | |
PlannedStartDate | Start date for the Phase. | |
PricePerHour | Price per hour when default pricing is not used for this phase. | |
SortOrder | Specifies the relative position of this phase in relation to other phases at the same level in the same case. | |
WorkEstimate | Work time estimate for this Phase in hours. | |
WorkTypeGUID | Unique identifier for the default Work type associated with this Phase. |