fcSDK Documentation
CheckClearQualityTransition(String,String,String,String,String) Method

The current condition of the Change Request.
The current status of the Change Request.
The new condition for the Change Request.
The new status for the Change Request.
The user checking the transition. If not set, the session user is used.
Determine if a user can change status from an old condition/status to a new condition/status. This overload takes a set of required parameters for the API.
Syntax
'Declaration
 
Public Overloads Function CheckClearQualityTransition( _
   ByVal oldCondition As String, _
   ByVal oldStatus As String, _
   ByVal newCondition As String, _
   ByVal newStatus As String, _
   ByVal userName As String _
) As ToolkitResult

Parameters

oldCondition
The current condition of the Change Request.
oldStatus
The current status of the Change Request.
newCondition
The new condition for the Change Request.
newStatus
The new status for the Change Request.
userName
The user checking the transition. If not set, the session user is used.

Return Value

A ToolkitResult instance with no properties set. The properties (Objid, IDNum, etc.) are not relevant to this API.
Remarks
Checks the transitions as set up in Clarify’s Policies & Customers.

Requirements

Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also

Reference

QualityToolkit Class
QualityToolkit Members
Overload List

 

 


© 2010 Dovetail Software, Inc. - All rights reserved.
- Clarify, Amdocs, and related products and names are copyright and trademark of Amdocs, Inc.
- .NET, Visual Studio.NET, C#, Visual Basic and related products are trademark of Microsoft corporation.

Send comments on this topic.