Solution-Type

Description

Solution-Type indicates the type of solution.

Parameters

Name Type Description
TEAMTRACK-SOLUTION string Indicates that the solution was created by SBM developers.
USER-SOLUTION string Indicates that the solution was created by a user.
THIRDPARTY-SOLUTION string Indicates that the solution was created by a third party.

Usage

The Solution-Type helps identify the type of solution returned in the SolutionData response. For more information, see SolutionData.

XML

The following XML shows Solution-Type as seen in a typical response.

<ae:GetSolutionsResponse>
   <ae:return>
      <ae:solution xsi:type="ae:SolutionIdentifier">
         <ae:displayName>Issue Defect Management</ae:displayName>
         <ae:id>1</ae:id>
         <ae:uuid>cea0a86c-5d74-4e12-b8d6-9d6b90186f1e</ae:uuid>
         <ae:uniqueName>ISSUE_DEFECT_MANAGEMENT</ae:uniqueName>
         <ae:tabName>IDM</ae:tabName>
      </ae:solution>
      <ae:type>USER-SOLUTION</ae:type>
      <ae:prefix>UBG</ae:prefix>
      <ae:description>Last updated 1/26/09</ae:description>
   </ae:return>