Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Responses → SelectionOption
The SelectionOption type contains a generic identifier and order information for a field selection. The SelectionOption type parameters are listed below.
Name | Type | Description |
---|---|---|
id | Extension. See Identifier. | Generic identification extension base. Holds the displayName, id, and uuid for a field selection. |
orderIndex | integer | Indicates the order of the selection. |
The SelectionOption type returns generic identification information for a field selection, and the order for values in a Single Selection or Multi-Selection field.
The following XML shows SelectionOption as seen in GetFieldSelectionsResponse.
<ae:return> <ae:field xsi:type="ae:FieldIdentifier"> <ae:displayName>Functional Areas</ae:displayName> <ae:id>188</ae:id> <ae:uuid>c2e67944-af40-4153-be79-3cce0fd8e17c</ae:uuid> <ae:dbName>FUNCTIONAL_AREAS</ae:dbName> </ae:field> <ae:type>MULTI-SELECTION</ae:type> <ae:option> <ae:id> <ae:displayName>Administrator Tool</ae:displayName> <ae:id>65</ae:id> <ae:uuid>46da9a27-12eb-428f-bbfd-830540973269</ae:uuid> </ae:id> <ae:orderIndex>0</ae:orderIndex> </ae:option> <ae:option> <ae:id> <ae:displayName>End User Interface</ae:displayName> <ae:id>66</ae:id> <ae:uuid>3514834d-e105-47fa-ba85-3b2fa847e120</ae:uuid> </ae:id> <ae:orderIndex>1</ae:orderIndex> </ae:option> <ae:option> <ae:id> <ae:displayName>Installer</ae:displayName> <ae:id>67</ae:id> <ae:uuid>3988a7d9-277e-473f-8b15-9b9842ab01b7</ae:uuid> </ae:id> <ae:orderIndex>2</ae:orderIndex> </ae:option> </ae:return>
Copyright © 2007–2017 Serena Software, Inc. All rights reserved.