|
IPhaseAddNewPhase Method
|
Adds a Phase to a Case.
Namespace: Severa.APIAssembly: Severa.SOAP.API (in Severa.SOAP.API.dll) Version: 1.0.0+9acb7434aeb2855fb928fe129dfe34575a6d8fd4
Syntax Phase 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 Remarks A 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