Web Services Developer's Guide → Web Services API Reference → SBM Application Web Services → Responses → FieldWithValue
The FieldWithValue type is used to completely describe a field value pairing in SBM. The FieldWithValue parameters are listed below.
| Name | Type | Description | 
|---|---|---|
| field | Extension. See Field. | Used to completely describe a field. | 
| value | FieldValue | Holds the generic identification information for a field value. | 
Field is used in combination with the FieldValue argument to completely describe a field value pairing in FieldWithValue.
The following XML shows the <ae:fieldValue> response.
<ae:fieldValue xsi:type="ae:FieldWithValue">
   <ae:field xsi:type="ae:FieldIdentifier">
      <ae:displayName>Item Id</ae:displayName>
      <ae:id>53</ae:id>
      <ae:uuid>8a46043d-8cff-4871-a106-f0646ed3c58f</ae:uuid>
      <ae:dbName>ISSUEID</ae:dbName>
   </ae:field>
   <ae:fieldType>FLDTYPE-TEXT</ae:fieldType>
   <ae:attribute>0</ae:attribute>
   <ae:properties>0</ae:properties>
   <ae:value>
      <ae:displayValue>BUG000077</ae:displayValue>
      <ae:internalValue>000077</ae:internalValue>
      <ae:uuid/>
   </ae:value>
</ae:fieldValue>
 
    Copyright © 2007–2016 Serena Software, Inc. All rights reserved.