Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Responses → UserSolutionData
Deprecated. The UserSolutionData type holds identification information and user settings for a solution (also known as an application) in SBM. The UserSolutionData type parameters are listed below.
| Name | Type | Description | 
|---|---|---|
| solution | SolutionIdentifier | Holds the identification information for a solution. | 
| homeReport | ReportIdentifier | Holds the identification information for a report. The report that is returned indicates the user's home page report. | 
| preferredProject | ProjectIdentifier | Holds the identification for a project. One or more projects are returned. The list of projects indicates the user's preferred projects. | 
The UserSolutionData type holds the SolutionIdentifier and additional information used to describe the settings for an application that a user has access to.
The following XML snippet shows the UserSolutionData type in the return element of the GetUsers response.
<ae:solutionData>
  <ae:solution xsi:type="ae:SolutionIdentifier">
     <ae:displayName>Incident Management</ae:displayName>
     <ae:id>2</ae:id>
     <ae:uuid>c6f06a70-4d06-42a4-a3a9-50b2120dca41</ae:uuid>
     <ae:uniqueName>INCIDENT_MANAGEMENT</ae:uniqueName>
     <ae:tabName>Incident Mgmt</ae:tabName>
  </ae:solution>
  <ae:homeReport xsi:type="ae:ReportIdentifier">
     <ae:displayName>Built-In: All Items I Submitted</ae:displayName>
     <ae:id>-11</ae:id>
     <ae:uuid>-11</ae:uuid>
  </ae:homeReport>
</ae:solutionData>
<ae:solutionData>
  <ae:solution xsi:type="ae:SolutionIdentifier">
     <ae:displayName>Change Request Management</ae:displayName>
     <ae:id>3</ae:id>
     <ae:uuid>0ea28a74-6dde-406f-b19a-4c45aec40294</ae:uuid>
     <ae:uniqueName>CHANGE_REQUEST_MANAGEMENT</ae:uniqueName>
     <ae:tabName>Change Requests</ae:tabName>
  </ae:solution>
  <ae:homeReport xsi:type="ae:ReportIdentifier">
     <ae:displayName>Built-In: All Items I Submitted</ae:displayName>
     <ae:id>-11</ae:id>
     <ae:uuid>-11</ae:uuid>
  </ae:homeReport>
</ae:solutionData>
 
    Copyright © 2007–2019 Micro Focus or one of its affiliates. All rights reserved.