|
IPhaseAddNewPhase Method
|
Adds a Phase to a Case.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0
SyntaxPhase AddNewPhase(
Phase phaseInfo,
string[] members
)
Function AddNewPhase (
phaseInfo As Phase,
members As String()
) As Phase
Parameters
- phaseInfo Phase
- Phase object.
Mandatory data members:
- CaseGUID. Identifies the case where the phase is added to.
- ParentPhaseGUID. Identifies the parent phase, and defines where phase will be added in hierarchy.
- Name.
- members String
- List of user GUIDs. Identifies users that are added as phase members. If null, all case members are members of newly created phase.
Return Value
PhasePhase object.
Exceptions
RemarksA phase can not be added without a parent phase. A root level phase is automatically added to a case when the case is created.
See Also